You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have used route name {{ route('profile.setting') }}
<a href="{{ route('profile.setting') }}">
<em class="icon ni ni-lock-alt-fill"></em>
<span>SecuritySettings</span>
</a>
Route [profile.setting] not defined.
The text was updated successfully, but these errors were encountered:
dibakar1990
changed the title
Route name not woring get ,post and put and delete method but resource route is working
Route name not working get ,post and put and delete method but resource route is working
Aug 23, 2024
could you verify first the route?
ensure that the auth middleware is not blocking access to those named routes. You can add a simple test route without auth middleware to verify:
Multi tenant route issue
my tenant route is:
i have used route name {{ route('profile.setting') }}
Route [profile.setting] not defined.
The text was updated successfully, but these errors were encountered: