check() || !in_array(auth()->user()->role, ['operator', 'admin'])) { abort(403, 'الوصول للمشغل محظور'); } return $next($request); } } ?>