role === 'super-admin') { return $next($request); } abort(403, 'Akses hanya untuk super admin.'); } }