you can add roles in users table. e.g role(stud,teacher,parents). and you can create a filter for th...
$item = Category::leftJoin('inventory', 'inventory.id', '=', 'categories.id') ->whe...
The Laravel portal for problem solving, knowledge sharing and community building.
The community