-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Route [filament.admin.resources.restaurantusers.edit] not defined.
In my project I have two two seperate modules. Admin and Restaurant.
For Admin : App\Models\User
For Restaurant : App\Models\RestaurantUser
I am getting error for Restaurant Panel
Route should take : filament.admin.resources.users.restaurant-users.edit
This route not taking dynamically as I am created my user resource under User Directory (App\Filament\Admin\Users\RestaurantUserResource.php)
You code :
return new HtmlString(''.$authenticatableDisplay.'');
Need a solution
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels