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
Hey, not getting user permission for executive user type.
file path resources/views/frontend/user/dashboard.blade.php @can('view backend') <a href="{{ route('admin.dashboard')}}" class="btn btn-danger btn-sm mb-1"> <i class="fas fa-user-secret"></i> @lang('navs.frontend.user.administration') </a> @endcan``
is there some issue can you please tell me?
The text was updated successfully, but these errors were encountered:
Hey, not getting user permission for executive user type.
file path resources/views/frontend/user/dashboard.blade.php
@can('view backend') <a href="{{ route('admin.dashboard')}}" class="btn btn-danger btn-sm mb-1"> <i class="fas fa-user-secret"></i> @lang('navs.frontend.user.administration') </a>
@endcan``is there some issue can you please tell me?
The text was updated successfully, but these errors were encountered: