diff --git a/Updated_Cms/.github/workflows/laravel.yml b/Updated_Cms/.github/workflows/laravel.yml index 4099e72cfc..b54099487d 100644 --- a/Updated_Cms/.github/workflows/laravel.yml +++ b/Updated_Cms/.github/workflows/laravel.yml @@ -9,6 +9,9 @@ jobs: tests: runs-on: ubuntu-latest + strategy: + matrix: + php-version: [8.4, 8.5] services: mariadb: @@ -36,7 +39,7 @@ - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.4 + php-version: ${{ matrix.php-version }} - name: Install composer dependencies run: | diff --git a/Updated_Cms/bootstrap/cache/blade-icons.php b/Updated_Cms/bootstrap/cache/blade-icons.php index 6f7ceea9ec..1afbdfa430 100644 --- a/Updated_Cms/bootstrap/cache/blade-icons.php +++ b/Updated_Cms/bootstrap/cache/blade-icons.php @@ -1,7 +1,7 @@ array ( - '/var/www/atomcms/vendor/blade-ui-kit/blade-heroicons/src/../resources/svg' => + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\vendor\\blade-ui-kit\\blade-heroicons\\src/../resources/svg' => array ( 0 => 'c-academic-cap', 1 => 'c-adjustments-horizontal', @@ -1295,7 +1295,7 @@ ), 'filament' => array ( - '/var/www/atomcms/vendor/filament/support/src/../resources/svg' => + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\vendor\\filament\\support\\src/../resources/svg' => array ( 0 => 'm-pencil-slash', 1 => 'o-align-center', diff --git a/Updated_Cms/bootstrap/cache/config.php b/Updated_Cms/bootstrap/cache/config.php new file mode 100644 index 0000000000..135d6da851 --- /dev/null +++ b/Updated_Cms/bootstrap/cache/config.php @@ -0,0 +1,1545 @@ + + array ( + 'default' => 'process', + ), + 'activitylog' => + array ( + 'enabled' => true, + 'delete_records_older_than_days' => 365, + 'default_log_name' => 'default', + 'default_auth_driver' => NULL, + 'subject_returns_soft_deleted_models' => false, + 'activity_model' => 'Spatie\\Activitylog\\Models\\Activity', + 'table_name' => 'activity_log', + 'database_connection' => NULL, + ), + 'app' => + array ( + 'name' => 'Laravel', + 'env' => 'production', + 'debug' => false, + 'url' => 'http://localhost', + 'frontend_url' => 'http://localhost:3000', + 'asset_url' => NULL, + 'timezone' => 'UTC', + 'locale' => 'en', + 'fallback_locale' => 'en', + 'faker_locale' => 'en_US', + 'cipher' => 'AES-256-CBC', + 'key' => NULL, + 'previous_keys' => + array ( + ), + 'maintenance' => + array ( + 'driver' => 'file', + ), + 'providers' => + array ( + 0 => 'Illuminate\\Auth\\AuthServiceProvider', + 1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', + 2 => 'Illuminate\\Bus\\BusServiceProvider', + 3 => 'Illuminate\\Cache\\CacheServiceProvider', + 4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', + 5 => 'Illuminate\\Cookie\\CookieServiceProvider', + 6 => 'Illuminate\\Database\\DatabaseServiceProvider', + 7 => 'Illuminate\\Encryption\\EncryptionServiceProvider', + 8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider', + 9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider', + 10 => 'Illuminate\\Hashing\\HashServiceProvider', + 11 => 'Illuminate\\Mail\\MailServiceProvider', + 12 => 'Illuminate\\Notifications\\NotificationServiceProvider', + 13 => 'Illuminate\\Pagination\\PaginationServiceProvider', + 14 => 'Illuminate\\Pipeline\\PipelineServiceProvider', + 15 => 'Illuminate\\Queue\\QueueServiceProvider', + 16 => 'Illuminate\\Redis\\RedisServiceProvider', + 17 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider', + 18 => 'Illuminate\\Session\\SessionServiceProvider', + 19 => 'Illuminate\\Translation\\TranslationServiceProvider', + 20 => 'Illuminate\\Validation\\ValidationServiceProvider', + 21 => 'Illuminate\\View\\ViewServiceProvider', + 22 => 'App\\Providers\\AppServiceProvider', + 23 => 'App\\Providers\\AuthServiceProvider', + 24 => 'App\\Providers\\EventServiceProvider', + 25 => 'App\\Providers\\Filament\\AdminFilamentPanelProvider', + 26 => 'App\\Providers\\RouteServiceProvider', + 27 => 'App\\Providers\\FortifyServiceProvider', + 28 => 'Spatie\\Activitylog\\ActivitylogServiceProvider', + ), + 'aliases' => + array ( + 'App' => 'Illuminate\\Support\\Facades\\App', + 'Arr' => 'Illuminate\\Support\\Arr', + 'Artisan' => 'Illuminate\\Support\\Facades\\Artisan', + 'Auth' => 'Illuminate\\Support\\Facades\\Auth', + 'Benchmark' => 'Illuminate\\Support\\Benchmark', + 'Blade' => 'Illuminate\\Support\\Facades\\Blade', + 'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast', + 'Bus' => 'Illuminate\\Support\\Facades\\Bus', + 'Cache' => 'Illuminate\\Support\\Facades\\Cache', + 'Concurrency' => 'Illuminate\\Support\\Facades\\Concurrency', + 'Config' => 'Illuminate\\Support\\Facades\\Config', + 'Context' => 'Illuminate\\Support\\Facades\\Context', + 'Cookie' => 'Illuminate\\Support\\Facades\\Cookie', + 'Crypt' => 'Illuminate\\Support\\Facades\\Crypt', + 'Date' => 'Illuminate\\Support\\Facades\\Date', + 'DB' => 'Illuminate\\Support\\Facades\\DB', + 'Eloquent' => 'Illuminate\\Database\\Eloquent\\Model', + 'Event' => 'Illuminate\\Support\\Facades\\Event', + 'File' => 'Illuminate\\Support\\Facades\\File', + 'Gate' => 'Illuminate\\Support\\Facades\\Gate', + 'Hash' => 'Illuminate\\Support\\Facades\\Hash', + 'Http' => 'Illuminate\\Support\\Facades\\Http', + 'Js' => 'Illuminate\\Support\\Js', + 'Lang' => 'Illuminate\\Support\\Facades\\Lang', + 'Log' => 'Illuminate\\Support\\Facades\\Log', + 'Mail' => 'Illuminate\\Support\\Facades\\Mail', + 'Notification' => 'Illuminate\\Support\\Facades\\Notification', + 'Number' => 'Illuminate\\Support\\Number', + 'Password' => 'Illuminate\\Support\\Facades\\Password', + 'Process' => 'Illuminate\\Support\\Facades\\Process', + 'Queue' => 'Illuminate\\Support\\Facades\\Queue', + 'RateLimiter' => 'Illuminate\\Support\\Facades\\RateLimiter', + 'Redirect' => 'Illuminate\\Support\\Facades\\Redirect', + 'Request' => 'Illuminate\\Support\\Facades\\Request', + 'Response' => 'Illuminate\\Support\\Facades\\Response', + 'Route' => 'Illuminate\\Support\\Facades\\Route', + 'Schedule' => 'Illuminate\\Support\\Facades\\Schedule', + 'Schema' => 'Illuminate\\Support\\Facades\\Schema', + 'Session' => 'Illuminate\\Support\\Facades\\Session', + 'Storage' => 'Illuminate\\Support\\Facades\\Storage', + 'Str' => 'Illuminate\\Support\\Str', + 'Uri' => 'Illuminate\\Support\\Uri', + 'URL' => 'Illuminate\\Support\\Facades\\URL', + 'Validator' => 'Illuminate\\Support\\Facades\\Validator', + 'View' => 'Illuminate\\Support\\Facades\\View', + 'Vite' => 'Illuminate\\Support\\Facades\\Vite', + ), + 'Activity' => 'Spatie\\Activitylog\\Facades\\Activity', + ), + 'auth' => + array ( + 'defaults' => + array ( + 'guard' => 'web', + 'passwords' => 'users', + ), + 'guards' => + array ( + 'web' => + array ( + 'driver' => 'session', + 'provider' => 'users', + ), + 'sanctum' => + array ( + 'driver' => 'sanctum', + 'provider' => NULL, + ), + ), + 'providers' => + array ( + 'users' => + array ( + 'driver' => 'eloquent', + 'model' => 'App\\Models\\User', + ), + ), + 'passwords' => + array ( + 'users' => + array ( + 'provider' => 'users', + 'table' => 'password_reset_tokens', + 'expire' => 60, + 'throttle' => 60, + ), + ), + 'password_timeout' => 10800, + ), + 'broadcasting' => + array ( + 'default' => 'null', + 'connections' => + array ( + 'reverb' => + array ( + 'driver' => 'reverb', + 'key' => NULL, + 'secret' => NULL, + 'app_id' => NULL, + 'options' => + array ( + 'host' => NULL, + 'port' => 443, + 'scheme' => 'https', + 'useTLS' => true, + ), + 'client_options' => + array ( + ), + ), + 'pusher' => + array ( + 'driver' => 'pusher', + 'key' => NULL, + 'secret' => NULL, + 'app_id' => NULL, + 'options' => + array ( + 'host' => 'api-mt1.pusher.com', + 'port' => 443, + 'scheme' => 'https', + 'encrypted' => true, + 'useTLS' => true, + ), + 'client_options' => + array ( + ), + ), + 'ably' => + array ( + 'driver' => 'ably', + 'key' => NULL, + ), + 'log' => + array ( + 'driver' => 'log', + ), + 'null' => + array ( + 'driver' => 'null', + ), + 'redis' => + array ( + 'driver' => 'redis', + 'connection' => 'default', + ), + ), + ), + 'cache' => + array ( + 'default' => 'file', + 'stores' => + array ( + 'array' => + array ( + 'driver' => 'array', + 'serialize' => false, + ), + 'session' => + array ( + 'driver' => 'session', + 'key' => '_cache', + ), + 'database' => + array ( + 'driver' => 'database', + 'table' => 'cache', + 'connection' => NULL, + 'lock_connection' => NULL, + ), + 'file' => + array ( + 'driver' => 'file', + 'path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\framework/cache/data', + ), + 'memcached' => + array ( + 'driver' => 'memcached', + 'persistent_id' => NULL, + 'sasl' => + array ( + 0 => NULL, + 1 => NULL, + ), + 'options' => + array ( + ), + 'servers' => + array ( + 0 => + array ( + 'host' => '127.0.0.1', + 'port' => 11211, + 'weight' => 100, + ), + ), + ), + 'redis' => + array ( + 'driver' => 'redis', + 'connection' => 'cache', + 'lock_connection' => 'default', + ), + 'dynamodb' => + array ( + 'driver' => 'dynamodb', + 'key' => NULL, + 'secret' => NULL, + 'region' => 'us-east-1', + 'table' => 'cache', + 'endpoint' => NULL, + ), + 'octane' => + array ( + 'driver' => 'octane', + ), + 'failover' => + array ( + 'driver' => 'failover', + 'stores' => + array ( + 0 => 'database', + 1 => 'array', + ), + ), + 'apc' => + array ( + 'driver' => 'apc', + ), + ), + 'prefix' => 'laravel_cache_', + ), + 'cors' => + array ( + 'paths' => + array ( + 0 => 'api/*', + 1 => 'sanctum/csrf-cookie', + ), + 'allowed_methods' => + array ( + 0 => '*', + ), + 'allowed_origins' => + array ( + 0 => '*', + ), + 'allowed_origins_patterns' => + array ( + ), + 'allowed_headers' => + array ( + 0 => '*', + ), + 'exposed_headers' => + array ( + ), + 'max_age' => 0, + 'supports_credentials' => true, + ), + 'database' => + array ( + 'default' => 'sqlite', + 'connections' => + array ( + 'sqlite' => + array ( + 'driver' => 'sqlite', + 'url' => NULL, + 'database' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\database\\database.sqlite', + 'prefix' => '', + 'foreign_key_constraints' => true, + ), + 'mysql' => + array ( + 'driver' => 'mysql', + 'url' => NULL, + 'host' => '127.0.0.1', + 'port' => '3306', + 'database' => 'laravel', + 'username' => 'root', + 'password' => '', + 'unix_socket' => '', + 'charset' => 'utf8mb4', + 'collation' => 'utf8mb4_unicode_ci', + 'prefix' => '', + 'prefix_indexes' => true, + 'strict' => true, + 'engine' => NULL, + 'options' => + array ( + ), + ), + 'mariadb' => + array ( + 'driver' => 'mariadb', + 'url' => NULL, + 'host' => '127.0.0.1', + 'port' => '3306', + 'database' => 'laravel', + 'username' => 'root', + 'password' => '', + 'unix_socket' => '', + 'charset' => 'utf8mb4', + 'collation' => 'utf8mb4_unicode_ci', + 'prefix' => '', + 'prefix_indexes' => true, + 'strict' => true, + 'engine' => NULL, + 'options' => + array ( + ), + ), + 'pgsql' => + array ( + 'driver' => 'pgsql', + 'url' => NULL, + 'host' => '127.0.0.1', + 'port' => '5432', + 'database' => 'laravel', + 'username' => 'root', + 'password' => '', + 'charset' => 'utf8', + 'prefix' => '', + 'prefix_indexes' => true, + 'search_path' => 'public', + 'sslmode' => 'prefer', + ), + 'sqlsrv' => + array ( + 'driver' => 'sqlsrv', + 'url' => NULL, + 'host' => 'localhost', + 'port' => '1433', + 'database' => 'laravel', + 'username' => 'root', + 'password' => '', + 'charset' => 'utf8', + 'prefix' => '', + 'prefix_indexes' => true, + ), + ), + 'migrations' => + array ( + 'table' => 'migrations', + 'update_date_on_publish' => true, + ), + 'redis' => + array ( + 'client' => 'phpredis', + 'options' => + array ( + 'cluster' => 'redis', + 'prefix' => 'laravel_database_', + ), + 'default' => + array ( + 'url' => NULL, + 'host' => '127.0.0.1', + 'username' => NULL, + 'password' => NULL, + 'port' => '6379', + 'database' => '0', + ), + 'cache' => + array ( + 'url' => NULL, + 'host' => '127.0.0.1', + 'username' => NULL, + 'password' => NULL, + 'port' => '6379', + 'database' => '1', + ), + ), + ), + 'filament' => + array ( + 'broadcasting' => + array ( + ), + 'default_filesystem_disk' => 'public', + 'assets_path' => NULL, + 'cache_path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\bootstrap/cache/filament', + 'livewire_loading_delay' => 'default', + 'file_generation' => + array ( + 'flags' => + array ( + 0 => 'embedded_panel_resource_schemas', + 1 => 'embedded_panel_resource_tables', + 2 => 'partial_imports', + ), + ), + 'system_route_prefix' => 'filament', + ), + 'filesystems' => + array ( + 'default' => 'local', + 'disks' => + array ( + 'local' => + array ( + 'driver' => 'local', + 'root' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\app', + 'throw' => false, + ), + 'public' => + array ( + 'driver' => 'local', + 'root' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\app/public', + 'url' => '/storage', + 'visibility' => 'public', + 'throw' => false, + ), + 's3' => + array ( + 'driver' => 's3', + 'key' => NULL, + 'secret' => NULL, + 'region' => NULL, + 'bucket' => NULL, + 'url' => NULL, + 'endpoint' => NULL, + 'use_path_style_endpoint' => false, + 'throw' => false, + ), + 'badges' => + array ( + 'driver' => 'local', + 'root' => '/var/www/gamedata/c_images/album1584', + ), + 'ads' => + array ( + 'driver' => 'local', + 'root' => '/var/www/gamedata/custom', + ), + ), + 'links' => + array ( + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\public\\storage' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\app/public', + ), + ), + 'fortify-options' => + array ( + 'two-factor-authentication' => + array ( + 'confirm' => true, + 'confirmPassword' => true, + ), + ), + 'fortify' => + array ( + 'guard' => 'web', + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + ), + 'auth_middleware' => 'auth', + 'passwords' => 'users', + 'username' => 'username', + 'email' => 'email', + 'views' => true, + 'home' => '/user/me', + 'prefix' => '', + 'domain' => NULL, + 'lowercase_usernames' => false, + 'limiters' => + array ( + 'login' => 'login', + 'two-factor' => 'two-factor', + ), + 'paths' => + array ( + 'login' => NULL, + 'logout' => NULL, + 'password' => + array ( + 'request' => NULL, + 'reset' => NULL, + 'email' => NULL, + 'update' => NULL, + 'confirm' => NULL, + 'confirmation' => NULL, + ), + 'register' => NULL, + 'verification' => + array ( + 'notice' => NULL, + 'verify' => NULL, + 'send' => NULL, + ), + 'user-profile-information' => + array ( + 'update' => NULL, + ), + 'user-password' => + array ( + 'update' => NULL, + ), + 'two-factor' => + array ( + 'login' => NULL, + 'enable' => NULL, + 'confirm' => NULL, + 'disable' => NULL, + 'qr-code' => NULL, + 'secret-key' => NULL, + 'recovery-codes' => NULL, + ), + ), + 'redirects' => + array ( + 'login' => NULL, + 'logout' => NULL, + 'password-confirmation' => NULL, + 'register' => NULL, + 'email-verification' => NULL, + 'password-reset' => NULL, + ), + 'features' => + array ( + 0 => 'registration', + 1 => 'two-factor-authentication', + ), + ), + 'habbo' => + array ( + 'site' => + array ( + 'site_url' => 'http://localhost', + 'default_name' => 'Atom', + 'recaptcha_site_key' => NULL, + 'recaptcha_secret_key' => NULL, + 'convert_passwords' => NULL, + 'force_https' => false, + 'date_format' => 'Y-m-d - h:m:s', + 'default_language' => 'en', + 'debug_mode_enabled' => false, + 'site_environment' => NULL, + ), + 'reactions' => + array ( + 0 => 'bad', + 1 => 'crying', + 2 => 'good', + 3 => 'happy', + 4 => 'taut', + 5 => 'impatient', + 6 => 'inlove', + 7 => 'laugh', + 8 => 'proud', + 9 => 'wow', + 10 => 'shameful', + 11 => 'shameless', + 12 => 'sleeping', + 13 => 'smile', + 14 => 'tongue', + 15 => 'wink', + 16 => 'disgusted', + 17 => 'angry', + 18 => 'lgbt', + 19 => 'heart2', + 20 => 'bobba', + 21 => 'poop', + 22 => 'like', + 23 => 'unlike', + 24 => 'fire', + 25 => 'eyes', + 26 => 'crown', + 27 => 'star', + 28 => 'heart', + ), + 'migrations' => + array ( + 'rename_tables' => false, + ), + 'rcon' => + array ( + 'domain' => 2, + 'type' => 1, + 'protocol' => 6, + ), + 'client' => + array ( + 'nitro_path' => '/client/html5/nitro-client', + 'flash_enabled' => false, + ), + 'flash' => + array ( + 'host' => '127.0.0.1', + 'port' => 3000, + 'swf_base_path' => NULL, + 'production_folder' => NULL, + 'habbo_swf' => 'Habbo.swf', + 'external_texts' => NULL, + 'external_variables' => NULL, + 'external_furnidata' => NULL, + 'external_productdata' => NULL, + 'external_figuremap' => NULL, + 'external_figuredata' => NULL, + 'external_override_variables' => NULL, + 'external_override_texts' => NULL, + ), + 'findretros' => + array ( + 'enabled' => false, + 'name' => 'Example', + 'api' => 'https://findretros.com', + ), + 'password_reset_token_time' => 15, + 'paypal' => + array ( + 'mode' => 'sandbox', + 'sandbox' => + array ( + 'client_id' => '', + 'client_secret' => '', + 'app_id' => '', + ), + 'live' => + array ( + 'client_id' => '', + 'client_secret' => '', + 'app_id' => '', + ), + 'payment_action' => 'Order', + 'currency' => 'USD', + 'notify_url' => '', + 'locale' => 'en_US', + 'validate_ssl' => true, + ), + ), + 'hashing' => + array ( + 'driver' => 'bcrypt', + 'bcrypt' => + array ( + 'rounds' => 12, + ), + 'argon' => + array ( + 'memory' => 65536, + 'threads' => 1, + 'time' => 4, + ), + 'rehash_on_login' => true, + ), + 'log-viewer' => + array ( + 'enabled' => true, + 'api_only' => false, + 'require_auth_in_production' => true, + 'route_domain' => NULL, + 'route_path' => 'log-viewer', + 'assets_path' => 'vendor/log-viewer', + 'back_to_system_url' => 'http://localhost', + 'back_to_system_label' => NULL, + 'timezone' => NULL, + 'datetime_format' => 'Y-m-d H:i:s', + 'middleware' => + array ( + 0 => 'web', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'App\\Http\\Middleware\\LogViewerMiddleware', + ), + 'api_middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + ), + 'api_stateful_domains' => NULL, + 'hosts' => + array ( + 'local' => + array ( + 'name' => 'Local', + ), + ), + 'include_files' => + array ( + 0 => '*.log', + 1 => '**/*.log', + 2 => '/var/log/httpd/*', + 3 => '/var/log/nginx/*', + 4 => '/opt/homebrew/var/log/nginx/*', + 5 => '/opt/homebrew/var/log/httpd/*', + 6 => '/opt/homebrew/var/log/php-fpm.log', + 7 => '/opt/homebrew/var/log/postgres*log', + 8 => '/opt/homebrew/var/log/redis*log', + 9 => '/opt/homebrew/var/log/supervisor*log', + ), + 'exclude_files' => + array ( + ), + 'hide_unknown_files' => true, + 'shorter_stack_trace_excludes' => + array ( + 0 => '/vendor/symfony/', + 1 => '/vendor/laravel/framework/', + 2 => '/vendor/barryvdh/laravel-debugbar/', + ), + 'cache_driver' => NULL, + 'cache_key_prefix' => 'lv', + 'lazy_scan_chunk_size_in_mb' => 50, + 'strip_extracted_context' => true, + 'per_page_options' => + array ( + 0 => 10, + 1 => 25, + 2 => 50, + 3 => 100, + 4 => 250, + 5 => 500, + ), + 'defaults' => + array ( + 'use_local_storage' => true, + 'folder_sorting_method' => 'ModifiedTime', + 'folder_sorting_order' => 'desc', + 'file_sorting_method' => 'ModifiedTime', + 'log_sorting_order' => 'desc', + 'per_page' => 25, + 'theme' => 'System', + 'shorter_stack_traces' => false, + ), + 'exclude_ip_from_identifiers' => false, + 'root_folder_prefix' => 'root', + ), + 'logging' => + array ( + 'default' => 'stack', + 'deprecations' => + array ( + 'channel' => 'null', + 'trace' => false, + ), + 'channels' => + array ( + 'stack' => + array ( + 'driver' => 'stack', + 'channels' => + array ( + 0 => 'single', + ), + 'ignore_exceptions' => false, + ), + 'single' => + array ( + 'driver' => 'single', + 'path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\logs/laravel.log', + 'level' => 'debug', + ), + 'daily' => + array ( + 'driver' => 'daily', + 'path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\logs/laravel.log', + 'level' => 'debug', + 'days' => 14, + ), + 'slack' => + array ( + 'driver' => 'slack', + 'url' => NULL, + 'username' => 'Laravel Log', + 'emoji' => ':boom:', + 'level' => 'critical', + ), + 'papertrail' => + array ( + 'driver' => 'monolog', + 'level' => 'debug', + 'handler' => 'Monolog\\Handler\\SyslogUdpHandler', + 'handler_with' => + array ( + 'host' => NULL, + 'port' => NULL, + 'connectionString' => 'tls://:', + ), + ), + 'stderr' => + array ( + 'driver' => 'monolog', + 'level' => 'debug', + 'handler' => 'Monolog\\Handler\\StreamHandler', + 'formatter' => NULL, + 'with' => + array ( + 'stream' => 'php://stderr', + ), + ), + 'syslog' => + array ( + 'driver' => 'syslog', + 'level' => 'debug', + ), + 'errorlog' => + array ( + 'driver' => 'errorlog', + 'level' => 'debug', + ), + 'null' => + array ( + 'driver' => 'monolog', + 'handler' => 'Monolog\\Handler\\NullHandler', + ), + 'emergency' => + array ( + 'path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\logs/laravel.log', + ), + ), + ), + 'mail' => + array ( + 'default' => 'smtp', + 'mailers' => + array ( + 'smtp' => + array ( + 'transport' => 'smtp', + 'host' => 'smtp.mailgun.org', + 'port' => 587, + 'encryption' => 'tls', + 'username' => NULL, + 'password' => NULL, + 'timeout' => NULL, + 'local_domain' => NULL, + ), + 'ses' => + array ( + 'transport' => 'ses', + ), + 'postmark' => + array ( + 'transport' => 'postmark', + ), + 'resend' => + array ( + 'transport' => 'resend', + ), + 'sendmail' => + array ( + 'transport' => 'sendmail', + 'path' => '/usr/sbin/sendmail -bs -i', + ), + 'log' => + array ( + 'transport' => 'log', + 'channel' => NULL, + ), + 'array' => + array ( + 'transport' => 'array', + ), + 'failover' => + array ( + 'transport' => 'failover', + 'mailers' => + array ( + 0 => 'smtp', + 1 => 'log', + ), + ), + 'roundrobin' => + array ( + 'transport' => 'roundrobin', + 'mailers' => + array ( + 0 => 'ses', + 1 => 'postmark', + ), + 'retry_after' => 60, + ), + 'mailgun' => + array ( + 'transport' => 'mailgun', + ), + ), + 'from' => + array ( + 'address' => 'hello@example.com', + 'name' => 'Example', + ), + 'markdown' => + array ( + 'theme' => 'default', + 'paths' => + array ( + 0 => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\resources\\views/vendor/mail', + ), + ), + ), + 'purify' => + array ( + 'default' => 'default', + 'configs' => + array ( + 'default' => + array ( + 'Core.Encoding' => 'utf-8', + 'HTML.Doctype' => 'HTML 4.01 Transitional', + 'HTML.Allowed' => 'h1,h2,h3,h4,h5,h6,b,strong,i,em,s,del,a[href|title],ul,ol,li,p[style],br,span,img[width|height|alt|src],blockquote', + 'HTML.ForbiddenElements' => '', + 'CSS.AllowedProperties' => 'font,font-size,font-weight,font-style,font-family,text-decoration,padding-left,color,background-color,text-align', + 'AutoFormat.AutoParagraph' => false, + 'AutoFormat.RemoveEmpty' => false, + ), + ), + 'definitions' => 'Stevebauman\\Purify\\Definitions\\Html5Definition', + 'css-definitions' => NULL, + 'serializer' => + array ( + 'driver' => 'file', + 'cache' => 'Stevebauman\\Purify\\Cache\\CacheDefinitionCache', + ), + ), + 'queue' => + array ( + 'default' => 'sync', + 'connections' => + array ( + 'sync' => + array ( + 'driver' => 'sync', + ), + 'database' => + array ( + 'driver' => 'database', + 'table' => 'jobs', + 'queue' => 'default', + 'retry_after' => 90, + 'after_commit' => false, + ), + 'beanstalkd' => + array ( + 'driver' => 'beanstalkd', + 'host' => 'localhost', + 'queue' => 'default', + 'retry_after' => 90, + 'block_for' => 0, + 'after_commit' => false, + ), + 'sqs' => + array ( + 'driver' => 'sqs', + 'key' => NULL, + 'secret' => NULL, + 'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id', + 'queue' => 'default', + 'suffix' => NULL, + 'region' => 'us-east-1', + 'after_commit' => false, + ), + 'redis' => + array ( + 'driver' => 'redis', + 'connection' => 'default', + 'queue' => 'default', + 'retry_after' => 90, + 'block_for' => NULL, + 'after_commit' => false, + ), + 'deferred' => + array ( + 'driver' => 'deferred', + ), + 'failover' => + array ( + 'driver' => 'failover', + 'connections' => + array ( + 0 => 'database', + 1 => 'deferred', + ), + ), + ), + 'batching' => + array ( + 'database' => 'sqlite', + 'table' => 'job_batches', + ), + 'failed' => + array ( + 'driver' => 'database-uuids', + 'database' => 'mysql', + 'table' => 'failed_jobs', + ), + ), + 'sanctum' => + array ( + 'stateful' => + array ( + 0 => 'localhost', + 1 => 'localhost:3000', + 2 => '127.0.0.1', + 3 => '127.0.0.1:8000', + 4 => '::1', + 5 => 'localhost', + ), + 'guard' => + array ( + 0 => 'web', + ), + 'expiration' => NULL, + 'token_prefix' => '', + 'middleware' => + array ( + 'authenticate_session' => 'Laravel\\Sanctum\\Http\\Middleware\\AuthenticateSession', + 'encrypt_cookies' => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 'validate_csrf_token' => 'Illuminate\\Foundation\\Http\\Middleware\\ValidateCsrfToken', + ), + ), + 'services' => + array ( + 'postmark' => + array ( + 'token' => NULL, + ), + 'resend' => + array ( + 'key' => NULL, + ), + 'ses' => + array ( + 'key' => NULL, + 'secret' => NULL, + 'region' => 'us-east-1', + ), + 'slack' => + array ( + 'notifications' => + array ( + 'bot_user_oauth_token' => NULL, + 'channel' => NULL, + ), + ), + 'mailgun' => + array ( + 'domain' => NULL, + 'secret' => NULL, + 'endpoint' => 'api.mailgun.net', + 'scheme' => 'https', + ), + 'turnstile' => + array ( + 'key' => NULL, + 'secret' => NULL, + ), + ), + 'session' => + array ( + 'driver' => 'file', + 'lifetime' => 120, + 'expire_on_close' => false, + 'encrypt' => false, + 'files' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\framework/sessions', + 'connection' => NULL, + 'table' => 'sessions', + 'store' => NULL, + 'lottery' => + array ( + 0 => 2, + 1 => 100, + ), + 'cookie' => 'laravel_session', + 'path' => '/', + 'domain' => NULL, + 'secure' => NULL, + 'http_only' => true, + 'same_site' => 'lax', + 'partitioned' => false, + ), + 'theme' => + array ( + 'active' => 'atom', + 'parent' => 'atom', + 'base_path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\resources/themes', + ), + 'turnstile' => + array ( + 'turnstile_site_key' => NULL, + 'turnstile_secret_key' => NULL, + 'error_messages' => + array ( + 'turnstile_check_message' => 'The captcha failed, please try again.', + ), + ), + 'view' => + array ( + 'paths' => + array ( + 0 => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\resources\\views', + ), + 'compiled' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\framework\\views', + ), + 'blade-heroicons' => + array ( + 'prefix' => 'heroicon', + 'fallback' => '', + 'class' => '', + 'attributes' => + array ( + ), + ), + 'blade-icons' => + array ( + 'sets' => + array ( + ), + 'class' => '', + 'attributes' => + array ( + ), + 'fallback' => '', + 'components' => + array ( + 'disabled' => false, + 'default' => 'icon', + ), + ), + 'clockwork' => + array ( + 'enable' => NULL, + 'features' => + array ( + 'cache' => + array ( + 'enabled' => true, + 'collect_queries' => true, + 'collect_values' => false, + ), + 'database' => + array ( + 'enabled' => true, + 'collect_queries' => true, + 'collect_models_actions' => true, + 'collect_models_retrieved' => false, + 'slow_threshold' => NULL, + 'slow_only' => false, + 'detect_duplicate_queries' => false, + ), + 'events' => + array ( + 'enabled' => true, + 'ignored_events' => + array ( + ), + ), + 'http_requests' => + array ( + 'enabled' => true, + 'collect_data' => true, + 'collect_raw_data' => false, + ), + 'log' => + array ( + 'enabled' => true, + ), + 'notifications' => + array ( + 'enabled' => true, + ), + 'performance' => + array ( + 'client_metrics' => true, + ), + 'queue' => + array ( + 'enabled' => true, + ), + 'redis' => + array ( + 'enabled' => true, + ), + 'routes' => + array ( + 'enabled' => false, + 'only_namespaces' => + array ( + 0 => 'App', + ), + ), + 'views' => + array ( + 'enabled' => true, + 'collect_data' => false, + 'use_twig_profiler' => false, + ), + ), + 'web' => true, + 'toolbar' => true, + 'requests' => + array ( + 'on_demand' => false, + 'errors_only' => false, + 'slow_threshold' => NULL, + 'slow_only' => false, + 'sample' => false, + 'except' => + array ( + 0 => '/horizon/.*', + 1 => '/telescope/.*', + 2 => '/_tt/.*', + 3 => '/_debugbar/.*', + ), + 'only' => + array ( + ), + 'except_preflight' => true, + ), + 'artisan' => + array ( + 'collect' => false, + 'except' => + array ( + ), + 'only' => + array ( + ), + 'collect_output' => false, + 'except_laravel_commands' => true, + ), + 'queue' => + array ( + 'collect' => false, + 'except' => + array ( + ), + 'only' => + array ( + ), + ), + 'tests' => + array ( + 'collect' => false, + 'except' => + array ( + ), + ), + 'collect_data_always' => false, + 'storage' => 'files', + 'storage_files_path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\clockwork', + 'storage_files_compress' => false, + 'storage_sql_database' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\clockwork.sqlite', + 'storage_sql_table' => 'clockwork', + 'storage_redis' => 'default', + 'storage_redis_prefix' => 'clockwork', + 'storage_expiration' => 10080, + 'authentication' => false, + 'authentication_password' => 'VerySecretPassword', + 'stack_traces' => + array ( + 'enabled' => true, + 'limit' => 10, + 'skip_vendors' => + array ( + ), + 'skip_namespaces' => + array ( + ), + 'skip_classes' => + array ( + ), + ), + 'serialization_depth' => 10, + 'serialization_blackbox' => + array ( + 0 => 'Illuminate\\Container\\Container', + 1 => 'Illuminate\\Foundation\\Application', + 2 => 'Laravel\\Lumen\\Application', + ), + 'register_helpers' => true, + 'headers' => + array ( + ), + 'server_timing' => 10, + ), + 'livewire' => + array ( + 'class_namespace' => 'App\\Livewire', + 'view_path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\resources\\views/livewire', + 'layout' => 'components.layouts.app', + 'lazy_placeholder' => NULL, + 'temporary_file_upload' => + array ( + 'disk' => NULL, + 'rules' => NULL, + 'directory' => NULL, + 'middleware' => NULL, + 'preview_mimes' => + array ( + 0 => 'png', + 1 => 'gif', + 2 => 'bmp', + 3 => 'svg', + 4 => 'wav', + 5 => 'mp4', + 6 => 'mov', + 7 => 'avi', + 8 => 'wmv', + 9 => 'mp3', + 10 => 'm4a', + 11 => 'jpg', + 12 => 'jpeg', + 13 => 'mpga', + 14 => 'webp', + 15 => 'wma', + ), + 'max_upload_time' => 5, + 'cleanup' => true, + ), + 'render_on_redirect' => false, + 'legacy_model_binding' => false, + 'inject_assets' => true, + 'navigate' => + array ( + 'show_progress_bar' => true, + 'progress_bar_color' => '#2299dd', + ), + 'inject_morph_markers' => true, + 'smart_wire_keys' => false, + 'pagination_theme' => 'tailwind', + 'release_token' => 'a', + ), + 'flare' => + array ( + 'key' => NULL, + 'flare_middleware' => + array ( + 0 => 'Spatie\\FlareClient\\FlareMiddleware\\RemoveRequestIp', + 1 => 'Spatie\\FlareClient\\FlareMiddleware\\AddGitInformation', + 2 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddNotifierName', + 3 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddEnvironmentInformation', + 4 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddExceptionInformation', + 5 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddDumps', + 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddLogs' => + array ( + 'maximum_number_of_collected_logs' => 200, + ), + 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddQueries' => + array ( + 'maximum_number_of_collected_queries' => 200, + 'report_query_bindings' => true, + ), + 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddJobs' => + array ( + 'max_chained_job_reporting_depth' => 5, + ), + 6 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddContext', + 7 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddExceptionHandledStatus', + 'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestBodyFields' => + array ( + 'censor_fields' => + array ( + 0 => 'password', + 1 => 'password_confirmation', + ), + ), + 'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestHeaders' => + array ( + 'headers' => + array ( + 0 => 'API-KEY', + 1 => 'Authorization', + 2 => 'Cookie', + 3 => 'Set-Cookie', + 4 => 'X-CSRF-TOKEN', + 5 => 'X-XSRF-TOKEN', + ), + ), + ), + 'send_logs_as_events' => true, + ), + 'ignition' => + array ( + 'editor' => 'phpstorm', + 'theme' => 'auto', + 'enable_share_button' => true, + 'register_commands' => false, + 'solution_providers' => + array ( + 0 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\BadMethodCallSolutionProvider', + 1 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\MergeConflictSolutionProvider', + 2 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\UndefinedPropertySolutionProvider', + 3 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\IncorrectValetDbCredentialsSolutionProvider', + 4 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingAppKeySolutionProvider', + 5 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\DefaultDbNameSolutionProvider', + 6 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\TableNotFoundSolutionProvider', + 7 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingImportSolutionProvider', + 8 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\InvalidRouteActionSolutionProvider', + 9 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\ViewNotFoundSolutionProvider', + 10 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\RunningLaravelDuskInProductionProvider', + 11 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingColumnSolutionProvider', + 12 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownValidationSolutionProvider', + 13 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingMixManifestSolutionProvider', + 14 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingViteManifestSolutionProvider', + 15 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingLivewireComponentSolutionProvider', + 16 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UndefinedViewVariableSolutionProvider', + 17 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\GenericLaravelExceptionSolutionProvider', + 18 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\OpenAiSolutionProvider', + 19 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\SailNetworkSolutionProvider', + 20 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownMysql8CollationSolutionProvider', + 21 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownMariadbCollationSolutionProvider', + ), + 'ignored_solution_providers' => + array ( + ), + 'enable_runnable_solutions' => NULL, + 'remote_sites_path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms', + 'local_sites_path' => '', + 'housekeeping_endpoint_prefix' => '_ignition', + 'settings_file_path' => '', + 'recorders' => + array ( + 0 => 'Spatie\\LaravelIgnition\\Recorders\\DumpRecorder\\DumpRecorder', + 1 => 'Spatie\\LaravelIgnition\\Recorders\\JobRecorder\\JobRecorder', + 2 => 'Spatie\\LaravelIgnition\\Recorders\\LogRecorder\\LogRecorder', + 3 => 'Spatie\\LaravelIgnition\\Recorders\\QueryRecorder\\QueryRecorder', + ), + 'open_ai_key' => NULL, + 'with_stack_frame_arguments' => true, + 'argument_reducers' => + array ( + 0 => 'Spatie\\Backtrace\\Arguments\\Reducers\\BaseTypeArgumentReducer', + 1 => 'Spatie\\Backtrace\\Arguments\\Reducers\\ArrayArgumentReducer', + 2 => 'Spatie\\Backtrace\\Arguments\\Reducers\\StdClassArgumentReducer', + 3 => 'Spatie\\Backtrace\\Arguments\\Reducers\\EnumArgumentReducer', + 4 => 'Spatie\\Backtrace\\Arguments\\Reducers\\ClosureArgumentReducer', + 5 => 'Spatie\\Backtrace\\Arguments\\Reducers\\DateTimeArgumentReducer', + 6 => 'Spatie\\Backtrace\\Arguments\\Reducers\\DateTimeZoneArgumentReducer', + 7 => 'Spatie\\Backtrace\\Arguments\\Reducers\\SymphonyRequestArgumentReducer', + 8 => 'Spatie\\LaravelIgnition\\ArgumentReducers\\ModelArgumentReducer', + 9 => 'Spatie\\LaravelIgnition\\ArgumentReducers\\CollectionArgumentReducer', + 10 => 'Spatie\\Backtrace\\Arguments\\Reducers\\StringableArgumentReducer', + ), + ), + 'paypal' => + array ( + 'mode' => 'sandbox', + 'sandbox' => + array ( + 'client_id' => '', + 'client_secret' => '', + 'app_id' => 'APP-80W284485P519543T', + ), + 'live' => + array ( + 'client_id' => '', + 'client_secret' => '', + 'app_id' => '', + ), + 'payment_action' => 'Sale', + 'currency' => 'USD', + 'notify_url' => '', + 'locale' => 'en_US', + 'validate_ssl' => true, + ), + 'tinker' => + array ( + 'commands' => + array ( + ), + 'alias' => + array ( + ), + 'dont_alias' => + array ( + 0 => 'App\\Nova', + ), + ), +); diff --git a/Updated_Cms/bootstrap/cache/filament/panels/housekeeping.php b/Updated_Cms/bootstrap/cache/filament/panels/housekeeping.php index 241d54e702..1e8ed04389 100644 --- a/Updated_Cms/bootstrap/cache/filament/panels/housekeeping.php +++ b/Updated_Cms/bootstrap/cache/filament/panels/housekeeping.php @@ -109,13 +109,13 @@ ), 'pages' => array ( - '/var/www/atomcms/app/Filament/Pages/BadgePage.php' => 'App\\Filament\\Pages\\BadgePage', - '/var/www/atomcms/app/Filament/Pages/Dashboard.php' => 'App\\Filament\\Pages\\Dashboard', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Pages\\BadgePage.php' => 'App\\Filament\\Pages\\BadgePage', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Pages\\Dashboard.php' => 'App\\Filament\\Pages\\Dashboard', 0 => 'Filament\\Pages\\Dashboard', ), 'pageDirectories' => array ( - 0 => '/var/www/atomcms/app/Filament/Pages', + 0 => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament/Pages', ), 'pageNamespaces' => array ( @@ -123,33 +123,37 @@ ), 'resources' => array ( - '/var/www/atomcms/app/Filament/Resources/Atom/Articles/ArticleResource.php' => 'App\\Filament\\Resources\\Atom\\Articles\\ArticleResource', - '/var/www/atomcms/app/Filament/Resources/Atom/CameraWebs/CameraWebResource.php' => 'App\\Filament\\Resources\\Atom\\CameraWebs\\CameraWebResource', - '/var/www/atomcms/app/Filament/Resources/Atom/CmsSettings/CmsSettingResource.php' => 'App\\Filament\\Resources\\Atom\\CmsSettings\\CmsSettingResource', - '/var/www/atomcms/app/Filament/Resources/Atom/HousekeepingPermissions/HousekeepingPermissionResource.php' => 'App\\Filament\\Resources\\Atom\\HousekeepingPermissions\\HousekeepingPermissionResource', - '/var/www/atomcms/app/Filament/Resources/Atom/Permissions/PermissionResource.php' => 'App\\Filament\\Resources\\Atom\\Permissions\\PermissionResource', - '/var/www/atomcms/app/Filament/Resources/Atom/Tags/TagResource.php' => 'App\\Filament\\Resources\\Atom\\Tags\\TagResource', - '/var/www/atomcms/app/Filament/Resources/Atom/Teams/TeamResource.php' => 'App\\Filament\\Resources\\Atom\\Teams\\TeamResource', - '/var/www/atomcms/app/Filament/Resources/Atom/WebsiteDrawBadges/WebsiteDrawBadgeResource.php' => 'App\\Filament\\Resources\\Atom\\WebsiteDrawBadges\\WebsiteDrawBadgeResource', - '/var/www/atomcms/app/Filament/Resources/Hotel/Achievements/AchievementResource.php' => 'App\\Filament\\Resources\\Hotel\\Achievements\\AchievementResource', - '/var/www/atomcms/app/Filament/Resources/Hotel/BadgeTextEditors/BadgeTextEditorResource.php' => 'App\\Filament\\Resources\\Hotel\\BadgeTextEditors\\BadgeTextEditorResource', - '/var/www/atomcms/app/Filament/Resources/Hotel/BadgeUploads/BadgeUploadResource.php' => 'App\\Filament\\Resources\\Hotel\\BadgeUploads\\BadgeUploadResource', - '/var/www/atomcms/app/Filament/Resources/Hotel/CatalogPages/CatalogPageResource.php' => 'App\\Filament\\Resources\\Hotel\\CatalogPages\\CatalogPageResource', - '/var/www/atomcms/app/Filament/Resources/Hotel/ChatlogPrivates/ChatlogPrivateResource.php' => 'App\\Filament\\Resources\\Hotel\\ChatlogPrivates\\ChatlogPrivateResource', - '/var/www/atomcms/app/Filament/Resources/Hotel/ChatlogRooms/ChatlogRoomResource.php' => 'App\\Filament\\Resources\\Hotel\\ChatlogRooms\\ChatlogRoomResource', - '/var/www/atomcms/app/Filament/Resources/Hotel/CommandLogs/CommandLogResource.php' => 'App\\Filament\\Resources\\Hotel\\CommandLogs\\CommandLogResource', - '/var/www/atomcms/app/Filament/Resources/Hotel/EmulatorSettings/EmulatorSettingResource.php' => 'App\\Filament\\Resources\\Hotel\\EmulatorSettings\\EmulatorSettingResource', - '/var/www/atomcms/app/Filament/Resources/Hotel/EmulatorTexts/EmulatorTextResource.php' => 'App\\Filament\\Resources\\Hotel\\EmulatorTexts\\EmulatorTextResource', - '/var/www/atomcms/app/Filament/Resources/Hotel/OpenPositions/OpenPositionResource.php' => 'App\\Filament\\Resources\\Hotel\\OpenPositions\\OpenPositionResource', - '/var/www/atomcms/app/Filament/Resources/Hotel/StaffApplications/StaffApplicationResource.php' => 'App\\Filament\\Resources\\Hotel\\StaffApplications\\StaffApplicationResource', - '/var/www/atomcms/app/Filament/Resources/Hotel/WebsiteAds/WebsiteAdResource.php' => 'App\\Filament\\Resources\\Hotel\\WebsiteAds\\WebsiteAdResource', - '/var/www/atomcms/app/Filament/Resources/Hotel/WordFilters/WordFilterResource.php' => 'App\\Filament\\Resources\\Hotel\\WordFilters\\WordFilterResource', - '/var/www/atomcms/app/Filament/Resources/User/Bans/BanResource.php' => 'App\\Filament\\Resources\\User\\Bans\\BanResource', - '/var/www/atomcms/app/Filament/Resources/User/Users/UserResource.php' => 'App\\Filament\\Resources\\User\\Users\\UserResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Atom\\Articles\\ArticleResource.php' => 'App\\Filament\\Resources\\Atom\\Articles\\ArticleResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Atom\\CameraWebs\\CameraWebResource.php' => 'App\\Filament\\Resources\\Atom\\CameraWebs\\CameraWebResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Atom\\CmsSettings\\CmsSettingResource.php' => 'App\\Filament\\Resources\\Atom\\CmsSettings\\CmsSettingResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Atom\\HelpQuestionCategoryResource.php' => 'App\\Filament\\Resources\\Atom\\HelpQuestionCategoryResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Atom\\HelpQuestionResource.php' => 'App\\Filament\\Resources\\Atom\\HelpQuestionResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Atom\\HousekeepingPermissions\\HousekeepingPermissionResource.php' => 'App\\Filament\\Resources\\Atom\\HousekeepingPermissions\\HousekeepingPermissionResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Atom\\NavigationResource.php' => 'App\\Filament\\Resources\\Atom\\NavigationResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Atom\\Permissions\\PermissionResource.php' => 'App\\Filament\\Resources\\Atom\\Permissions\\PermissionResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Atom\\Tags\\TagResource.php' => 'App\\Filament\\Resources\\Atom\\Tags\\TagResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Atom\\Teams\\TeamResource.php' => 'App\\Filament\\Resources\\Atom\\Teams\\TeamResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Atom\\WebsiteDrawBadges\\WebsiteDrawBadgeResource.php' => 'App\\Filament\\Resources\\Atom\\WebsiteDrawBadges\\WebsiteDrawBadgeResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Atom\\WriteableBoxResource.php' => 'App\\Filament\\Resources\\Atom\\WriteableBoxResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Hotel\\Achievements\\AchievementResource.php' => 'App\\Filament\\Resources\\Hotel\\Achievements\\AchievementResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Hotel\\BadgeTextEditors\\BadgeTextEditorResource.php' => 'App\\Filament\\Resources\\Hotel\\BadgeTextEditors\\BadgeTextEditorResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Hotel\\BadgeUploads\\BadgeUploadResource.php' => 'App\\Filament\\Resources\\Hotel\\BadgeUploads\\BadgeUploadResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Hotel\\CatalogPages\\CatalogPageResource.php' => 'App\\Filament\\Resources\\Hotel\\CatalogPages\\CatalogPageResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Hotel\\ChatlogPrivates\\ChatlogPrivateResource.php' => 'App\\Filament\\Resources\\Hotel\\ChatlogPrivates\\ChatlogPrivateResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Hotel\\ChatlogRooms\\ChatlogRoomResource.php' => 'App\\Filament\\Resources\\Hotel\\ChatlogRooms\\ChatlogRoomResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Hotel\\CommandLogs\\CommandLogResource.php' => 'App\\Filament\\Resources\\Hotel\\CommandLogs\\CommandLogResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Hotel\\EmulatorSettings\\EmulatorSettingResource.php' => 'App\\Filament\\Resources\\Hotel\\EmulatorSettings\\EmulatorSettingResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Hotel\\EmulatorTexts\\EmulatorTextResource.php' => 'App\\Filament\\Resources\\Hotel\\EmulatorTexts\\EmulatorTextResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Hotel\\OpenPositions\\OpenPositionResource.php' => 'App\\Filament\\Resources\\Hotel\\OpenPositions\\OpenPositionResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Hotel\\StaffApplications\\StaffApplicationResource.php' => 'App\\Filament\\Resources\\Hotel\\StaffApplications\\StaffApplicationResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Hotel\\WebsiteAds\\WebsiteAdResource.php' => 'App\\Filament\\Resources\\Hotel\\WebsiteAds\\WebsiteAdResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\Hotel\\WordFilters\\WordFilterResource.php' => 'App\\Filament\\Resources\\Hotel\\WordFilters\\WordFilterResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\User\\Bans\\BanResource.php' => 'App\\Filament\\Resources\\User\\Bans\\BanResource', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Resources\\User\\Users\\UserResource.php' => 'App\\Filament\\Resources\\User\\Users\\UserResource', ), 'resourceDirectories' => array ( - 0 => '/var/www/atomcms/app/Filament/Resources', + 0 => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament/Resources', ), 'resourceNamespaces' => array ( @@ -157,14 +161,14 @@ ), 'widgets' => array ( - '/var/www/atomcms/app/Filament/Widgets/ArticlesAggregateChart.php' => 'App\\Filament\\Widgets\\ArticlesAggregateChart', - '/var/www/atomcms/app/Filament/Widgets/TopDashboardOverview.php' => 'App\\Filament\\Widgets\\TopDashboardOverview', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Widgets\\ArticlesAggregateChart.php' => 'App\\Filament\\Widgets\\ArticlesAggregateChart', + 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament\\Widgets\\TopDashboardOverview.php' => 'App\\Filament\\Widgets\\TopDashboardOverview', 0 => 'Filament\\Widgets\\AccountWidget', 1 => 'Filament\\Widgets\\FilamentInfoWidget', ), 'widgetDirectories' => array ( - 0 => '/var/www/atomcms/app/Filament/Widgets', + 0 => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\app\\Filament/Widgets', ), 'widgetNamespaces' => array ( diff --git a/Updated_Cms/bootstrap/cache/routes-v7.php b/Updated_Cms/bootstrap/cache/routes-v7.php new file mode 100644 index 0000000000..85e2173c48 --- /dev/null +++ b/Updated_Cms/bootstrap/cache/routes-v7.php @@ -0,0 +1,11964 @@ +setCompiledRoutes( + array ( + 'compiled' => + array ( + 0 => false, + 1 => + array ( + '/housekeeping/login' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.auth.login', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/logout' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.auth.logout', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.pages.dashboard', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/badge-page' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.pages.badge-page', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/website/articles' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.articles.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/website/articles/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.articles.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/camera-web' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.camera-web.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/website/cms-settings' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.cms-settings.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/atom/help-question-categories' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.atom.help-question-categories.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/atom/help-question-categories/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.atom.help-question-categories.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/atom/help-questions' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.atom.help-questions.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/atom/help-questions/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.atom.help-questions.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/website/housekeeping-permissions' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.housekeeping-permissions.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/atom/navigations' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.atom.navigations.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/atom/navigations/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.atom.navigations.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/website/permissions' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.permissions.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/website/permissions/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.permissions.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/website/tags' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.tags.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/website/tags/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.tags.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/website/teams' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.teams.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/website/teams/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.teams.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/draw-badges' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.draw-badges.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/atom/writeable-boxes' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.atom.writeable-boxes.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/achievements' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.achievements.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/achievements/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.achievements.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/badge-text-editor' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.badge-text-editor.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/badge-text-editor/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.badge-text-editor.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/badge-uploads' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.badge-uploads.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/catalog-pages' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.catalog-pages.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/catalog-pages/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.catalog-pages.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/chatlog-private' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.chatlog-private.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/chatlog-room' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.chatlog-room.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/logs/commands' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.logs.commands.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/emulator-settings' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.emulator-settings.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/emulator-settings/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.emulator-settings.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/emulator-texts' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.emulator-texts.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/open-positions' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.open-positions.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/open-positions/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.open-positions.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/staff-applications' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.staff-applications.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/website-ads' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.website-ads.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/website-ads/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.website-ads.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/hotel/wordfilters' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.wordfilters.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/user-management/bans' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.user-management.bans.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/user-management/users' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.user-management.users.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/housekeeping/user-management/users/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.user-management.users.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/login' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'login', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + 1 => + array ( + 0 => + array ( + '_route' => 'login.store', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/logout' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'logout', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/register' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'generated::yEJYfTPwVZQJlzMJ', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + 1 => + array ( + 0 => + array ( + '_route' => 'register', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/confirm-password' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'password.confirm', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + 1 => + array ( + 0 => + array ( + '_route' => 'password.confirm.store', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/confirmed-password-status' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'password.confirmation', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/two-factor-challenge' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'two-factor.login', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + 1 => + array ( + 0 => + array ( + '_route' => 'generated::fOQ74ji48deMcTdt', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/two-factor-authentication' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'two-factor.enable', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + 1 => + array ( + 0 => + array ( + '_route' => 'two-factor.disable', + ), + 1 => NULL, + 2 => + array ( + 'DELETE' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/confirmed-two-factor-authentication' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'two-factor.confirm', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/two-factor-qr-code' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'two-factor.qr-code', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/two-factor-secret-key' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'two-factor.secret-key', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/two-factor-recovery-codes' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'two-factor.recovery-codes', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + 1 => + array ( + 0 => + array ( + '_route' => 'two-factor.regenerate-recovery-codes', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/sanctum/csrf-cookie' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'sanctum.csrf-cookie', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/livewire/livewire.min.js' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'generated::E3eQtypWJY54Dvar', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/livewire/livewire.min.js.map' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'generated::1bEaAq8u8QMqrdYX', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/livewire/upload-file' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'livewire.upload-file', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/log-viewer/api/hosts' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.hosts', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/log-viewer/api/folders' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.folders', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/log-viewer/api/files' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.files', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/log-viewer/api/clear-cache-all' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.files.clear-cache-all', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/log-viewer/api/delete-multiple-files' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.files.delete-multiple-files', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/log-viewer/api/logs' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.logs', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/_ignition/health-check' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'ignition.healthCheck', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/_ignition/execute-solution' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'ignition.executeSolution', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/_ignition/update-config' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'ignition.updateConfig', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/api/online-users' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'api.online-users', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/api/online-count' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'api.online-count', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/installation' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'installation.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/installation/start-installation' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'installation.start-installation', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/installation/restart-installation' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'installation.restart', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/installation/previous-step' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'installation.previous-step', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/installation/save-step' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'installation.save-step', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/installation/complete' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'installation.complete', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/maintenance' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'maintenance.show', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/banned' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'banned.show', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'welcome', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/forgot-password' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'forgot.password.get', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + 1 => + array ( + 0 => + array ( + '_route' => 'forgot.password.post', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/me' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'me.show', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/claim/referral-reward' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'claim.referral-reward', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/settings/account' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'settings.account.show', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + 1 => + array ( + 0 => + array ( + '_route' => 'settings.account.update', + ), + 1 => NULL, + 2 => + array ( + 'PUT' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/settings/password' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'settings.password.show', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + 1 => + array ( + 0 => + array ( + '_route' => 'settings.password.update', + ), + 1 => NULL, + 2 => + array ( + 'PUT' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/settings/session-logs' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'settings.session-logs', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/settings/two-factor' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'settings.two-factor', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/settings/user/settings/two-factor-authentication' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'user.two-factor.enable', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + 1 => + array ( + 0 => + array ( + '_route' => 'user.two-factor.disable', + ), + 1 => NULL, + 2 => + array ( + 'DELETE' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/user/settings/2fa-verify' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'two-factor.verify', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/draw-badge' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'draw-badge', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/buy-badge' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'badge.buy', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/community/photos' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'photos.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/community/articles' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'article.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/community/staff' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'staff.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/community/teams' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'teams.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/community/staff-applications' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'staff-applications.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/leaderboard' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'leaderboard.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/help-center' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'help-center.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/help-center/tickets/create' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'help-center.ticket.create', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/help-center/tickets/store' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'help-center.ticket.store', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/help-center/tickets/all' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'help-center.ticket.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/help-center/rules' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'help-center.rules.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/paypal/process-transaction' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'paypal.process-transaction', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/paypal/successful-transaction' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'paypal.successful-transaction', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/paypal/cancelled-transaction' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'paypal.cancelled-transaction', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/values' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'values.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/values/search' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'values.search', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/game/nitro' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'nitro-client', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/game/flash' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'flash-client', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/logo-generator' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'logo-generator.index', + ), + 1 => NULL, + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + 1 => + array ( + 0 => + array ( + '_route' => 'store.generated-logo', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + '/livewire/update' => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'livewire.update', + ), + 1 => NULL, + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + ), + 2 => + array ( + 0 => '{^(?|/filament/(?|exports/([^/]++)/download(*:45)|imports/([^/]++)/failed\\-rows/download(*:90))|/h(?|ousekeeping/(?|website/(?|articles/([^/]++)(?|(*:149)|/edit(*:162))|permissions/([^/]++)(?|(*:194)|/edit(*:207))|t(?|ags/([^/]++)(?|(*:235)|/edit(*:248))|eams/([^/]++)/edit(*:275)))|camera\\-web/([^/]++)/edit(*:310)|atom/(?|help\\-question(?|\\-categories/([^/]++)(?|(*:367)|/edit(*:380))|s/([^/]++)(?|(*:402)|/edit(*:415)))|navigations/([^/]++)/edit(*:450))|draw\\-badges/([^/]++)/edit(*:485)|hotel/(?|achievements/([^/]++)(?|(*:526)|/edit(*:539))|badge\\-text\\-editor/([^/]++)/edit(*:581)|catalog\\-pages/([^/]++)/edit(*:617)|emulator\\-settings/([^/]++)/edit(*:657)|open\\-positions/([^/]++)/edit(*:694)|staff\\-applications/([^/]++)/edit(*:735))|user\\-management/users/([^/]++)(?|(*:778)|/edit(*:791)))|elp\\-center/tickets/(?|show/([^/]++)(*:837)|edit/([^/]++)(?|(*:861))|delete/([^/]++)(*:885)|toggle\\-status/([^/]++)(*:916)|reply/([^/]++)/(?|store(*:947)|delete(*:961))))|/l(?|ivewire/preview\\-file/([^/]++)(*:1007)|og\\-viewer(?|/api/f(?|olders/([^/]++)(?|/(?|download(?|/request(*:1079)|(*:1088))|clear\\-cache(*:1110))|(*:1120))|iles/([^/]++)(?|/(?|download(?|/request(*:1169)|(*:1178))|clear\\-cache(*:1200))|(*:1210)))|(?:/((?:.*)))?(*:1235))|anguage/([^/]++)(*:1261))|/api/user/([^/]++)(*:1289)|/installation/step/([^/]++)(*:1325)|/re(?|gister/([^/]++)(*:1355)|set\\-password/([^/]++)(?|(*:1389)))|/profile/([^/]++)(?|(*:1420)|/(?|guestbook(*:1442)|([^/]++)/delete(*:1466)))|/community/(?|article/([^/]++)(?|(*:1510)|/(?|comment(?|(*:1533)|(*:1542))|toggle\\-reaction(*:1568)))|staff\\-applications/([^/]++)(?|(*:1610)))|/shop(?|(?:/([^/]++))?(*:1643)|/(?|purchase/([^/]++)(*:1673)|voucher(*:1689)))|/values/(?|category/([^/]++)(*:1728)|([^/]++)(*:1745)))/?$}sDu', + ), + 3 => + array ( + 45 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.exports.download', + ), + 1 => + array ( + 0 => 'export', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 90 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.imports.failed-rows.download', + ), + 1 => + array ( + 0 => 'import', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 149 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.articles.view', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 162 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.articles.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 194 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.permissions.view', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 207 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.permissions.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 235 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.tags.view', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 248 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.tags.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 275 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.website.teams.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 310 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.camera-web.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 367 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.atom.help-question-categories.view', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 380 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.atom.help-question-categories.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 402 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.atom.help-questions.view', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 415 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.atom.help-questions.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 450 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.atom.navigations.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 485 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.draw-badges.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 526 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.achievements.view', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 539 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.achievements.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 581 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.badge-text-editor.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 617 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.catalog-pages.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 657 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.emulator-settings.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 694 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.open-positions.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 735 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.hotel.staff-applications.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 778 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.user-management.users.view', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 791 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'filament.housekeeping.resources.user-management.users.edit', + ), + 1 => + array ( + 0 => 'record', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 837 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'help-center.ticket.show', + ), + 1 => + array ( + 0 => 'ticket', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 861 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'help-center.ticket.edit', + ), + 1 => + array ( + 0 => 'ticket', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + 1 => + array ( + 0 => + array ( + '_route' => 'help-center.ticket.update', + ), + 1 => + array ( + 0 => 'ticket', + ), + 2 => + array ( + 'PUT' => 0, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 885 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'help-center.ticket.destroy', + ), + 1 => + array ( + 0 => 'ticket', + ), + 2 => + array ( + 'DELETE' => 0, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 916 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'help-center.ticket.toggle-status', + ), + 1 => + array ( + 0 => 'ticket', + ), + 2 => + array ( + 'PUT' => 0, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 947 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'help-center.ticket.reply.store', + ), + 1 => + array ( + 0 => 'ticket', + ), + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 961 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'help-center.ticket.reply.destroy', + ), + 1 => + array ( + 0 => 'reply', + ), + 2 => + array ( + 'DELETE' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 1007 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'livewire.preview-file', + ), + 1 => + array ( + 0 => 'filename', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1079 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.folders.request-download', + ), + 1 => + array ( + 0 => 'folderIdentifier', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 1088 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.folders.download', + ), + 1 => + array ( + 0 => 'folderIdentifier', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 1110 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.folders.clear-cache', + ), + 1 => + array ( + 0 => 'folderIdentifier', + ), + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 1120 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.folders.delete', + ), + 1 => + array ( + 0 => 'folderIdentifier', + ), + 2 => + array ( + 'DELETE' => 0, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1169 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.files.request-download', + ), + 1 => + array ( + 0 => 'fileIdentifier', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 1178 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.files.download', + ), + 1 => + array ( + 0 => 'fileIdentifier', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 1200 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.files.clear-cache', + ), + 1 => + array ( + 0 => 'fileIdentifier', + ), + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 1210 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.files.delete', + ), + 1 => + array ( + 0 => 'fileIdentifier', + ), + 2 => + array ( + 'DELETE' => 0, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1235 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'log-viewer.index', + 'view' => NULL, + ), + 1 => + array ( + 0 => 'view', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1261 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'language.select', + ), + 1 => + array ( + 0 => 'locale', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1289 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'api.fetch-user', + ), + 1 => + array ( + 0 => 'username', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1325 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'installation.show-step', + ), + 1 => + array ( + 0 => 'step', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1355 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'register.referral', + ), + 1 => + array ( + 0 => 'referral_code', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1389 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'reset.password.get', + ), + 1 => + array ( + 0 => 'token', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + 1 => + array ( + 0 => + array ( + '_route' => 'reset.password.post', + ), + 1 => + array ( + 0 => 'token', + ), + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1420 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'profile.show', + ), + 1 => + array ( + 0 => 'user', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1442 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'guestbook.store', + ), + 1 => + array ( + 0 => 'user', + ), + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 1466 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'guestbook.destroy', + ), + 1 => + array ( + 0 => 'user', + 1 => 'guestbook', + ), + 2 => + array ( + 'DELETE' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 1510 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'article.show', + ), + 1 => + array ( + 0 => 'article', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1533 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'article.comment.store', + ), + 1 => + array ( + 0 => 'article', + ), + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 1542 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'article.comment.destroy', + ), + 1 => + array ( + 0 => 'comment', + ), + 2 => + array ( + 'DELETE' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 1568 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'article.toggle-reaction', + ), + 1 => + array ( + 0 => 'article', + ), + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 1610 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'staff-applications.show', + ), + 1 => + array ( + 0 => 'position', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + 1 => + array ( + 0 => + array ( + '_route' => 'staff-applications.store', + ), + 1 => + array ( + 0 => 'position', + ), + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1643 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'shop.index', + 'category' => NULL, + ), + 1 => + array ( + 0 => 'category', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1673 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'shop.buy', + ), + 1 => + array ( + 0 => 'package', + ), + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1689 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'shop.use-voucher', + ), + 1 => + array ( + ), + 2 => + array ( + 'POST' => 0, + ), + 3 => NULL, + 4 => false, + 5 => false, + 6 => NULL, + ), + ), + 1728 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'values.category', + ), + 1 => + array ( + 0 => 'category', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + ), + 1745 => + array ( + 0 => + array ( + 0 => + array ( + '_route' => 'values.value', + ), + 1 => + array ( + 0 => 'value', + ), + 2 => + array ( + 'GET' => 0, + 'HEAD' => 1, + ), + 3 => NULL, + 4 => false, + 5 => true, + 6 => NULL, + ), + 1 => + array ( + 0 => NULL, + 1 => NULL, + 2 => NULL, + 3 => NULL, + 4 => false, + 5 => false, + 6 => 0, + ), + ), + ), + 4 => NULL, + ), + 'attributes' => + array ( + 'filament.exports.download' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'filament/exports/{export}/download', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'filament.actions', + ), + 'uses' => 'Filament\\Actions\\Exports\\Http\\Controllers\\DownloadExport@__invoke', + 'controller' => 'Filament\\Actions\\Exports\\Http\\Controllers\\DownloadExport', + 'as' => 'filament.exports.download', + 'namespace' => NULL, + 'prefix' => 'filament', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.imports.failed-rows.download' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'filament/imports/{import}/failed-rows/download', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'filament.actions', + ), + 'uses' => 'Filament\\Actions\\Imports\\Http\\Controllers\\DownloadImportFailureCsv@__invoke', + 'controller' => 'Filament\\Actions\\Imports\\Http\\Controllers\\DownloadImportFailureCsv', + 'as' => 'filament.imports.failed-rows.download', + 'namespace' => NULL, + 'prefix' => 'filament', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.auth.login' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/login', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + ), + 'uses' => 'Filament\\Auth\\Pages\\Login@__invoke', + 'controller' => 'Filament\\Auth\\Pages\\Login', + 'as' => 'filament.housekeeping.auth.login', + 'namespace' => NULL, + 'prefix' => '/housekeeping', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.auth.logout' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'housekeeping/logout', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'uses' => 'Filament\\Auth\\Http\\Controllers\\LogoutController@__invoke', + 'controller' => 'Filament\\Auth\\Http\\Controllers\\LogoutController', + 'as' => 'filament.housekeeping.auth.logout', + 'namespace' => NULL, + 'prefix' => '/housekeeping', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.pages.dashboard' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'uses' => 'Filament\\Pages\\Dashboard@__invoke', + 'controller' => 'Filament\\Pages\\Dashboard', + 'as' => 'filament.housekeeping.pages.dashboard', + 'namespace' => NULL, + 'prefix' => 'housekeeping/', + 'where' => + array ( + ), + 'excluded_middleware' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.pages.badge-page' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/badge-page', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'uses' => 'App\\Filament\\Pages\\BadgePage@__invoke', + 'controller' => 'App\\Filament\\Pages\\BadgePage', + 'as' => 'filament.housekeeping.pages.badge-page', + 'namespace' => NULL, + 'prefix' => 'housekeeping/', + 'where' => + array ( + ), + 'excluded_middleware' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.articles.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/articles', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Articles\\Pages\\ListArticles@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Articles\\Pages\\ListArticles', + 'as' => 'filament.housekeeping.resources.website.articles.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/articles', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.articles.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/articles/create', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Articles\\Pages\\CreateArticle@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Articles\\Pages\\CreateArticle', + 'as' => 'filament.housekeeping.resources.website.articles.create', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/articles', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.articles.view' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/articles/{record}', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Articles\\Pages\\ViewArticle@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Articles\\Pages\\ViewArticle', + 'as' => 'filament.housekeeping.resources.website.articles.view', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/articles', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.articles.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/articles/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Articles\\Pages\\EditArticle@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Articles\\Pages\\EditArticle', + 'as' => 'filament.housekeeping.resources.website.articles.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/articles', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.camera-web.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/camera-web', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\CameraWebs\\Pages\\ListCameraWeb@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\CameraWebs\\Pages\\ListCameraWeb', + 'as' => 'filament.housekeeping.resources.camera-web.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/camera-web', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.camera-web.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/camera-web/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\CameraWebs\\Pages\\EditCameraWeb@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\CameraWebs\\Pages\\EditCameraWeb', + 'as' => 'filament.housekeeping.resources.camera-web.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/camera-web', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.cms-settings.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/cms-settings', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\CmsSettings\\Pages\\ManageCmsSettings@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\CmsSettings\\Pages\\ManageCmsSettings', + 'as' => 'filament.housekeeping.resources.website.cms-settings.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/cms-settings', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.atom.help-question-categories.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/atom/help-question-categories', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\HelpQuestionCategoryResource\\Pages\\ListHelpQuestionCategories@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\HelpQuestionCategoryResource\\Pages\\ListHelpQuestionCategories', + 'as' => 'filament.housekeeping.resources.atom.help-question-categories.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/atom/help-question-categories', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.atom.help-question-categories.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/atom/help-question-categories/create', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\HelpQuestionCategoryResource\\Pages\\CreateHelpQuestionCategory@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\HelpQuestionCategoryResource\\Pages\\CreateHelpQuestionCategory', + 'as' => 'filament.housekeeping.resources.atom.help-question-categories.create', + 'namespace' => NULL, + 'prefix' => 'housekeeping/atom/help-question-categories', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.atom.help-question-categories.view' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/atom/help-question-categories/{record}', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\HelpQuestionCategoryResource\\Pages\\ViewHelpQuestionCategory@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\HelpQuestionCategoryResource\\Pages\\ViewHelpQuestionCategory', + 'as' => 'filament.housekeeping.resources.atom.help-question-categories.view', + 'namespace' => NULL, + 'prefix' => 'housekeeping/atom/help-question-categories', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.atom.help-question-categories.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/atom/help-question-categories/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\HelpQuestionCategoryResource\\Pages\\EditHelpQuestionCategory@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\HelpQuestionCategoryResource\\Pages\\EditHelpQuestionCategory', + 'as' => 'filament.housekeeping.resources.atom.help-question-categories.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/atom/help-question-categories', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.atom.help-questions.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/atom/help-questions', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\HelpQuestionResource\\Pages\\ListHelpQuestions@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\HelpQuestionResource\\Pages\\ListHelpQuestions', + 'as' => 'filament.housekeeping.resources.atom.help-questions.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/atom/help-questions', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.atom.help-questions.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/atom/help-questions/create', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\HelpQuestionResource\\Pages\\CreateHelpQuestion@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\HelpQuestionResource\\Pages\\CreateHelpQuestion', + 'as' => 'filament.housekeeping.resources.atom.help-questions.create', + 'namespace' => NULL, + 'prefix' => 'housekeeping/atom/help-questions', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.atom.help-questions.view' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/atom/help-questions/{record}', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\HelpQuestionResource\\Pages\\ViewHelpQuestion@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\HelpQuestionResource\\Pages\\ViewHelpQuestion', + 'as' => 'filament.housekeeping.resources.atom.help-questions.view', + 'namespace' => NULL, + 'prefix' => 'housekeeping/atom/help-questions', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.atom.help-questions.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/atom/help-questions/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\HelpQuestionResource\\Pages\\EditHelpQuestion@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\HelpQuestionResource\\Pages\\EditHelpQuestion', + 'as' => 'filament.housekeeping.resources.atom.help-questions.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/atom/help-questions', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.housekeeping-permissions.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/housekeeping-permissions', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\HousekeepingPermissions\\Pages\\ListHousekeepingPermissions@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\HousekeepingPermissions\\Pages\\ListHousekeepingPermissions', + 'as' => 'filament.housekeeping.resources.website.housekeeping-permissions.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/housekeeping-permissions', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.atom.navigations.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/atom/navigations', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\NavigationResource\\Pages\\ListNavigations@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\NavigationResource\\Pages\\ListNavigations', + 'as' => 'filament.housekeeping.resources.atom.navigations.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/atom/navigations', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.atom.navigations.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/atom/navigations/create', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\NavigationResource\\Pages\\CreateNavigation@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\NavigationResource\\Pages\\CreateNavigation', + 'as' => 'filament.housekeeping.resources.atom.navigations.create', + 'namespace' => NULL, + 'prefix' => 'housekeeping/atom/navigations', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.atom.navigations.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/atom/navigations/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\NavigationResource\\Pages\\EditNavigation@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\NavigationResource\\Pages\\EditNavigation', + 'as' => 'filament.housekeeping.resources.atom.navigations.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/atom/navigations', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.permissions.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/permissions', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Permissions\\Pages\\ListPermissions@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Permissions\\Pages\\ListPermissions', + 'as' => 'filament.housekeeping.resources.website.permissions.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/permissions', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.permissions.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/permissions/create', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Permissions\\Pages\\CreatePermission@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Permissions\\Pages\\CreatePermission', + 'as' => 'filament.housekeeping.resources.website.permissions.create', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/permissions', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.permissions.view' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/permissions/{record}', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Permissions\\Pages\\ViewPermission@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Permissions\\Pages\\ViewPermission', + 'as' => 'filament.housekeeping.resources.website.permissions.view', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/permissions', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.permissions.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/permissions/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Permissions\\Pages\\EditPermission@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Permissions\\Pages\\EditPermission', + 'as' => 'filament.housekeeping.resources.website.permissions.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/permissions', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.tags.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/tags', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Tags\\Pages\\ListTags@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Tags\\Pages\\ListTags', + 'as' => 'filament.housekeeping.resources.website.tags.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/tags', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.tags.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/tags/create', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Tags\\Pages\\CreateTag@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Tags\\Pages\\CreateTag', + 'as' => 'filament.housekeeping.resources.website.tags.create', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/tags', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.tags.view' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/tags/{record}', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Tags\\Pages\\ViewTag@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Tags\\Pages\\ViewTag', + 'as' => 'filament.housekeeping.resources.website.tags.view', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/tags', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.tags.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/tags/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Tags\\Pages\\EditTag@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Tags\\Pages\\EditTag', + 'as' => 'filament.housekeeping.resources.website.tags.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/tags', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.teams.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/teams', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Teams\\Pages\\ListTeams@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Teams\\Pages\\ListTeams', + 'as' => 'filament.housekeeping.resources.website.teams.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/teams', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.teams.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/teams/create', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Teams\\Pages\\CreateTeam@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Teams\\Pages\\CreateTeam', + 'as' => 'filament.housekeeping.resources.website.teams.create', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/teams', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.website.teams.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/website/teams/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\Teams\\Pages\\EditTeam@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\Teams\\Pages\\EditTeam', + 'as' => 'filament.housekeeping.resources.website.teams.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/website/teams', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.draw-badges.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/draw-badges', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\WebsiteDrawBadges\\Pages\\ListWebsiteDrawBadge@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\WebsiteDrawBadges\\Pages\\ListWebsiteDrawBadge', + 'as' => 'filament.housekeeping.resources.draw-badges.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/draw-badges', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.draw-badges.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/draw-badges/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\WebsiteDrawBadges\\Pages\\EditWebsiteDrawBadge@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\WebsiteDrawBadges\\Pages\\EditWebsiteDrawBadge', + 'as' => 'filament.housekeeping.resources.draw-badges.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/draw-badges', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.atom.writeable-boxes.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/atom/writeable-boxes', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Atom\\WriteableBoxResource\\Pages\\ManageWriteableBoxes@__invoke', + 'controller' => 'App\\Filament\\Resources\\Atom\\WriteableBoxResource\\Pages\\ManageWriteableBoxes', + 'as' => 'filament.housekeeping.resources.atom.writeable-boxes.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/atom/writeable-boxes', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.achievements.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/achievements', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\Achievements\\Pages\\ListAchievements@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\Achievements\\Pages\\ListAchievements', + 'as' => 'filament.housekeeping.resources.hotel.achievements.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/achievements', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.achievements.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/achievements/create', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\Achievements\\Pages\\CreateAchievement@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\Achievements\\Pages\\CreateAchievement', + 'as' => 'filament.housekeeping.resources.hotel.achievements.create', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/achievements', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.achievements.view' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/achievements/{record}', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\Achievements\\Pages\\ViewAchievement@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\Achievements\\Pages\\ViewAchievement', + 'as' => 'filament.housekeeping.resources.hotel.achievements.view', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/achievements', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.achievements.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/achievements/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\Achievements\\Pages\\EditAchievement@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\Achievements\\Pages\\EditAchievement', + 'as' => 'filament.housekeeping.resources.hotel.achievements.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/achievements', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.badge-text-editor.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/badge-text-editor', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\BadgeTextEditors\\Pages\\ListBadgeTextEditors@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\BadgeTextEditors\\Pages\\ListBadgeTextEditors', + 'as' => 'filament.housekeeping.resources.hotel.badge-text-editor.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/badge-text-editor', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.badge-text-editor.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/badge-text-editor/create', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\BadgeTextEditors\\Pages\\CreateBadgeTextEditor@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\BadgeTextEditors\\Pages\\CreateBadgeTextEditor', + 'as' => 'filament.housekeeping.resources.hotel.badge-text-editor.create', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/badge-text-editor', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.badge-text-editor.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/badge-text-editor/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\BadgeTextEditors\\Pages\\EditBadgeTextEditor@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\BadgeTextEditors\\Pages\\EditBadgeTextEditor', + 'as' => 'filament.housekeeping.resources.hotel.badge-text-editor.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/badge-text-editor', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.badge-uploads.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/badge-uploads', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\BadgeUploads\\Pages\\ManageBadgeUploads@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\BadgeUploads\\Pages\\ManageBadgeUploads', + 'as' => 'filament.housekeeping.resources.hotel.badge-uploads.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/badge-uploads', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.catalog-pages.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/catalog-pages', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\CatalogPages\\Pages\\ListCatalogPages@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\CatalogPages\\Pages\\ListCatalogPages', + 'as' => 'filament.housekeeping.resources.hotel.catalog-pages.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/catalog-pages', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.catalog-pages.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/catalog-pages/create', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\CatalogPages\\Pages\\CreateCatalogPage@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\CatalogPages\\Pages\\CreateCatalogPage', + 'as' => 'filament.housekeeping.resources.hotel.catalog-pages.create', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/catalog-pages', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.catalog-pages.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/catalog-pages/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\CatalogPages\\Pages\\EditCatalogPage@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\CatalogPages\\Pages\\EditCatalogPage', + 'as' => 'filament.housekeeping.resources.hotel.catalog-pages.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/catalog-pages', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.chatlog-private.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/chatlog-private', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\ChatlogPrivates\\Pages\\ManageChatlogPrivates@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\ChatlogPrivates\\Pages\\ManageChatlogPrivates', + 'as' => 'filament.housekeeping.resources.hotel.chatlog-private.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/chatlog-private', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.chatlog-room.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/chatlog-room', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\ChatlogRooms\\Pages\\ManageChatlogRooms@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\ChatlogRooms\\Pages\\ManageChatlogRooms', + 'as' => 'filament.housekeeping.resources.hotel.chatlog-room.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/chatlog-room', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.logs.commands.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/logs/commands', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\CommandLogs\\Pages\\ManageCommandLogs@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\CommandLogs\\Pages\\ManageCommandLogs', + 'as' => 'filament.housekeeping.resources.logs.commands.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/logs/commands', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.emulator-settings.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/emulator-settings', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\EmulatorSettings\\Pages\\ListEmulatorSettings@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\EmulatorSettings\\Pages\\ListEmulatorSettings', + 'as' => 'filament.housekeeping.resources.hotel.emulator-settings.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/emulator-settings', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.emulator-settings.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/emulator-settings/create', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\EmulatorSettings\\Pages\\CreateEmulatorSetting@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\EmulatorSettings\\Pages\\CreateEmulatorSetting', + 'as' => 'filament.housekeeping.resources.hotel.emulator-settings.create', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/emulator-settings', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.emulator-settings.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/emulator-settings/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\EmulatorSettings\\Pages\\EditEmulatorSetting@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\EmulatorSettings\\Pages\\EditEmulatorSetting', + 'as' => 'filament.housekeeping.resources.hotel.emulator-settings.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/emulator-settings', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.emulator-texts.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/emulator-texts', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\EmulatorTexts\\Pages\\ManageEmulatorTexts@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\EmulatorTexts\\Pages\\ManageEmulatorTexts', + 'as' => 'filament.housekeeping.resources.hotel.emulator-texts.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/emulator-texts', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.open-positions.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/open-positions', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\OpenPositions\\Pages\\ListOpenPositions@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\OpenPositions\\Pages\\ListOpenPositions', + 'as' => 'filament.housekeeping.resources.hotel.open-positions.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/open-positions', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.open-positions.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/open-positions/create', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\OpenPositions\\Pages\\CreateOpenPosition@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\OpenPositions\\Pages\\CreateOpenPosition', + 'as' => 'filament.housekeeping.resources.hotel.open-positions.create', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/open-positions', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.open-positions.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/open-positions/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\OpenPositions\\Pages\\EditOpenPosition@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\OpenPositions\\Pages\\EditOpenPosition', + 'as' => 'filament.housekeeping.resources.hotel.open-positions.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/open-positions', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.staff-applications.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/staff-applications', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\StaffApplications\\Pages\\ListStaffApplications@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\StaffApplications\\Pages\\ListStaffApplications', + 'as' => 'filament.housekeeping.resources.hotel.staff-applications.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/staff-applications', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.staff-applications.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/staff-applications/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\StaffApplications\\Pages\\EditStaffApplication@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\StaffApplications\\Pages\\EditStaffApplication', + 'as' => 'filament.housekeeping.resources.hotel.staff-applications.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/staff-applications', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.website-ads.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/website-ads', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\WebsiteAds\\Pages\\ListWebsiteAds@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\WebsiteAds\\Pages\\ListWebsiteAds', + 'as' => 'filament.housekeeping.resources.hotel.website-ads.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/website-ads', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.website-ads.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/website-ads/create', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\WebsiteAds\\Pages\\CreateWebsiteAd@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\WebsiteAds\\Pages\\CreateWebsiteAd', + 'as' => 'filament.housekeeping.resources.hotel.website-ads.create', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/website-ads', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.hotel.wordfilters.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/hotel/wordfilters', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\Hotel\\WordFilters\\Pages\\ManageWordFilters@__invoke', + 'controller' => 'App\\Filament\\Resources\\Hotel\\WordFilters\\Pages\\ManageWordFilters', + 'as' => 'filament.housekeeping.resources.hotel.wordfilters.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/hotel/wordfilters', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.user-management.bans.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/user-management/bans', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\User\\Bans\\Pages\\ManageBans@__invoke', + 'controller' => 'App\\Filament\\Resources\\User\\Bans\\Pages\\ManageBans', + 'as' => 'filament.housekeeping.resources.user-management.bans.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/user-management/bans', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.user-management.users.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/user-management/users', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\User\\Users\\Pages\\ListUsers@__invoke', + 'controller' => 'App\\Filament\\Resources\\User\\Users\\Pages\\ListUsers', + 'as' => 'filament.housekeeping.resources.user-management.users.index', + 'namespace' => NULL, + 'prefix' => 'housekeeping/user-management/users', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.user-management.users.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/user-management/users/create', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\User\\Users\\Pages\\CreateUser@__invoke', + 'controller' => 'App\\Filament\\Resources\\User\\Users\\Pages\\CreateUser', + 'as' => 'filament.housekeeping.resources.user-management.users.create', + 'namespace' => NULL, + 'prefix' => 'housekeeping/user-management/users', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.user-management.users.view' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/user-management/users/{record}', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\User\\Users\\Pages\\ViewUser@__invoke', + 'controller' => 'App\\Filament\\Resources\\User\\Users\\Pages\\ViewUser', + 'as' => 'filament.housekeeping.resources.user-management.users.view', + 'namespace' => NULL, + 'prefix' => 'housekeeping/user-management/users', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'filament.housekeeping.resources.user-management.users.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'housekeeping/user-management/users/{record}/edit', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'panel:housekeeping', + 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', + 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', + 3 => 'Illuminate\\Session\\Middleware\\StartSession', + 4 => 'Filament\\Http\\Middleware\\AuthenticateSession', + 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', + 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', + 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', + 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', + 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', + 10 => 'Filament\\Http\\Middleware\\Authenticate', + ), + 'excluded_middleware' => + array ( + ), + 'uses' => 'App\\Filament\\Resources\\User\\Users\\Pages\\EditUser@__invoke', + 'controller' => 'App\\Filament\\Resources\\User\\Users\\Pages\\EditUser', + 'as' => 'filament.housekeeping.resources.user-management.users.edit', + 'namespace' => NULL, + 'prefix' => 'housekeeping/user-management/users', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'login' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'login', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'guest', + 5 => 'throttle:15,1', + ), + 'excluded_middleware' => + array ( + 0 => 'force.staff.2fa', + ), + 'uses' => 'O:55:"Laravel\\SerializableClosure\\UnsignedSerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:0:{}s:8:"function";s:36:"static fn () => \\to_route(\'welcome\')";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000000013bb0000000000000000";}}', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'login', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'login.store' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'login', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'guest:web', + 4 => 'throttle:login', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\AuthenticatedSessionController@store', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\AuthenticatedSessionController@store', + 'namespace' => 'Laravel\\Fortify\\Http\\Controllers', + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'login.store', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'logout' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'logout', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'auth:web', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\AuthenticatedSessionController@destroy', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\AuthenticatedSessionController@destroy', + 'namespace' => 'Laravel\\Fortify\\Http\\Controllers', + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'logout', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'generated::yEJYfTPwVZQJlzMJ' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'register', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'guest', + 5 => 'throttle:15,1', + ), + 'excluded_middleware' => + array ( + 0 => 'force.staff.2fa', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\RegisteredUserController@create', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\RegisteredUserController@create', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'generated::yEJYfTPwVZQJlzMJ', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'register' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'register', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'guest', + 5 => 'throttle:15,1', + ), + 'excluded_middleware' => + array ( + 0 => 'force.staff.2fa', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\RegisteredUserController@store', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\RegisteredUserController@store', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'register', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'password.confirm' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'user/confirm-password', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'auth:web', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmablePasswordController@show', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmablePasswordController@show', + 'namespace' => 'Laravel\\Fortify\\Http\\Controllers', + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'password.confirm', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'password.confirmation' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'user/confirmed-password-status', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'auth:web', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmedPasswordStatusController@show', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmedPasswordStatusController@show', + 'namespace' => 'Laravel\\Fortify\\Http\\Controllers', + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'password.confirmation', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'password.confirm.store' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'user/confirm-password', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'auth:web', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmablePasswordController@store', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmablePasswordController@store', + 'namespace' => 'Laravel\\Fortify\\Http\\Controllers', + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'password.confirm.store', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'two-factor.login' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'two-factor-challenge', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'guest:web', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorAuthenticatedSessionController@create', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorAuthenticatedSessionController@create', + 'namespace' => 'Laravel\\Fortify\\Http\\Controllers', + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'two-factor.login', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'generated::fOQ74ji48deMcTdt' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'two-factor-challenge', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'guest:web', + 2 => 'throttle:two-factor', + ), + 'uses' => 'App\\Actions\\Fortify\\Controllers\\TwoFactorAuthenticatedSessionController@store', + 'controller' => 'App\\Actions\\Fortify\\Controllers\\TwoFactorAuthenticatedSessionController@store', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'generated::fOQ74ji48deMcTdt', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'two-factor.enable' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'user/two-factor-authentication', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'auth:web', + 4 => 'password.confirm', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorAuthenticationController@store', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorAuthenticationController@store', + 'namespace' => 'Laravel\\Fortify\\Http\\Controllers', + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'two-factor.enable', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'two-factor.confirm' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'user/confirmed-two-factor-authentication', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'auth:web', + 4 => 'password.confirm', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmedTwoFactorAuthenticationController@store', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\ConfirmedTwoFactorAuthenticationController@store', + 'namespace' => 'Laravel\\Fortify\\Http\\Controllers', + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'two-factor.confirm', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'two-factor.disable' => + array ( + 'methods' => + array ( + 0 => 'DELETE', + ), + 'uri' => 'user/two-factor-authentication', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'auth:web', + 4 => 'password.confirm', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorAuthenticationController@destroy', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorAuthenticationController@destroy', + 'namespace' => 'Laravel\\Fortify\\Http\\Controllers', + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'two-factor.disable', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'two-factor.qr-code' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'user/two-factor-qr-code', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'auth:web', + 4 => 'password.confirm', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorQrCodeController@show', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorQrCodeController@show', + 'namespace' => 'Laravel\\Fortify\\Http\\Controllers', + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'two-factor.qr-code', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'two-factor.secret-key' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'user/two-factor-secret-key', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'auth:web', + 4 => 'password.confirm', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorSecretKeyController@show', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\TwoFactorSecretKeyController@show', + 'namespace' => 'Laravel\\Fortify\\Http\\Controllers', + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'two-factor.secret-key', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'two-factor.recovery-codes' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'user/two-factor-recovery-codes', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'auth:web', + 4 => 'password.confirm', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\RecoveryCodeController@index', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\RecoveryCodeController@index', + 'namespace' => 'Laravel\\Fortify\\Http\\Controllers', + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'two-factor.recovery-codes', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'two-factor.regenerate-recovery-codes' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'user/two-factor-recovery-codes', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'auth:web', + 4 => 'password.confirm', + ), + 'uses' => 'Laravel\\Fortify\\Http\\Controllers\\RecoveryCodeController@store', + 'controller' => 'Laravel\\Fortify\\Http\\Controllers\\RecoveryCodeController@store', + 'namespace' => 'Laravel\\Fortify\\Http\\Controllers', + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'two-factor.regenerate-recovery-codes', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'sanctum.csrf-cookie' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'sanctum/csrf-cookie', + 'action' => + array ( + 'uses' => 'Laravel\\Sanctum\\Http\\Controllers\\CsrfCookieController@show', + 'controller' => 'Laravel\\Sanctum\\Http\\Controllers\\CsrfCookieController@show', + 'namespace' => NULL, + 'prefix' => 'sanctum', + 'where' => + array ( + ), + 'middleware' => + array ( + 0 => 'web', + ), + 'as' => 'sanctum.csrf-cookie', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'generated::E3eQtypWJY54Dvar' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'livewire/livewire.min.js', + 'action' => + array ( + 'uses' => 'Livewire\\Mechanisms\\FrontendAssets\\FrontendAssets@returnJavaScriptAsFile', + 'controller' => 'Livewire\\Mechanisms\\FrontendAssets\\FrontendAssets@returnJavaScriptAsFile', + 'as' => 'generated::E3eQtypWJY54Dvar', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'generated::1bEaAq8u8QMqrdYX' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'livewire/livewire.min.js.map', + 'action' => + array ( + 'uses' => 'Livewire\\Mechanisms\\FrontendAssets\\FrontendAssets@maps', + 'controller' => 'Livewire\\Mechanisms\\FrontendAssets\\FrontendAssets@maps', + 'as' => 'generated::1bEaAq8u8QMqrdYX', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'livewire.upload-file' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'livewire/upload-file', + 'action' => + array ( + 'uses' => 'Livewire\\Features\\SupportFileUploads\\FileUploadController@handle', + 'controller' => 'Livewire\\Features\\SupportFileUploads\\FileUploadController@handle', + 'as' => 'livewire.upload-file', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'livewire.preview-file' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'livewire/preview-file/{filename}', + 'action' => + array ( + 'uses' => 'Livewire\\Features\\SupportFileUploads\\FilePreviewController@handle', + 'controller' => 'Livewire\\Features\\SupportFileUploads\\FilePreviewController@handle', + 'as' => 'livewire.preview-file', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.hosts' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'log-viewer/api/hosts', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\HostsController@index', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\HostsController@index', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer/api', + 'where' => + array ( + ), + 'as' => 'log-viewer.hosts', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.folders' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'log-viewer/api/folders', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'Opcodes\\LogViewer\\Http\\Middleware\\ForwardRequestToHostMiddleware', + 3 => 'Opcodes\\LogViewer\\Http\\Middleware\\JsonResourceWithoutWrappingMiddleware', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\FoldersController@index', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\FoldersController@index', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer/api', + 'where' => + array ( + ), + 'as' => 'log-viewer.folders', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.folders.request-download' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'log-viewer/api/folders/{folderIdentifier}/download/request', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'Opcodes\\LogViewer\\Http\\Middleware\\ForwardRequestToHostMiddleware', + 3 => 'Opcodes\\LogViewer\\Http\\Middleware\\JsonResourceWithoutWrappingMiddleware', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\FoldersController@requestDownload', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\FoldersController@requestDownload', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer/api', + 'where' => + array ( + ), + 'as' => 'log-viewer.folders.request-download', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.folders.clear-cache' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'log-viewer/api/folders/{folderIdentifier}/clear-cache', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'Opcodes\\LogViewer\\Http\\Middleware\\ForwardRequestToHostMiddleware', + 3 => 'Opcodes\\LogViewer\\Http\\Middleware\\JsonResourceWithoutWrappingMiddleware', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\FoldersController@clearCache', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\FoldersController@clearCache', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer/api', + 'where' => + array ( + ), + 'as' => 'log-viewer.folders.clear-cache', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.folders.delete' => + array ( + 'methods' => + array ( + 0 => 'DELETE', + ), + 'uri' => 'log-viewer/api/folders/{folderIdentifier}', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'Opcodes\\LogViewer\\Http\\Middleware\\ForwardRequestToHostMiddleware', + 3 => 'Opcodes\\LogViewer\\Http\\Middleware\\JsonResourceWithoutWrappingMiddleware', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\FoldersController@delete', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\FoldersController@delete', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer/api', + 'where' => + array ( + ), + 'as' => 'log-viewer.folders.delete', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.files' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'log-viewer/api/files', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'Opcodes\\LogViewer\\Http\\Middleware\\ForwardRequestToHostMiddleware', + 3 => 'Opcodes\\LogViewer\\Http\\Middleware\\JsonResourceWithoutWrappingMiddleware', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\FilesController@index', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\FilesController@index', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer/api', + 'where' => + array ( + ), + 'as' => 'log-viewer.files', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.files.request-download' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'log-viewer/api/files/{fileIdentifier}/download/request', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'Opcodes\\LogViewer\\Http\\Middleware\\ForwardRequestToHostMiddleware', + 3 => 'Opcodes\\LogViewer\\Http\\Middleware\\JsonResourceWithoutWrappingMiddleware', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\FilesController@requestDownload', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\FilesController@requestDownload', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer/api', + 'where' => + array ( + ), + 'as' => 'log-viewer.files.request-download', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.files.clear-cache' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'log-viewer/api/files/{fileIdentifier}/clear-cache', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'Opcodes\\LogViewer\\Http\\Middleware\\ForwardRequestToHostMiddleware', + 3 => 'Opcodes\\LogViewer\\Http\\Middleware\\JsonResourceWithoutWrappingMiddleware', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\FilesController@clearCache', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\FilesController@clearCache', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer/api', + 'where' => + array ( + ), + 'as' => 'log-viewer.files.clear-cache', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.files.delete' => + array ( + 'methods' => + array ( + 0 => 'DELETE', + ), + 'uri' => 'log-viewer/api/files/{fileIdentifier}', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'Opcodes\\LogViewer\\Http\\Middleware\\ForwardRequestToHostMiddleware', + 3 => 'Opcodes\\LogViewer\\Http\\Middleware\\JsonResourceWithoutWrappingMiddleware', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\FilesController@delete', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\FilesController@delete', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer/api', + 'where' => + array ( + ), + 'as' => 'log-viewer.files.delete', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.files.clear-cache-all' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'log-viewer/api/clear-cache-all', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'Opcodes\\LogViewer\\Http\\Middleware\\ForwardRequestToHostMiddleware', + 3 => 'Opcodes\\LogViewer\\Http\\Middleware\\JsonResourceWithoutWrappingMiddleware', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\FilesController@clearCacheAll', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\FilesController@clearCacheAll', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer/api', + 'where' => + array ( + ), + 'as' => 'log-viewer.files.clear-cache-all', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.files.delete-multiple-files' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'log-viewer/api/delete-multiple-files', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'Opcodes\\LogViewer\\Http\\Middleware\\ForwardRequestToHostMiddleware', + 3 => 'Opcodes\\LogViewer\\Http\\Middleware\\JsonResourceWithoutWrappingMiddleware', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\FilesController@deleteMultipleFiles', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\FilesController@deleteMultipleFiles', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer/api', + 'where' => + array ( + ), + 'as' => 'log-viewer.files.delete-multiple-files', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.logs' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'log-viewer/api/logs', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'Opcodes\\LogViewer\\Http\\Middleware\\ForwardRequestToHostMiddleware', + 3 => 'Opcodes\\LogViewer\\Http\\Middleware\\JsonResourceWithoutWrappingMiddleware', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\LogsController@index', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\LogsController@index', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer/api', + 'where' => + array ( + ), + 'as' => 'log-viewer.logs', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.folders.download' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'log-viewer/api/folders/{folderIdentifier}/download', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'Illuminate\\Routing\\Middleware\\ValidateSignature', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\FoldersController@download', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\FoldersController@download', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer/api', + 'where' => + array ( + ), + 'as' => 'log-viewer.folders.download', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.files.download' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'log-viewer/api/files/{fileIdentifier}/download', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'Illuminate\\Routing\\Middleware\\ValidateSignature', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\FilesController@download', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\FilesController@download', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer/api', + 'where' => + array ( + ), + 'as' => 'log-viewer.files.download', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'log-viewer.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'log-viewer/{view?}', + 'action' => + array ( + 'domain' => NULL, + 'middleware' => + array ( + 0 => 'web', + 1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer', + 2 => 'App\\Http\\Middleware\\LogViewerMiddleware', + ), + 'uses' => 'Opcodes\\LogViewer\\Http\\Controllers\\IndexController@__invoke', + 'controller' => 'Opcodes\\LogViewer\\Http\\Controllers\\IndexController', + 'namespace' => 'Opcodes\\LogViewer\\Http\\Controllers', + 'prefix' => 'log-viewer', + 'where' => + array ( + ), + 'as' => 'log-viewer.index', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + 'view' => '(.*)', + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'ignition.healthCheck' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => '_ignition/health-check', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'Spatie\\LaravelIgnition\\Http\\Middleware\\RunnableSolutionsEnabled', + ), + 'uses' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\HealthCheckController@__invoke', + 'controller' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\HealthCheckController', + 'as' => 'ignition.healthCheck', + 'namespace' => NULL, + 'prefix' => '_ignition', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'ignition.executeSolution' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => '_ignition/execute-solution', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'Spatie\\LaravelIgnition\\Http\\Middleware\\RunnableSolutionsEnabled', + ), + 'uses' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\ExecuteSolutionController@__invoke', + 'controller' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\ExecuteSolutionController', + 'as' => 'ignition.executeSolution', + 'namespace' => NULL, + 'prefix' => '_ignition', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'ignition.updateConfig' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => '_ignition/update-config', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'Spatie\\LaravelIgnition\\Http\\Middleware\\RunnableSolutionsEnabled', + ), + 'uses' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\UpdateConfigController@__invoke', + 'controller' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\UpdateConfigController', + 'as' => 'ignition.updateConfig', + 'namespace' => NULL, + 'prefix' => '_ignition', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'api.fetch-user' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'api/user/{username}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'api', + 1 => 'throttle:50,1', + ), + 'uses' => 'App\\Http\\Controllers\\Api\\HotelApiController@fetchUser', + 'controller' => 'App\\Http\\Controllers\\Api\\HotelApiController@fetchUser', + 'namespace' => NULL, + 'prefix' => 'api', + 'where' => + array ( + ), + 'as' => 'api.fetch-user', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'api.online-users' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'api/online-users', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'api', + 1 => 'throttle:50,1', + ), + 'uses' => 'App\\Http\\Controllers\\Api\\HotelApiController@onlineUsers', + 'controller' => 'App\\Http\\Controllers\\Api\\HotelApiController@onlineUsers', + 'namespace' => NULL, + 'prefix' => 'api', + 'where' => + array ( + ), + 'as' => 'api.online-users', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'api.online-count' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'api/online-count', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'api', + 1 => 'throttle:50,1', + ), + 'uses' => 'App\\Http\\Controllers\\Api\\HotelApiController@onlineUserCount', + 'controller' => 'App\\Http\\Controllers\\Api\\HotelApiController@onlineUserCount', + 'namespace' => NULL, + 'prefix' => 'api', + 'where' => + array ( + ), + 'as' => 'api.online-count', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'language.select' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'language/{locale}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + ), + 'uses' => 'App\\Http\\Controllers\\Miscellaneous\\LocaleController@__invoke', + 'controller' => 'App\\Http\\Controllers\\Miscellaneous\\LocaleController', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'language.select', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'installation.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'installation', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + ), + 'uses' => 'App\\Http\\Controllers\\Miscellaneous\\InstallationController@index', + 'controller' => 'App\\Http\\Controllers\\Miscellaneous\\InstallationController@index', + 'namespace' => NULL, + 'prefix' => '/installation', + 'where' => + array ( + ), + 'as' => 'installation.index', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'installation.show-step' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'installation/step/{step}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + ), + 'uses' => 'App\\Http\\Controllers\\Miscellaneous\\InstallationController@showStep', + 'controller' => 'App\\Http\\Controllers\\Miscellaneous\\InstallationController@showStep', + 'namespace' => NULL, + 'prefix' => '/installation', + 'where' => + array ( + ), + 'as' => 'installation.show-step', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'installation.start-installation' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'installation/start-installation', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + ), + 'uses' => 'App\\Http\\Controllers\\Miscellaneous\\InstallationController@storeInstallationKey', + 'controller' => 'App\\Http\\Controllers\\Miscellaneous\\InstallationController@storeInstallationKey', + 'namespace' => NULL, + 'prefix' => '/installation', + 'where' => + array ( + ), + 'as' => 'installation.start-installation', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'installation.restart' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'installation/restart-installation', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + ), + 'uses' => 'App\\Http\\Controllers\\Miscellaneous\\InstallationController@restartInstallation', + 'controller' => 'App\\Http\\Controllers\\Miscellaneous\\InstallationController@restartInstallation', + 'namespace' => NULL, + 'prefix' => '/installation', + 'where' => + array ( + ), + 'as' => 'installation.restart', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'installation.previous-step' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'installation/previous-step', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + ), + 'uses' => 'App\\Http\\Controllers\\Miscellaneous\\InstallationController@previousStep', + 'controller' => 'App\\Http\\Controllers\\Miscellaneous\\InstallationController@previousStep', + 'namespace' => NULL, + 'prefix' => '/installation', + 'where' => + array ( + ), + 'as' => 'installation.previous-step', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'installation.save-step' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'installation/save-step', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + ), + 'uses' => 'App\\Http\\Controllers\\Miscellaneous\\InstallationController@saveStepSettings', + 'controller' => 'App\\Http\\Controllers\\Miscellaneous\\InstallationController@saveStepSettings', + 'namespace' => NULL, + 'prefix' => '/installation', + 'where' => + array ( + ), + 'as' => 'installation.save-step', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'installation.complete' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'installation/complete', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + ), + 'uses' => 'App\\Http\\Controllers\\Miscellaneous\\InstallationController@completeInstallation', + 'controller' => 'App\\Http\\Controllers\\Miscellaneous\\InstallationController@completeInstallation', + 'namespace' => NULL, + 'prefix' => '/installation', + 'where' => + array ( + ), + 'as' => 'installation.complete', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'maintenance.show' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'maintenance', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + ), + 'uses' => 'App\\Http\\Controllers\\Miscellaneous\\MaintenanceController@__invoke', + 'controller' => 'App\\Http\\Controllers\\Miscellaneous\\MaintenanceController', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'maintenance.show', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'banned.show' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'banned', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + ), + 'uses' => 'App\\Http\\Controllers\\User\\BannedController@__invoke', + 'controller' => 'App\\Http\\Controllers\\User\\BannedController', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'banned.show', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'welcome' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => '/', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'guest', + 5 => 'throttle:15,1', + ), + 'excluded_middleware' => + array ( + 0 => 'force.staff.2fa', + ), + 'uses' => 'App\\Http\\Controllers\\Miscellaneous\\HomeController@__invoke', + 'controller' => 'App\\Http\\Controllers\\Miscellaneous\\HomeController', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'welcome', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'register.referral' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'register/{referral_code}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'guest', + 5 => 'throttle:15,1', + ), + 'excluded_middleware' => + array ( + 0 => 'force.staff.2fa', + ), + 'uses' => 'App\\Http\\Controllers\\User\\UserReferralController@__invoke', + 'controller' => 'App\\Http\\Controllers\\User\\UserReferralController', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'register.referral', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'forgot.password.get' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'forgot-password', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'guest', + 5 => 'throttle:15,1', + ), + 'excluded_middleware' => + array ( + 0 => 'force.staff.2fa', + ), + 'uses' => 'App\\Http\\Controllers\\User\\ForgotPasswordController@__invoke', + 'controller' => 'App\\Http\\Controllers\\User\\ForgotPasswordController', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'forgot.password.get', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'forgot.password.post' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'forgot-password', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'guest', + 5 => 'throttle:15,1', + ), + 'excluded_middleware' => + array ( + 0 => 'force.staff.2fa', + ), + 'uses' => 'App\\Http\\Controllers\\User\\ForgotPasswordController@submitForgetPassword', + 'controller' => 'App\\Http\\Controllers\\User\\ForgotPasswordController@submitForgetPassword', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'forgot.password.post', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'reset.password.get' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'reset-password/{token}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'guest', + 5 => 'throttle:15,1', + ), + 'excluded_middleware' => + array ( + 0 => 'force.staff.2fa', + ), + 'uses' => 'App\\Http\\Controllers\\User\\ForgotPasswordController@showResetPassword', + 'controller' => 'App\\Http\\Controllers\\User\\ForgotPasswordController@showResetPassword', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'reset.password.get', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'reset.password.post' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'reset-password/{token}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'guest', + 5 => 'throttle:15,1', + ), + 'excluded_middleware' => + array ( + 0 => 'force.staff.2fa', + ), + 'uses' => 'App\\Http\\Controllers\\User\\ForgotPasswordController@submitResetPassword', + 'controller' => 'App\\Http\\Controllers\\User\\ForgotPasswordController@submitResetPassword', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'reset.password.post', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'me.show' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'user/me', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\User\\MeController@__invoke', + 'controller' => 'App\\Http\\Controllers\\User\\MeController', + 'namespace' => NULL, + 'prefix' => '/user', + 'where' => + array ( + ), + 'as' => 'me.show', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'claim.referral-reward' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'user/claim/referral-reward', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\User\\ReferralController@__invoke', + 'controller' => 'App\\Http\\Controllers\\User\\ReferralController', + 'namespace' => NULL, + 'prefix' => '/user', + 'where' => + array ( + ), + 'as' => 'claim.referral-reward', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'settings.account.show' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'user/settings/account', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\User\\AccountSettingsController@edit', + 'controller' => 'App\\Http\\Controllers\\User\\AccountSettingsController@edit', + 'namespace' => NULL, + 'prefix' => 'user/settings', + 'where' => + array ( + ), + 'as' => 'settings.account.show', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'settings.account.update' => + array ( + 'methods' => + array ( + 0 => 'PUT', + ), + 'uri' => 'user/settings/account', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\User\\AccountSettingsController@update', + 'controller' => 'App\\Http\\Controllers\\User\\AccountSettingsController@update', + 'namespace' => NULL, + 'prefix' => 'user/settings', + 'where' => + array ( + ), + 'as' => 'settings.account.update', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'settings.password.show' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'user/settings/password', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\User\\PasswordSettingsController@edit', + 'controller' => 'App\\Http\\Controllers\\User\\PasswordSettingsController@edit', + 'namespace' => NULL, + 'prefix' => 'user/settings', + 'where' => + array ( + ), + 'as' => 'settings.password.show', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'settings.password.update' => + array ( + 'methods' => + array ( + 0 => 'PUT', + ), + 'uri' => 'user/settings/password', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\User\\PasswordSettingsController@update', + 'controller' => 'App\\Http\\Controllers\\User\\PasswordSettingsController@update', + 'namespace' => NULL, + 'prefix' => 'user/settings', + 'where' => + array ( + ), + 'as' => 'settings.password.update', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'settings.session-logs' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'user/settings/session-logs', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\User\\AccountSettingsController@sessionLogs', + 'controller' => 'App\\Http\\Controllers\\User\\AccountSettingsController@sessionLogs', + 'namespace' => NULL, + 'prefix' => 'user/settings', + 'where' => + array ( + ), + 'as' => 'settings.session-logs', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'settings.two-factor' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'user/settings/two-factor', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\User\\TwoFactorAuthenticationController@index', + 'controller' => 'App\\Http\\Controllers\\User\\TwoFactorAuthenticationController@index', + 'namespace' => NULL, + 'prefix' => 'user/settings', + 'where' => + array ( + ), + 'as' => 'settings.two-factor', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'user.two-factor.enable' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'user/settings/user/settings/two-factor-authentication', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\User\\TwoFactorAuthenticationController@store', + 'controller' => 'App\\Http\\Controllers\\User\\TwoFactorAuthenticationController@store', + 'namespace' => NULL, + 'prefix' => 'user/settings', + 'where' => + array ( + ), + 'as' => 'user.two-factor.enable', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'two-factor.verify' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'user/settings/2fa-verify', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\User\\TwoFactorAuthenticationController@verify', + 'controller' => 'App\\Http\\Controllers\\User\\TwoFactorAuthenticationController@verify', + 'namespace' => NULL, + 'prefix' => 'user/settings', + 'where' => + array ( + ), + 'as' => 'two-factor.verify', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'user.two-factor.disable' => + array ( + 'methods' => + array ( + 0 => 'DELETE', + ), + 'uri' => 'user/settings/user/settings/two-factor-authentication', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\User\\TwoFactorAuthenticationController@destroy', + 'controller' => 'App\\Http\\Controllers\\User\\TwoFactorAuthenticationController@destroy', + 'namespace' => NULL, + 'prefix' => 'user/settings', + 'where' => + array ( + ), + 'as' => 'user.two-factor.disable', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'draw-badge' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'draw-badge', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Badge\\BadgeController@show', + 'controller' => 'App\\Http\\Controllers\\Badge\\BadgeController@show', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'draw-badge', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'badge.buy' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'buy-badge', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Badge\\BadgeController@buy', + 'controller' => 'App\\Http\\Controllers\\Badge\\BadgeController@buy', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'badge.buy', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'profile.show' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'profile/{user}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\User\\ProfileController@__invoke', + 'controller' => 'App\\Http\\Controllers\\User\\ProfileController', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'profile.show', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + 'user' => 'username', + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'guestbook.store' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'profile/{user}/guestbook', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\User\\GuestbookController@store', + 'controller' => 'App\\Http\\Controllers\\User\\GuestbookController@store', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'guestbook.store', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'guestbook.destroy' => + array ( + 'methods' => + array ( + 0 => 'DELETE', + ), + 'uri' => 'profile/{user}/{guestbook}/delete', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\User\\GuestbookController@destroy', + 'controller' => 'App\\Http\\Controllers\\User\\GuestbookController@destroy', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'guestbook.destroy', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'photos.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'community/photos', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Community\\PhotosController@__invoke', + 'controller' => 'App\\Http\\Controllers\\Community\\PhotosController', + 'namespace' => NULL, + 'prefix' => '/community', + 'where' => + array ( + ), + 'as' => 'photos.index', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'article.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'community/articles', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'excluded_middleware' => + array ( + 0 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Articles\\ArticleController@index', + 'controller' => 'App\\Http\\Controllers\\Articles\\ArticleController@index', + 'namespace' => NULL, + 'prefix' => '/community', + 'where' => + array ( + ), + 'as' => 'article.index', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'article.show' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'community/article/{article}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'excluded_middleware' => + array ( + 0 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Articles\\ArticleController@show', + 'controller' => 'App\\Http\\Controllers\\Articles\\ArticleController@show', + 'namespace' => NULL, + 'prefix' => '/community', + 'where' => + array ( + ), + 'as' => 'article.show', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + 'article' => 'slug', + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'staff.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'community/staff', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Community\\Staff\\StaffController@__invoke', + 'controller' => 'App\\Http\\Controllers\\Community\\Staff\\StaffController', + 'namespace' => NULL, + 'prefix' => '/community', + 'where' => + array ( + ), + 'as' => 'staff.index', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'teams.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'community/teams', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Community\\Staff\\WebsiteTeamsController@__invoke', + 'controller' => 'App\\Http\\Controllers\\Community\\Staff\\WebsiteTeamsController', + 'namespace' => NULL, + 'prefix' => '/community', + 'where' => + array ( + ), + 'as' => 'teams.index', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'staff-applications.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'community/staff-applications', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Community\\Staff\\StaffApplicationsController@index', + 'controller' => 'App\\Http\\Controllers\\Community\\Staff\\StaffApplicationsController@index', + 'namespace' => NULL, + 'prefix' => '/community', + 'where' => + array ( + ), + 'as' => 'staff-applications.index', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'staff-applications.show' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'community/staff-applications/{position}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Community\\Staff\\StaffApplicationsController@show', + 'controller' => 'App\\Http\\Controllers\\Community\\Staff\\StaffApplicationsController@show', + 'namespace' => NULL, + 'prefix' => '/community', + 'where' => + array ( + ), + 'as' => 'staff-applications.show', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'staff-applications.store' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'community/staff-applications/{position}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Community\\Staff\\StaffApplicationsController@store', + 'controller' => 'App\\Http\\Controllers\\Community\\Staff\\StaffApplicationsController@store', + 'namespace' => NULL, + 'prefix' => '/community', + 'where' => + array ( + ), + 'as' => 'staff-applications.store', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'article.comment.store' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'community/article/{article}/comment', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Articles\\WebsiteArticleCommentsController@store', + 'controller' => 'App\\Http\\Controllers\\Articles\\WebsiteArticleCommentsController@store', + 'namespace' => NULL, + 'prefix' => '/community', + 'where' => + array ( + ), + 'as' => 'article.comment.store', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + 'article' => 'slug', + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'article.comment.destroy' => + array ( + 'methods' => + array ( + 0 => 'DELETE', + ), + 'uri' => 'community/article/{comment}/comment', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Articles\\WebsiteArticleCommentsController@destroy', + 'controller' => 'App\\Http\\Controllers\\Articles\\WebsiteArticleCommentsController@destroy', + 'namespace' => NULL, + 'prefix' => '/community', + 'where' => + array ( + ), + 'as' => 'article.comment.destroy', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'article.toggle-reaction' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'community/article/{article}/toggle-reaction', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + 5 => 'throttle:30,1', + ), + 'uses' => 'App\\Http\\Controllers\\Articles\\ArticleController@toggleReaction', + 'controller' => 'App\\Http\\Controllers\\Articles\\ArticleController@toggleReaction', + 'namespace' => NULL, + 'prefix' => '/community', + 'where' => + array ( + ), + 'as' => 'article.toggle-reaction', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + 'article' => 'slug', + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'leaderboard.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'leaderboard', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Community\\LeaderboardController@__invoke', + 'controller' => 'App\\Http\\Controllers\\Community\\LeaderboardController', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'leaderboard.index', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'shop.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'shop/{category?}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Shop\\ShopController@__invoke', + 'controller' => 'App\\Http\\Controllers\\Shop\\ShopController', + 'namespace' => NULL, + 'prefix' => '/shop', + 'where' => + array ( + ), + 'as' => 'shop.index', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + 'category' => 'slug', + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'shop.buy' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'shop/purchase/{package}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Shop\\ShopController@purchase', + 'controller' => 'App\\Http\\Controllers\\Shop\\ShopController@purchase', + 'namespace' => NULL, + 'prefix' => '/shop', + 'where' => + array ( + ), + 'as' => 'shop.buy', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'shop.use-voucher' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'shop/voucher', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Shop\\ShopVoucherController@__invoke', + 'controller' => 'App\\Http\\Controllers\\Shop\\ShopVoucherController', + 'namespace' => NULL, + 'prefix' => '/shop', + 'where' => + array ( + ), + 'as' => 'shop.use-voucher', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'help-center.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'help-center', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'excluded_middleware' => + array ( + 0 => 'check.ban', + ), + 'uses' => 'App\\Http\\Controllers\\Help\\HelpCenterController@__invoke', + 'controller' => 'App\\Http\\Controllers\\Help\\HelpCenterController', + 'as' => 'help-center.index', + 'namespace' => NULL, + 'prefix' => '/help-center', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'help-center.ticket.create' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'help-center/tickets/create', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'excluded_middleware' => + array ( + 0 => 'check.ban', + ), + 'uses' => 'App\\Http\\Controllers\\Help\\TicketController@create', + 'controller' => 'App\\Http\\Controllers\\Help\\TicketController@create', + 'as' => 'help-center.ticket.create', + 'namespace' => NULL, + 'prefix' => 'help-center/tickets', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'help-center.ticket.store' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'help-center/tickets/store', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'excluded_middleware' => + array ( + 0 => 'check.ban', + ), + 'uses' => 'App\\Http\\Controllers\\Help\\TicketController@store', + 'controller' => 'App\\Http\\Controllers\\Help\\TicketController@store', + 'as' => 'help-center.ticket.store', + 'namespace' => NULL, + 'prefix' => 'help-center/tickets', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'help-center.ticket.show' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'help-center/tickets/show/{ticket}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'excluded_middleware' => + array ( + 0 => 'check.ban', + ), + 'uses' => 'App\\Http\\Controllers\\Help\\TicketController@show', + 'controller' => 'App\\Http\\Controllers\\Help\\TicketController@show', + 'as' => 'help-center.ticket.show', + 'namespace' => NULL, + 'prefix' => 'help-center/tickets', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'help-center.ticket.edit' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'help-center/tickets/edit/{ticket}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'excluded_middleware' => + array ( + 0 => 'check.ban', + ), + 'uses' => 'App\\Http\\Controllers\\Help\\TicketController@edit', + 'controller' => 'App\\Http\\Controllers\\Help\\TicketController@edit', + 'as' => 'help-center.ticket.edit', + 'namespace' => NULL, + 'prefix' => 'help-center/tickets', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'help-center.ticket.update' => + array ( + 'methods' => + array ( + 0 => 'PUT', + ), + 'uri' => 'help-center/tickets/edit/{ticket}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'excluded_middleware' => + array ( + 0 => 'check.ban', + ), + 'uses' => 'App\\Http\\Controllers\\Help\\TicketController@update', + 'controller' => 'App\\Http\\Controllers\\Help\\TicketController@update', + 'as' => 'help-center.ticket.update', + 'namespace' => NULL, + 'prefix' => 'help-center/tickets', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'help-center.ticket.destroy' => + array ( + 'methods' => + array ( + 0 => 'DELETE', + ), + 'uri' => 'help-center/tickets/delete/{ticket}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'excluded_middleware' => + array ( + 0 => 'check.ban', + ), + 'uses' => 'App\\Http\\Controllers\\Help\\TicketController@destroy', + 'controller' => 'App\\Http\\Controllers\\Help\\TicketController@destroy', + 'as' => 'help-center.ticket.destroy', + 'namespace' => NULL, + 'prefix' => 'help-center/tickets', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'help-center.ticket.toggle-status' => + array ( + 'methods' => + array ( + 0 => 'PUT', + ), + 'uri' => 'help-center/tickets/toggle-status/{ticket}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'excluded_middleware' => + array ( + 0 => 'check.ban', + ), + 'uses' => 'App\\Http\\Controllers\\Help\\TicketController@toggleTicketStatus', + 'controller' => 'App\\Http\\Controllers\\Help\\TicketController@toggleTicketStatus', + 'as' => 'help-center.ticket.toggle-status', + 'namespace' => NULL, + 'prefix' => 'help-center/tickets', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'help-center.ticket.reply.store' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'help-center/tickets/reply/{ticket}/store', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'excluded_middleware' => + array ( + 0 => 'check.ban', + ), + 'uses' => 'App\\Http\\Controllers\\Help\\TicketReplyController@store', + 'controller' => 'App\\Http\\Controllers\\Help\\TicketReplyController@store', + 'as' => 'help-center.ticket.reply.store', + 'namespace' => NULL, + 'prefix' => 'help-center/tickets', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'help-center.ticket.reply.destroy' => + array ( + 'methods' => + array ( + 0 => 'DELETE', + ), + 'uri' => 'help-center/tickets/reply/{reply}/delete', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'excluded_middleware' => + array ( + 0 => 'check.ban', + ), + 'uses' => 'App\\Http\\Controllers\\Help\\TicketController@destroy', + 'controller' => 'App\\Http\\Controllers\\Help\\TicketController@destroy', + 'as' => 'help-center.ticket.reply.destroy', + 'namespace' => NULL, + 'prefix' => 'help-center/tickets', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'help-center.ticket.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'help-center/tickets/all', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'excluded_middleware' => + array ( + 0 => 'check.ban', + ), + 'uses' => 'App\\Http\\Controllers\\Help\\TicketController@index', + 'controller' => 'App\\Http\\Controllers\\Help\\TicketController@index', + 'as' => 'help-center.ticket.index', + 'namespace' => NULL, + 'prefix' => 'help-center/tickets', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'help-center.rules.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'help-center/rules', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'excluded_middleware' => + array ( + 0 => 'check.ban', + 1 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Help\\WebsiteRulesController@__invoke', + 'controller' => 'App\\Http\\Controllers\\Help\\WebsiteRulesController', + 'as' => 'help-center.rules.index', + 'namespace' => NULL, + 'prefix' => '/help-center', + 'where' => + array ( + ), + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'paypal.process-transaction' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'paypal/process-transaction', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Shop\\PaypalController@process', + 'controller' => 'App\\Http\\Controllers\\Shop\\PaypalController@process', + 'namespace' => NULL, + 'prefix' => '/paypal', + 'where' => + array ( + ), + 'as' => 'paypal.process-transaction', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'paypal.successful-transaction' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'paypal/successful-transaction', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Shop\\PaypalController@successful', + 'controller' => 'App\\Http\\Controllers\\Shop\\PaypalController@successful', + 'namespace' => NULL, + 'prefix' => '/paypal', + 'where' => + array ( + ), + 'as' => 'paypal.successful-transaction', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'paypal.cancelled-transaction' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'paypal/cancelled-transaction', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Shop\\PaypalController@cancelled', + 'controller' => 'App\\Http\\Controllers\\Shop\\PaypalController@cancelled', + 'namespace' => NULL, + 'prefix' => '/paypal', + 'where' => + array ( + ), + 'as' => 'paypal.cancelled-transaction', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'values.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'values', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Community\\WebsiteRareValuesController@index', + 'controller' => 'App\\Http\\Controllers\\Community\\WebsiteRareValuesController@index', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'values.index', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'values.search' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'values/search', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Community\\WebsiteRareValuesController@search', + 'controller' => 'App\\Http\\Controllers\\Community\\WebsiteRareValuesController@search', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'values.search', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'values.category' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'values/category/{category}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Community\\WebsiteRareValuesController@category', + 'controller' => 'App\\Http\\Controllers\\Community\\WebsiteRareValuesController@category', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'values.category', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'values.value' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'values/{value}', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Community\\WebsiteRareValuesController@value', + 'controller' => 'App\\Http\\Controllers\\Community\\WebsiteRareValuesController@value', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'values.value', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'nitro-client' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'game/nitro', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + 5 => 'findretros.redirect', + 6 => 'vpn.checker', + ), + 'uses' => 'App\\Http\\Controllers\\Client\\NitroController@__invoke', + 'controller' => 'App\\Http\\Controllers\\Client\\NitroController', + 'namespace' => NULL, + 'prefix' => '/game', + 'where' => + array ( + ), + 'as' => 'nitro-client', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'flash-client' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'game/flash', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + 5 => 'findretros.redirect', + 6 => 'vpn.checker', + ), + 'uses' => 'App\\Http\\Controllers\\Client\\FlashController@__invoke', + 'controller' => 'App\\Http\\Controllers\\Client\\FlashController', + 'namespace' => NULL, + 'prefix' => '/game', + 'where' => + array ( + ), + 'as' => 'flash-client', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'logo-generator.index' => + array ( + 'methods' => + array ( + 0 => 'GET', + 1 => 'HEAD', + ), + 'uri' => 'logo-generator', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Miscellaneous\\LogoGeneratorController@index', + 'controller' => 'App\\Http\\Controllers\\Miscellaneous\\LogoGeneratorController@index', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'logo-generator.index', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'store.generated-logo' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'logo-generator', + 'action' => + array ( + 'middleware' => + array ( + 0 => 'web', + 1 => 'maintenance', + 2 => 'check.ban', + 3 => 'force.staff.2fa', + 4 => 'auth', + ), + 'uses' => 'App\\Http\\Controllers\\Miscellaneous\\LogoGeneratorController@store', + 'controller' => 'App\\Http\\Controllers\\Miscellaneous\\LogoGeneratorController@store', + 'namespace' => NULL, + 'prefix' => '', + 'where' => + array ( + ), + 'as' => 'store.generated-logo', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + 'livewire.update' => + array ( + 'methods' => + array ( + 0 => 'POST', + ), + 'uri' => 'livewire/update', + 'action' => + array ( + 'uses' => 'Livewire\\Mechanisms\\HandleRequests\\HandleRequests@handleUpdate', + 'controller' => 'Livewire\\Mechanisms\\HandleRequests\\HandleRequests@handleUpdate', + 'middleware' => + array ( + 0 => 'web', + ), + 'as' => 'livewire.update', + ), + 'fallback' => false, + 'defaults' => + array ( + ), + 'wheres' => + array ( + ), + 'bindingFields' => + array ( + ), + 'lockSeconds' => NULL, + 'waitSeconds' => NULL, + 'withTrashed' => false, + ), + ), +) +); diff --git a/Updated_Cms/compose.yaml b/Updated_Cms/compose.yaml index eb31de6b09..cae0469a10 100644 --- a/Updated_Cms/compose.yaml +++ b/Updated_Cms/compose.yaml @@ -1,12 +1,12 @@ services: laravel.test: build: - context: './vendor/laravel/sail/runtimes/8.4' + context: './vendor/laravel/sail/runtimes/8.5' dockerfile: Dockerfile args: WWWGROUP: '${WWWGROUP}' MYSQL_CLIENT: mariadb-client - image: 'sail-8.4/app' + image: 'sail-8.5/app' extra_hosts: - 'host.docker.internal:host-gateway' ports: diff --git a/Updated_Cms/package-lock.json b/Updated_Cms/package-lock.json deleted file mode 100644 index fc009e63ab..0000000000 --- a/Updated_Cms/package-lock.json +++ /dev/null @@ -1,4634 +0,0 @@ -{ - "name": "Updated_Cms", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "dependencies": { - "-": "^0.0.1", - "@popperjs/core": "^2.11.8", - "postcss-nesting": "^13.0.2", - "sass": "^1.97.2", - "swiper": "^12.0.3" - }, - "devDependencies": { - "@alpinejs/focus": "^3.15.3", - "@prettier/plugin-php": "^0.24.0", - "@shufo/prettier-plugin-blade": "^1.16.1", - "@tailwindcss/forms": "^0.5.11", - "@tailwindcss/typography": "^0.5.19", - "alpinejs": "^3.15.3", - "autoprefixer": "^10.4.23", - "axios": "^1.13.2", - "bootstrap": "^5.3.8", - "jquery": "^3.7.1", - "laravel-vite-plugin": "^2.0.1", - "lodash": "^4.17.19", - "popper.js": "^1.16", - "postcss": "^8.4.14", - "postcss-import": "^16.1.1", - "prettier": "^3.0.0", - "sass-loader": "^16.0.6", - "tailwindcss": "^3.1.6", - "turbolinks": "^5.2.0", - "vite": "^7.3.1" - } - }, - "node_modules/-": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/-/-/--0.0.1.tgz", - "integrity": "sha512-3HfneK3DGAm05fpyj20sT3apkNcvPpCuccOThOPdzz8sY7GgQGe0l93XH9bt+YzibcTIgUAIMoyVJI740RtgyQ==", - "license": "UNLICENSED" - }, - "node_modules/@alloc/quick-lru": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", - "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@alpinejs/focus": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/@alpinejs/focus/-/focus-3.15.3.tgz", - "integrity": "sha512-cgbQaFUUMBKurVpsYMpitvVncG4GOTRKyTF6PC7P2x8AXWrc8vUj3vtvP3ClA4ty3AkxSqoC49V/LxOS7dVXog==", - "dev": true, - "license": "MIT", - "dependencies": { - "focus-trap": "^6.9.4", - "tabbable": "^5.3.3" - } - }, - "node_modules/@babel/runtime-corejs3": { - "version": "7.28.4", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.4.tgz", - "integrity": "sha512-h7iEYiW4HebClDEhtvFObtPmIvrd1SSfpI9EhOeKk4CtIK/ngBWFpuhCzhdmRKtg71ylcue+9I6dv54XYO1epQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "core-js-pure": "^3.43.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@esbuild/aix-ppc64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz", - "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/android-arm": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.2.tgz", - "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/android-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz", - "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/android-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.2.tgz", - "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/darwin-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz", - "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/darwin-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz", - "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/freebsd-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz", - "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/freebsd-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz", - "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-arm": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz", - "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz", - "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-ia32": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz", - "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-loong64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz", - "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==", - "cpu": [ - "loong64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-mips64el": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz", - "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==", - "cpu": [ - "mips64el" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-ppc64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz", - "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-riscv64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz", - "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-s390x": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz", - "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz", - "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/netbsd-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz", - "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/netbsd-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz", - "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/openbsd-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz", - "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/openbsd-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz", - "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/openharmony-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz", - "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openharmony" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/sunos-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz", - "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/win32-arm64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz", - "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/win32-ia32": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz", - "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/win32-x64": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz", - "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@isaacs/cliui": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", - "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", - "dev": true, - "license": "ISC", - "dependencies": { - "string-width": "^5.1.2", - "string-width-cjs": "npm:string-width@^4.2.0", - "strip-ansi": "^7.0.1", - "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", - "wrap-ansi": "^8.1.0", - "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", - "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", - "dev": true, - "license": "MIT" - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@one-ini/wasm": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz", - "integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==", - "dev": true, - "license": "MIT" - }, - "node_modules/@parcel/watcher": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.0.tgz", - "integrity": "sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==", - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "dependencies": { - "detect-libc": "^1.0.3", - "is-glob": "^4.0.3", - "micromatch": "^4.0.5", - "node-addon-api": "^7.0.0" - }, - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "optionalDependencies": { - "@parcel/watcher-android-arm64": "2.5.0", - "@parcel/watcher-darwin-arm64": "2.5.0", - "@parcel/watcher-darwin-x64": "2.5.0", - "@parcel/watcher-freebsd-x64": "2.5.0", - "@parcel/watcher-linux-arm-glibc": "2.5.0", - "@parcel/watcher-linux-arm-musl": "2.5.0", - "@parcel/watcher-linux-arm64-glibc": "2.5.0", - "@parcel/watcher-linux-arm64-musl": "2.5.0", - "@parcel/watcher-linux-x64-glibc": "2.5.0", - "@parcel/watcher-linux-x64-musl": "2.5.0", - "@parcel/watcher-win32-arm64": "2.5.0", - "@parcel/watcher-win32-ia32": "2.5.0", - "@parcel/watcher-win32-x64": "2.5.0" - } - }, - "node_modules/@parcel/watcher-android-arm64": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.0.tgz", - "integrity": "sha512-qlX4eS28bUcQCdribHkg/herLe+0A9RyYC+mm2PXpncit8z5b3nSqGVzMNR3CmtAOgRutiZ02eIJJgP/b1iEFQ==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-darwin-arm64": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.0.tgz", - "integrity": "sha512-hyZ3TANnzGfLpRA2s/4U1kbw2ZI4qGxaRJbBH2DCSREFfubMswheh8TeiC1sGZ3z2jUf3s37P0BBlrD3sjVTUw==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-darwin-x64": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.0.tgz", - "integrity": "sha512-9rhlwd78saKf18fT869/poydQK8YqlU26TMiNg7AIu7eBp9adqbJZqmdFOsbZ5cnLp5XvRo9wcFmNHgHdWaGYA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-freebsd-x64": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.0.tgz", - "integrity": "sha512-syvfhZzyM8kErg3VF0xpV8dixJ+RzbUaaGaeb7uDuz0D3FK97/mZ5AJQ3XNnDsXX7KkFNtyQyFrXZzQIcN49Tw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-linux-arm-glibc": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.0.tgz", - "integrity": "sha512-0VQY1K35DQET3dVYWpOaPFecqOT9dbuCfzjxoQyif1Wc574t3kOSkKevULddcR9znz1TcklCE7Ht6NIxjvTqLA==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-linux-arm-musl": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.0.tgz", - "integrity": "sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-linux-arm64-glibc": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.0.tgz", - "integrity": "sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-linux-arm64-musl": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.0.tgz", - "integrity": "sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-linux-x64-glibc": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.0.tgz", - "integrity": "sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-linux-x64-musl": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.0.tgz", - "integrity": "sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-win32-arm64": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.0.tgz", - "integrity": "sha512-twtft1d+JRNkM5YbmexfcH/N4znDtjgysFaV9zvZmmJezQsKpkfLYJ+JFV3uygugK6AtIM2oADPkB2AdhBrNig==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-win32-ia32": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.0.tgz", - "integrity": "sha512-+rgpsNRKwo8A53elqbbHXdOMtY/tAtTzManTWShB5Kk54N8Q9mzNWV7tV+IbGueCbcj826MfWGU3mprWtuf1TA==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-win32-x64": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.0.tgz", - "integrity": "sha512-lPrxve92zEHdgeff3aiu4gDOIt4u7sJYha6wbdEZDCDUhtjTsOMiaJzG5lMY4GkWH8p0fMmO2Ppq5G5XXG+DQw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@pkgjs/parseargs": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", - "dev": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=14" - } - }, - "node_modules/@popperjs/core": { - "version": "2.11.8", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", - "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, - "node_modules/@prettier/plugin-php": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@prettier/plugin-php/-/plugin-php-0.24.0.tgz", - "integrity": "sha512-x9l65fCE/pgoET6RQowgdgG8Xmzs44z6j6Hhg3coINCyCw9JBGJ5ZzMR2XHAM2jmAdbJAIgqB6cUn4/3W3XLTA==", - "dev": true, - "license": "MIT", - "dependencies": { - "linguist-languages": "^8.0.0", - "php-parser": "^3.2.5" - }, - "peerDependencies": { - "prettier": "^3.0.0" - } - }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.55.1.tgz", - "integrity": "sha512-9R0DM/ykwfGIlNu6+2U09ga0WXeZ9MRC2Ter8jnz8415VbuIykVuc6bhdrbORFZANDmTDvq26mJrEVTl8TdnDg==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.55.1.tgz", - "integrity": "sha512-eFZCb1YUqhTysgW3sj/55du5cG57S7UTNtdMjCW7LwVcj3dTTcowCsC8p7uBdzKsZYa8J7IDE8lhMI+HX1vQvg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.55.1.tgz", - "integrity": "sha512-p3grE2PHcQm2e8PSGZdzIhCKbMCw/xi9XvMPErPhwO17vxtvCN5FEA2mSLgmKlCjHGMQTP6phuQTYWUnKewwGg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.55.1.tgz", - "integrity": "sha512-rDUjG25C9qoTm+e02Esi+aqTKSBYwVTaoS1wxcN47/Luqef57Vgp96xNANwt5npq9GDxsH7kXxNkJVEsWEOEaQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-freebsd-arm64": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.55.1.tgz", - "integrity": "sha512-+JiU7Jbp5cdxekIgdte0jfcu5oqw4GCKr6i3PJTlXTCU5H5Fvtkpbs4XJHRmWNXF+hKmn4v7ogI5OQPaupJgOg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ] - }, - "node_modules/@rollup/rollup-freebsd-x64": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.55.1.tgz", - "integrity": "sha512-V5xC1tOVWtLLmr3YUk2f6EJK4qksksOYiz/TCsFHu/R+woubcLWdC9nZQmwjOAbmExBIVKsm1/wKmEy4z4u4Bw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ] - }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.55.1.tgz", - "integrity": "sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.55.1.tgz", - "integrity": "sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.55.1.tgz", - "integrity": "sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.55.1.tgz", - "integrity": "sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-loong64-gnu": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.55.1.tgz", - "integrity": "sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==", - "cpu": [ - "loong64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-loong64-musl": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.55.1.tgz", - "integrity": "sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==", - "cpu": [ - "loong64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-ppc64-gnu": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.55.1.tgz", - "integrity": "sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-ppc64-musl": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.55.1.tgz", - "integrity": "sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.55.1.tgz", - "integrity": "sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-riscv64-musl": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.55.1.tgz", - "integrity": "sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.55.1.tgz", - "integrity": "sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.55.1.tgz", - "integrity": "sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.55.1.tgz", - "integrity": "sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-openbsd-x64": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.55.1.tgz", - "integrity": "sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ] - }, - "node_modules/@rollup/rollup-openharmony-arm64": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.55.1.tgz", - "integrity": "sha512-xzm44KgEP11te3S2HCSyYf5zIzWmx3n8HDCc7EE59+lTcswEWNpvMLfd9uJvVX8LCg9QWG67Xt75AuHn4vgsXw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openharmony" - ] - }, - "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.55.1.tgz", - "integrity": "sha512-yR6Bl3tMC/gBok5cz/Qi0xYnVbIxGx5Fcf/ca0eB6/6JwOY+SRUcJfI0OpeTpPls7f194as62thCt/2BjxYN8g==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.55.1.tgz", - "integrity": "sha512-3fZBidchE0eY0oFZBnekYCfg+5wAB0mbpCBuofh5mZuzIU/4jIVkbESmd2dOsFNS78b53CYv3OAtwqkZZmU5nA==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-x64-gnu": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.55.1.tgz", - "integrity": "sha512-xGGY5pXj69IxKb4yv/POoocPy/qmEGhimy/FoTpTSVju3FYXUQQMFCaZZXJVidsmGxRioZAwpThl/4zX41gRKg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.55.1.tgz", - "integrity": "sha512-SPEpaL6DX4rmcXtnhdrQYgzQ5W2uW3SCJch88lB2zImhJRhIIK44fkUrgIV/Q8yUNfw5oyZ5vkeQsZLhCb06lw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@shufo/prettier-plugin-blade": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/@shufo/prettier-plugin-blade/-/prettier-plugin-blade-1.16.1.tgz", - "integrity": "sha512-a3wpZCwS06p7bU5avT+LQ//zCkXIqce27EqGaev+PpWVcSpAtlsH4BZT9R9BbSRQUy3Py0OLOY64DmcEkAOjEQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "blade-formatter": "1.44.0", - "prettier": "3.6.2" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@shufo/prettier-plugin-blade/node_modules/prettier": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", - "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", - "dev": true, - "license": "MIT", - "bin": { - "prettier": "bin/prettier.cjs" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, - "node_modules/@shufo/tailwindcss-class-sorter": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@shufo/tailwindcss-class-sorter/-/tailwindcss-class-sorter-3.0.1.tgz", - "integrity": "sha512-y9SMobvwElX2G6vdg4odJ6UL6hu/o5RlMsdwEeDLGaqHU3BLSw9CeitGgBus6kadjjDdT2wseG0Tl5yXWdc4UQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "escalade": "^3.1.1", - "object-hash": "^3.0.0", - "tailwindcss": "^3.3.2" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@tailwindcss/forms": { - "version": "0.5.11", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.11.tgz", - "integrity": "sha512-h9wegbZDPurxG22xZSoWtdzc41/OlNEUQERNqI/0fOwa2aVlWGu7C35E/x6LDyD3lgtztFSSjKZyuVM0hxhbgA==", - "dev": true, - "license": "MIT", - "dependencies": { - "mini-svg-data-uri": "^1.2.3" - }, - "peerDependencies": { - "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1" - } - }, - "node_modules/@tailwindcss/typography": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz", - "integrity": "sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss-selector-parser": "6.0.10" - }, - "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" - } - }, - "node_modules/@types/estree": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", - "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", - "dev": true, - "license": "MIT" - }, - "node_modules/@vue/reactivity": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.1.5.tgz", - "integrity": "sha512-1tdfLmNjWG6t/CsPldh+foumYFo3cpyCHgBYQ34ylaMsJ+SNHQ1kApMIa8jN+i593zQuaw3AdWH0nJTARzCFhg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@vue/shared": "3.1.5" - } - }, - "node_modules/@vue/shared": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.1.5.tgz", - "integrity": "sha512-oJ4F3TnvpXaQwZJNF3ZK+kLPHKarDmJjJ6jyzVNDKH9md1dptjC7lWR//jrGuLdek/U6iltWxqAnYOu8gCiOvA==", - "dev": true, - "license": "MIT" - }, - "node_modules/abbrev": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", - "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", - "dev": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/aigle": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/aigle/-/aigle-1.14.1.tgz", - "integrity": "sha512-bCmQ65CEebspmpbWFs6ab3S27TNyVH1b5MledX8KoiGxUhsJmPUUGpaoSijhwawNnq5Lt8jbcq7Z7gUAD0nuTw==", - "dev": true, - "license": "MIT", - "dependencies": { - "aigle-core": "^1.0.0" - } - }, - "node_modules/aigle-core": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/aigle-core/-/aigle-core-1.0.0.tgz", - "integrity": "sha512-uGFWPumk5DLvYnUphNnff+kWC8VeAnjPbbU8ovsSHflKXGX77SD7cAN/aSBCLX3xnoJAM9KdtRgxUygRnSSu7A==", - "dev": true, - "license": "MIT" - }, - "node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/alpinejs": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.15.3.tgz", - "integrity": "sha512-fSI6F5213FdpMC4IWaup92KhuH3jBX0VVqajRJ6cOTCy1cL6888KyXdGO+seAAkn+g6fnrxBqQEx6gRpQ5EZoQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@vue/reactivity": "~3.1.1" - } - }, - "node_modules/ansi-regex": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", - "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/any-promise": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", - "dev": true, - "license": "MIT" - }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, - "license": "ISC", - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/arg": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", - "dev": true, - "license": "MIT" - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true, - "license": "MIT" - }, - "node_modules/autoprefixer": { - "version": "10.4.23", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.23.tgz", - "integrity": "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "browserslist": "^4.28.1", - "caniuse-lite": "^1.0.30001760", - "fraction.js": "^5.3.4", - "picocolors": "^1.1.1", - "postcss-value-parser": "^4.2.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/axios": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", - "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", - "dev": true, - "license": "MIT", - "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.4", - "proxy-from-env": "^1.1.0" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true, - "license": "MIT" - }, - "node_modules/baseline-browser-mapping": { - "version": "2.9.12", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.12.tgz", - "integrity": "sha512-Mij6Lij93pTAIsSYy5cyBQ975Qh9uLEc5rwGTpomiZeXZL9yIS6uORJakb3ScHgfs0serMMfIbXzokPMuEiRyw==", - "dev": true, - "license": "Apache-2.0", - "bin": { - "baseline-browser-mapping": "dist/cli.js" - } - }, - "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/blade-formatter": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/blade-formatter/-/blade-formatter-1.44.0.tgz", - "integrity": "sha512-rwOnG9FEnZEkD04kf6yM3kTei4Pkuq9HZ5IwFg/Rn0ef6KubYbNia4+65p3Ed56pXaCAFj2YPGEH4wxUUU72Tw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@prettier/plugin-php": "^0.24.0", - "@shufo/tailwindcss-class-sorter": "3.0.1", - "aigle": "^1.14.1", - "ajv": "^8.9.0", - "chalk": "^4.1.0", - "concat-stream": "^2.0.0", - "detect-indent": "^6.0.0", - "find-config": "^1.0.0", - "glob": "^10.0.0", - "html-attribute-sorter": "^0.4.3", - "ignore": "^6.0.0", - "js-beautify": "^1.15.4", - "lodash": "^4.17.19", - "php-parser": "3.2.5", - "prettier": "^3.2.5", - "string-replace-async": "^2.0.0", - "tailwindcss": "^3.1.8", - "vscode-oniguruma": "1.7.0", - "vscode-textmate": "^7.0.1", - "xregexp": "^5.0.1", - "yargs": "^17.3.1" - }, - "bin": { - "blade-formatter": "bin/blade-formatter.cjs" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/bootstrap": { - "version": "5.3.8", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.8.tgz", - "integrity": "sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/twbs" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - } - ], - "license": "MIT", - "peerDependencies": { - "@popperjs/core": "^2.11.8" - } - }, - "node_modules/brace-expansion": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", - "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "devOptional": true, - "license": "MIT", - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browserslist": { - "version": "4.28.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz", - "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "baseline-browser-mapping": "^2.9.0", - "caniuse-lite": "^1.0.30001759", - "electron-to-chromium": "^1.5.263", - "node-releases": "^2.0.27", - "update-browserslist-db": "^1.2.0" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/call-bind-apply-helpers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001762", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001762.tgz", - "integrity": "sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "CC-BY-4.0" - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/chokidar": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", - "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", - "license": "MIT", - "dependencies": { - "readdirp": "^4.0.1" - }, - "engines": { - "node": ">= 14.16.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/cliui": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/cliui/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/cliui/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true, - "license": "MIT" - }, - "node_modules/cliui/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cliui/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cliui/node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true, - "license": "MIT" - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "license": "MIT", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/commander": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", - "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14" - } - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true, - "license": "MIT" - }, - "node_modules/concat-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", - "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", - "dev": true, - "engines": [ - "node >= 6.0" - ], - "license": "MIT", - "dependencies": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^3.0.2", - "typedarray": "^0.0.6" - } - }, - "node_modules/config-chain": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", - "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ini": "^1.3.4", - "proto-list": "~1.2.1" - } - }, - "node_modules/core-js-pure": { - "version": "3.45.1", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.45.1.tgz", - "integrity": "sha512-OHnWFKgTUshEU8MK+lOs1H8kC8GkTi9Z1tvNkxrCcw9wl3MJIO7q2ld77wjWn4/xuGrVu2X+nME1iIIPBSdyEQ==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/cross-spawn": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", - "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", - "dev": true, - "license": "MIT", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "license": "MIT", - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/detect-indent": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", - "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/detect-libc": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", - "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", - "license": "Apache-2.0", - "optional": true, - "bin": { - "detect-libc": "bin/detect-libc.js" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/didyoumean": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/dlv": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", - "dev": true, - "license": "MIT" - }, - "node_modules/dunder-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.1", - "es-errors": "^1.3.0", - "gopd": "^1.2.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "dev": true, - "license": "MIT" - }, - "node_modules/editorconfig": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz", - "integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@one-ini/wasm": "0.1.1", - "commander": "^10.0.0", - "minimatch": "9.0.1", - "semver": "^7.5.3" - }, - "bin": { - "editorconfig": "bin/editorconfig" - }, - "engines": { - "node": ">=14" - } - }, - "node_modules/editorconfig/node_modules/minimatch": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", - "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/electron-to-chromium": { - "version": "1.5.267", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz", - "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==", - "dev": true, - "license": "ISC" - }, - "node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true, - "license": "MIT" - }, - "node_modules/es-define-property": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-errors": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-object-atoms": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-set-tostringtag": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", - "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/esbuild": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz", - "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.27.2", - "@esbuild/android-arm": "0.27.2", - "@esbuild/android-arm64": "0.27.2", - "@esbuild/android-x64": "0.27.2", - "@esbuild/darwin-arm64": "0.27.2", - "@esbuild/darwin-x64": "0.27.2", - "@esbuild/freebsd-arm64": "0.27.2", - "@esbuild/freebsd-x64": "0.27.2", - "@esbuild/linux-arm": "0.27.2", - "@esbuild/linux-arm64": "0.27.2", - "@esbuild/linux-ia32": "0.27.2", - "@esbuild/linux-loong64": "0.27.2", - "@esbuild/linux-mips64el": "0.27.2", - "@esbuild/linux-ppc64": "0.27.2", - "@esbuild/linux-riscv64": "0.27.2", - "@esbuild/linux-s390x": "0.27.2", - "@esbuild/linux-x64": "0.27.2", - "@esbuild/netbsd-arm64": "0.27.2", - "@esbuild/netbsd-x64": "0.27.2", - "@esbuild/openbsd-arm64": "0.27.2", - "@esbuild/openbsd-x64": "0.27.2", - "@esbuild/openharmony-arm64": "0.27.2", - "@esbuild/sunos-x64": "0.27.2", - "@esbuild/win32-arm64": "0.27.2", - "@esbuild/win32-ia32": "0.27.2", - "@esbuild/win32-x64": "0.27.2" - } - }, - "node_modules/escalade": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", - "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true, - "license": "MIT" - }, - "node_modules/fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fastq": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", - "dev": true, - "license": "ISC", - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "devOptional": true, - "license": "MIT", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-config": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/find-config/-/find-config-1.0.0.tgz", - "integrity": "sha512-Z+suHH+7LSE40WfUeZPIxSxypCWvrzdVc60xAjUShZeT5eMWM0/FQUduq3HjluyfAHWvC/aOBkT1pTZktyF/jg==", - "dev": true, - "license": "MIT", - "dependencies": { - "user-home": "^2.0.0" - }, - "engines": { - "node": ">= 0.12" - } - }, - "node_modules/focus-trap": { - "version": "6.9.4", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-6.9.4.tgz", - "integrity": "sha512-v2NTsZe2FF59Y+sDykKY+XjqZ0cPfhq/hikWVL88BqLivnNiEffAsac6rP6H45ff9wG9LL5ToiDqrLEP9GX9mw==", - "dev": true, - "license": "MIT", - "dependencies": { - "tabbable": "^5.3.3" - } - }, - "node_modules/follow-redirects": { - "version": "1.15.9", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", - "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", - "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "license": "MIT", - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } - }, - "node_modules/foreground-child": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", - "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", - "dev": true, - "license": "ISC", - "dependencies": { - "cross-spawn": "^7.0.6", - "signal-exit": "^4.0.1" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/form-data": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", - "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", - "dev": true, - "license": "MIT", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "es-set-tostringtag": "^2.1.0", - "hasown": "^2.0.2", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fraction.js": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz", - "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": "*" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/rawify" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true, - "license": "ISC" - }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true, - "license": "ISC", - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/get-intrinsic": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.2", - "es-define-property": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.1.1", - "function-bind": "^1.1.2", - "get-proto": "^1.0.1", - "gopd": "^1.2.0", - "has-symbols": "^1.1.0", - "hasown": "^2.0.2", - "math-intrinsics": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", - "dev": true, - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/glob": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", - "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", - "dev": true, - "license": "ISC", - "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^3.1.2", - "minimatch": "^9.0.4", - "minipass": "^7.1.2", - "package-json-from-dist": "^1.0.0", - "path-scurry": "^1.11.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/gopd": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dev": true, - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/has-symbols": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-symbols": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/html-attribute-sorter": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/html-attribute-sorter/-/html-attribute-sorter-0.4.3.tgz", - "integrity": "sha512-HWSvaXJki44tg0uR1t+j5pRdUVpNiZcJaoB/PFhss/YoAw9cxUDLCpIBbLWQmKjBQfWk91P6LaRnredEyabrDw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 12.0.0" - } - }, - "node_modules/ignore": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-6.0.2.tgz", - "integrity": "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/immutable": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz", - "integrity": "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==", - "license": "MIT" - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", - "dev": true, - "license": "ISC", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/ini": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "dev": true, - "license": "ISC" - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "license": "MIT", - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-core-module": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz", - "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==", - "dev": true, - "license": "MIT", - "dependencies": { - "has": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "devOptional": true, - "license": "MIT", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true, - "license": "ISC" - }, - "node_modules/jackspeak": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", - "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", - "dev": true, - "license": "BlueOak-1.0.0", - "dependencies": { - "@isaacs/cliui": "^8.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "optionalDependencies": { - "@pkgjs/parseargs": "^0.11.0" - } - }, - "node_modules/jiti": { - "version": "1.21.7", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", - "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", - "dev": true, - "license": "MIT", - "bin": { - "jiti": "bin/jiti.js" - } - }, - "node_modules/jquery": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", - "dev": true, - "license": "MIT" - }, - "node_modules/js-beautify": { - "version": "1.15.4", - "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.4.tgz", - "integrity": "sha512-9/KXeZUKKJwqCXUdBxFJ3vPh467OCckSBmYDwSK/EtV090K+iMJ7zx2S3HLVDIWFQdqMIsZWbnaGiba18aWhaA==", - "dev": true, - "license": "MIT", - "dependencies": { - "config-chain": "^1.1.13", - "editorconfig": "^1.0.4", - "glob": "^10.4.2", - "js-cookie": "^3.0.5", - "nopt": "^7.2.1" - }, - "bin": { - "css-beautify": "js/bin/css-beautify.js", - "html-beautify": "js/bin/html-beautify.js", - "js-beautify": "js/bin/js-beautify.js" - }, - "engines": { - "node": ">=14" - } - }, - "node_modules/js-cookie": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", - "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14" - } - }, - "node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true, - "license": "MIT" - }, - "node_modules/laravel-vite-plugin": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-2.0.1.tgz", - "integrity": "sha512-zQuvzWfUKQu9oNVi1o0RZAJCwhGsdhx4NEOyrVQwJHaWDseGP9tl7XUPLY2T8Cj6+IrZ6lmyxlR1KC8unf3RLA==", - "dev": true, - "license": "MIT", - "dependencies": { - "picocolors": "^1.0.0", - "vite-plugin-full-reload": "^1.1.0" - }, - "bin": { - "clean-orphaned-assets": "bin/clean.js" - }, - "engines": { - "node": "^20.19.0 || >=22.12.0" - }, - "peerDependencies": { - "vite": "^7.0.0" - } - }, - "node_modules/lilconfig": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - } - }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true, - "license": "MIT" - }, - "node_modules/linguist-languages": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/linguist-languages/-/linguist-languages-8.2.0.tgz", - "integrity": "sha512-KCUUH9x97QWYU0SXOCGxUrZR6cSfuQrMhABB7L/0I8N0LXOeaKe7+RZs7FAwvWCV2qKfZ4Wv1luLq4OfMezSJg==", - "dev": true, - "license": "MIT" - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true, - "license": "MIT" - }, - "node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/math-intrinsics": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/micromatch": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", - "devOptional": true, - "license": "MIT", - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dev": true, - "license": "MIT", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mini-svg-data-uri": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz", - "integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==", - "dev": true, - "license": "MIT", - "bin": { - "mini-svg-data-uri": "cli.js" - } - }, - "node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/minipass": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, - "node_modules/mz": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", - "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" - } - }, - "node_modules/nanoid": { - "version": "3.3.11", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", - "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true, - "license": "MIT" - }, - "node_modules/node-addon-api": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", - "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", - "license": "MIT", - "optional": true - }, - "node_modules/node-releases": { - "version": "2.0.27", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", - "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", - "dev": true, - "license": "MIT" - }, - "node_modules/nopt": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz", - "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", - "dev": true, - "license": "ISC", - "dependencies": { - "abbrev": "^2.0.0" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-hash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "license": "ISC", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/package-json-from-dist": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", - "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", - "dev": true, - "license": "BlueOak-1.0.0" - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true, - "license": "MIT" - }, - "node_modules/path-scurry": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", - "dev": true, - "license": "BlueOak-1.0.0", - "dependencies": { - "lru-cache": "^10.2.0", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" - }, - "engines": { - "node": ">=16 || 14 >=14.18" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/php-parser": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/php-parser/-/php-parser-3.2.5.tgz", - "integrity": "sha512-M1ZYlALFFnESbSdmRtTQrBFUHSriHgPhgqtTF/LCbZM4h7swR5PHtUceB2Kzby5CfqcsYwBn7OXTJ0+8Sajwkw==", - "dev": true, - "license": "BSD-3-Clause" - }, - "node_modules/picocolors": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", - "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", - "license": "ISC" - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pirates": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", - "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", - "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", - "dev": true, - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, - "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "nanoid": "^3.3.11", - "picocolors": "^1.1.1", - "source-map-js": "^1.2.1" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postcss-import": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-16.1.1.tgz", - "integrity": "sha512-2xVS1NCZAfjtVdvXiyegxzJ447GyqCeEI5V7ApgQVOWnros1p5lGNovJNapwPpMombyFBfqDwt7AD3n2l0KOfQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "engines": { - "node": ">=18.0.0" - }, - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/postcss-js": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", - "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", - "dev": true, - "license": "MIT", - "dependencies": { - "camelcase-css": "^2.0.1" - }, - "engines": { - "node": "^12 || ^14 || >= 16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.4.21" - } - }, - "node_modules/postcss-load-config": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz", - "integrity": "sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==", - "dev": true, - "license": "MIT", - "dependencies": { - "lilconfig": "^2.0.5", - "yaml": "^2.1.1" - }, - "engines": { - "node": ">= 14" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": ">=8.0.9", - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "postcss": { - "optional": true - }, - "ts-node": { - "optional": true - } - } - }, - "node_modules/postcss-nested": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", - "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss-selector-parser": "^6.0.11" - }, - "engines": { - "node": ">=12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.2.14" - } - }, - "node_modules/postcss-nested/node_modules/postcss-selector-parser": { - "version": "6.0.13", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", - "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-nesting": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-13.0.2.tgz", - "integrity": "sha512-1YCI290TX+VP0U/K/aFxzHzQWHWURL+CtHMSbex1lCdpXD1SoR2sYuxDu5aNI9lPoXpKTCggFZiDJbwylU0LEQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "dependencies": { - "@csstools/selector-resolve-nested": "^3.1.0", - "@csstools/selector-specificity": "^5.0.0", - "postcss-selector-parser": "^7.0.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/postcss-nesting/node_modules/@csstools/selector-resolve-nested": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-3.1.0.tgz", - "integrity": "sha512-mf1LEW0tJLKfWyvn5KdDrhpxHyuxpbNwTIwOYLIvsTffeyOf85j5oIzfG0yosxDgx/sswlqBnESYUcQH0vgZ0g==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss-selector-parser": "^7.0.0" - } - }, - "node_modules/postcss-nesting/node_modules/@csstools/selector-specificity": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz", - "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss-selector-parser": "^7.0.0" - } - }, - "node_modules/postcss-nesting/node_modules/postcss-selector-parser": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", - "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.0.10", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", - "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", - "dev": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/prettier": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", - "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", - "dev": true, - "license": "MIT", - "bin": { - "prettier": "bin/prettier.cjs" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, - "node_modules/proto-list": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", - "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", - "dev": true, - "license": "ISC" - }, - "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "dev": true, - "license": "MIT" - }, - "node_modules/punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, - "node_modules/read-cache": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", - "dev": true, - "license": "MIT", - "dependencies": { - "pify": "^2.3.0" - } - }, - "node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dev": true, - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/readdirp": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz", - "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==", - "license": "MIT", - "engines": { - "node": ">= 14.16.0" - }, - "funding": { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/resolve": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz", - "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-core-module": "^2.11.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true, - "license": "MIT", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/rollup": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.55.1.tgz", - "integrity": "sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/estree": "1.0.8" - }, - "bin": { - "rollup": "dist/bin/rollup" - }, - "engines": { - "node": ">=18.0.0", - "npm": ">=8.0.0" - }, - "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.55.1", - "@rollup/rollup-android-arm64": "4.55.1", - "@rollup/rollup-darwin-arm64": "4.55.1", - "@rollup/rollup-darwin-x64": "4.55.1", - "@rollup/rollup-freebsd-arm64": "4.55.1", - "@rollup/rollup-freebsd-x64": "4.55.1", - "@rollup/rollup-linux-arm-gnueabihf": "4.55.1", - "@rollup/rollup-linux-arm-musleabihf": "4.55.1", - "@rollup/rollup-linux-arm64-gnu": "4.55.1", - "@rollup/rollup-linux-arm64-musl": "4.55.1", - "@rollup/rollup-linux-loong64-gnu": "4.55.1", - "@rollup/rollup-linux-loong64-musl": "4.55.1", - "@rollup/rollup-linux-ppc64-gnu": "4.55.1", - "@rollup/rollup-linux-ppc64-musl": "4.55.1", - "@rollup/rollup-linux-riscv64-gnu": "4.55.1", - "@rollup/rollup-linux-riscv64-musl": "4.55.1", - "@rollup/rollup-linux-s390x-gnu": "4.55.1", - "@rollup/rollup-linux-x64-gnu": "4.55.1", - "@rollup/rollup-linux-x64-musl": "4.55.1", - "@rollup/rollup-openbsd-x64": "4.55.1", - "@rollup/rollup-openharmony-arm64": "4.55.1", - "@rollup/rollup-win32-arm64-msvc": "4.55.1", - "@rollup/rollup-win32-ia32-msvc": "4.55.1", - "@rollup/rollup-win32-x64-gnu": "4.55.1", - "@rollup/rollup-win32-x64-msvc": "4.55.1", - "fsevents": "~2.3.2" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, - "node_modules/sass": { - "version": "1.97.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.2.tgz", - "integrity": "sha512-y5LWb0IlbO4e97Zr7c3mlpabcbBtS+ieiZ9iwDooShpFKWXf62zz5pEPdwrLYm+Bxn1fnbwFGzHuCLSA9tBmrw==", - "license": "MIT", - "dependencies": { - "chokidar": "^4.0.0", - "immutable": "^5.0.2", - "source-map-js": ">=0.6.2 <2.0.0" - }, - "bin": { - "sass": "sass.js" - }, - "engines": { - "node": ">=14.0.0" - }, - "optionalDependencies": { - "@parcel/watcher": "^2.4.1" - } - }, - "node_modules/sass-loader": { - "version": "16.0.6", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.6.tgz", - "integrity": "sha512-sglGzId5gmlfxNs4gK2U3h7HlVRfx278YK6Ono5lwzuvi1jxig80YiuHkaDBVsYIKFhx8wN7XSCI0M2IDS/3qA==", - "dev": true, - "license": "MIT", - "dependencies": { - "neo-async": "^2.6.2" - }, - "engines": { - "node": ">= 18.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "@rspack/core": "0.x || 1.x", - "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", - "sass": "^1.3.0", - "sass-embedded": "*", - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "@rspack/core": { - "optional": true - }, - "node-sass": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - }, - "webpack": { - "optional": true - } - } - }, - "node_modules/semver": { - "version": "7.7.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", - "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "license": "MIT", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/source-map-js": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", - "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/string-replace-async": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/string-replace-async/-/string-replace-async-2.0.0.tgz", - "integrity": "sha512-AHMupZscUiDh07F1QziX7PLoB1DQ/pzu19vc8Xa8LwZcgnOXaw7yCgBuSYrxVEfaM2d8scc3Gtp+i+QJZV+spw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.12" - } - }, - "node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dev": true, - "license": "MIT", - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/string-width-cjs": { - "name": "string-width", - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/string-width-cjs/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/string-width-cjs/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true, - "license": "MIT" - }, - "node_modules/string-width-cjs/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", - "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/strip-ansi-cjs": { - "name": "strip-ansi", - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/sucrase": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.32.0.tgz", - "integrity": "sha512-ydQOU34rpSyj2TGyz4D2p8rbktIOZ8QY9s+DGLvFU1i5pWJE8vkpruCjGCMHsdXwnD7JDcS+noSwM/a7zyNFDQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.2", - "commander": "^4.0.0", - "glob": "7.1.6", - "lines-and-columns": "^1.1.6", - "mz": "^2.7.0", - "pirates": "^4.0.1", - "ts-interface-checker": "^0.1.9" - }, - "bin": { - "sucrase": "bin/sucrase", - "sucrase-node": "bin/sucrase-node" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/sucrase/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/sucrase/node_modules/commander": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/sucrase/node_modules/glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/sucrase/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/swiper": { - "version": "12.0.3", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-12.0.3.tgz", - "integrity": "sha512-BHd6U1VPEIksrXlyXjMmRWO0onmdNPaTAFduzqR3pgjvi7KfmUCAm/0cj49u2D7B0zNjMw02TSeXfinC1hDCXg==", - "funding": [ - { - "type": "patreon", - "url": "https://www.patreon.com/swiperjs" - }, - { - "type": "open_collective", - "url": "http://opencollective.com/swiper" - } - ], - "license": "MIT", - "engines": { - "node": ">= 4.7.0" - } - }, - "node_modules/tabbable": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-5.3.3.tgz", - "integrity": "sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==", - "dev": true, - "license": "MIT" - }, - "node_modules/tailwindcss": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.2.tgz", - "integrity": "sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@alloc/quick-lru": "^5.2.0", - "arg": "^5.0.2", - "chokidar": "^3.5.3", - "didyoumean": "^1.2.2", - "dlv": "^1.1.3", - "fast-glob": "^3.2.12", - "glob-parent": "^6.0.2", - "is-glob": "^4.0.3", - "jiti": "^1.18.2", - "lilconfig": "^2.1.0", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "object-hash": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.23", - "postcss-import": "^15.1.0", - "postcss-js": "^4.0.1", - "postcss-load-config": "^4.0.1", - "postcss-nested": "^6.0.1", - "postcss-selector-parser": "^6.0.11", - "postcss-value-parser": "^4.2.0", - "resolve": "^1.22.2", - "sucrase": "^3.32.0" - }, - "bin": { - "tailwind": "lib/cli.js", - "tailwindcss": "lib/cli.js" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/tailwindcss/node_modules/chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], - "license": "MIT", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/tailwindcss/node_modules/postcss-import": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", - "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/tailwindcss/node_modules/postcss-selector-parser": { - "version": "6.0.13", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", - "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/tailwindcss/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/thenify": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", - "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", - "dev": true, - "license": "MIT", - "dependencies": { - "any-promise": "^1.0.0" - } - }, - "node_modules/thenify-all": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", - "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", - "dev": true, - "license": "MIT", - "dependencies": { - "thenify": ">= 3.1.0 < 4" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/tinyglobby": { - "version": "0.2.15", - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", - "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "fdir": "^6.5.0", - "picomatch": "^4.0.3" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/SuperchupuDev" - } - }, - "node_modules/tinyglobby/node_modules/fdir": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", - "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "picomatch": "^3 || ^4" - }, - "peerDependenciesMeta": { - "picomatch": { - "optional": true - } - } - }, - "node_modules/tinyglobby/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "devOptional": true, - "license": "MIT", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/ts-interface-checker": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", - "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/turbolinks": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/turbolinks/-/turbolinks-5.2.0.tgz", - "integrity": "sha512-pMiez3tyBo6uRHFNNZoYMmrES/IaGgMhQQM+VFF36keryjb5ms0XkVpmKHkfW/4Vy96qiGW3K9bz0tF5sK9bBw==", - "dev": true, - "license": "MIT" - }, - "node_modules/typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", - "dev": true, - "license": "MIT" - }, - "node_modules/update-browserslist-db": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", - "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "escalade": "^3.2.0", - "picocolors": "^1.1.1" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/user-home": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz", - "integrity": "sha512-KMWqdlOcjCYdtIJpicDSFBQ8nFwS2i9sslAd6f4+CBGcU4gist2REnr2fxj2YocvJFxSF3ZOHLYLVZnUxv4BZQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "os-homedir": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "license": "MIT" - }, - "node_modules/vite": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz", - "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", - "dev": true, - "license": "MIT", - "dependencies": { - "esbuild": "^0.27.0", - "fdir": "^6.5.0", - "picomatch": "^4.0.3", - "postcss": "^8.5.6", - "rollup": "^4.43.0", - "tinyglobby": "^0.2.15" - }, - "bin": { - "vite": "bin/vite.js" - }, - "engines": { - "node": "^20.19.0 || >=22.12.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" - }, - "peerDependencies": { - "@types/node": "^20.19.0 || >=22.12.0", - "jiti": ">=1.21.0", - "less": "^4.0.0", - "lightningcss": "^1.21.0", - "sass": "^1.70.0", - "sass-embedded": "^1.70.0", - "stylus": ">=0.54.8", - "sugarss": "^5.0.0", - "terser": "^5.16.0", - "tsx": "^4.8.1", - "yaml": "^2.4.2" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "jiti": { - "optional": true - }, - "less": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - }, - "tsx": { - "optional": true - }, - "yaml": { - "optional": true - } - } - }, - "node_modules/vite-plugin-full-reload": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/vite-plugin-full-reload/-/vite-plugin-full-reload-1.2.0.tgz", - "integrity": "sha512-kz18NW79x0IHbxRSHm0jttP4zoO9P9gXh+n6UTwlNKnviTTEpOlum6oS9SmecrTtSr+muHEn5TUuC75UovQzcA==", - "dev": true, - "license": "MIT", - "dependencies": { - "picocolors": "^1.0.0", - "picomatch": "^2.3.1" - } - }, - "node_modules/vite/node_modules/fdir": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", - "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "picomatch": "^3 || ^4" - }, - "peerDependenciesMeta": { - "picomatch": { - "optional": true - } - } - }, - "node_modules/vite/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/vscode-oniguruma": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz", - "integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==", - "dev": true, - "license": "MIT" - }, - "node_modules/vscode-textmate": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-7.0.4.tgz", - "integrity": "sha512-9hJp0xL7HW1Q5OgGe03NACo7yiCTMEk3WU/rtKXUbncLtdg6rVVNJnHwD88UhbIYU2KoxY0Dih0x+kIsmUKn2A==", - "dev": true, - "license": "MIT" - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/wrap-ansi": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrap-ansi-cjs": { - "name": "wrap-ansi", - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true, - "license": "MIT" - }, - "node_modules/wrap-ansi-cjs/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", - "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/xregexp": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-5.1.1.tgz", - "integrity": "sha512-fKXeVorD+CzWvFs7VBuKTYIW63YD1e1osxwQ8caZ6o1jg6pDAbABDG54LCIq0j5cy7PjRvGIq6sef9DYPXpncg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/runtime-corejs3": "^7.16.5" - } - }, - "node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/yaml": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", - "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", - "dev": true, - "license": "ISC", - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - } - }, - "node_modules/yargs": { - "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", - "dev": true, - "license": "MIT", - "dependencies": { - "cliui": "^8.0.1", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.1.1" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/yargs/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/yargs/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true, - "license": "MIT" - }, - "node_modules/yargs/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yargs/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - } - } -} diff --git a/Updated_Cms/public/build/manifest.json b/Updated_Cms/public/build/manifest.json index f03540e48b..026118ed66 100644 --- a/Updated_Cms/public/build/manifest.json +++ b/Updated_Cms/public/build/manifest.json @@ -116,7 +116,7 @@ "src": "public/assets/images/profile/profile-bg.png" }, "resources/css/global.scss": { - "file": "assets/global-2GZOwQhZ.css", + "file": "assets/global-BMqRhE-P.css", "src": "resources/css/global.scss", "isEntry": true, "name": "global", @@ -134,7 +134,7 @@ ] }, "resources/themes/dusk/css/app.scss": { - "file": "assets/app-DDzEc4Ws.css", + "file": "assets/app-DlLXgha_.css", "src": "resources/themes/dusk/css/app.scss", "isEntry": true, "name": "app",