MouteeSabouni1 year agoLevel 11ReplyReport SpamLaravel’s @can directive uses the currently authenticated user, so you can pass a user authenticated by your custom guard manually to @can like this: @can('permission-name', Auth::guard('your_custom_guard')->user()) <!-- YOUR CODE --> @endcan Like Reply