check() || !auth()->user()->isAdmin()) { abort(403, 'Kein Zugriff.'); } return $next($request); } }