Filament Page In the Wrong Panel?
I have two panels, Admin and userPanel, all of my pages seem to be working just fine and displaying the panel for the folder/namespace they're in (routes look good too)
I have one page in my userPanel that displays the admin panel? I've checked the folder path of the Component and Blade
Blade:
views/filament/user-panel/pages/top-up.blade.php
Component:
app/filament/UserPanel/Pages/TopUp.php
in my provider files
admin
userPanel
Can't seem to figure out what's happening here especially when all of the other userPanel pages are fine
Generated Route
I have one page in my userPanel that displays the admin panel? I've checked the folder path of the Component and Blade
Blade:
views/filament/user-panel/pages/top-up.blade.php
Component:
app/filament/UserPanel/Pages/TopUp.php
in my provider files
admin
userPanel
Can't seem to figure out what's happening here especially when all of the other userPanel pages are fine
Generated Route
Solution
Figured it out, I was trying to use Laravel routes in web.php, Filament only works properly with