isAdmin()) { abort(403, 'You must be an admin to perform this action.'); } return $next($request); } }