Commit for this lesson: https://github.com/LaravelDaily/Laravel-Filament-Admin-Course/commit/1b33c0739b0537826d48bfa981d591f79423a3b9
user table have role column, role is user and admin, login user then redirect admin/dashboard, and login user redirect user/dashboard, it's posible?
In Filament 2, it is solved this way
In Filament 3, it is solved with multiple panels, this way: course tutorial or YouTube video
i think this didn't work with me: in my case
My $table resource:
Shipments Model:
Company Model:
shipment Database schema:
and returning empty values