check() && auth()->user()->role === 'super') { return $next($request); } abort(403, 'Akses ditolak. Awak bukan admin.'); } }