user()->isAdmin()) { return abort(403, 'Unauthorized area'); } return $next($request); } }