where('is_active', true)->first(); if(!$performer->user->is_super_admin){ dd('You are not an admin'); } return $next($request); } }