?????????????? ?????????????? ?????????????? ?????????????? app.php000064400000003124151405220750006036 0ustar00singleton( Illuminate\Contracts\Http\Kernel::class, App\Http\Kernel::class ); $app->singleton( Illuminate\Contracts\Console\Kernel::class, App\Console\Kernel::class ); $app->singleton( Illuminate\Contracts\Debug\ExceptionHandler::class, App\Exceptions\Handler::class ); /* |-------------------------------------------------------------------------- | Return The Application |-------------------------------------------------------------------------- | | This script returns the application instance. The instance is given to | the calling script so we can separate the building of the instances | from the actual running of the application and sending responses. | */ return $app; cache/admin_module.php000064400000000367151405220750010764 0ustar00 array ( 0 => 'Modules\\Admin\\app\\Providers\\AdminServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Admin\\app\\Providers\\AdminServiceProvider', ), 'deferred' => array ( ), );cache/ads_module.php000064400000000357151405220750010442 0ustar00 array ( 0 => 'Modules\\Ads\\app\\Providers\\AdsServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Ads\\app\\Providers\\AdsServiceProvider', ), 'deferred' => array ( ), );cache/album_module.php000064400000000367151405220750010774 0ustar00 array ( 0 => 'Modules\\Album\\app\\Providers\\AlbumServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Album\\app\\Providers\\AlbumServiceProvider', ), 'deferred' => array ( ), );cache/area_module.php000064400000000363151405220750010600 0ustar00 array ( 0 => 'Modules\\Area\\app\\Providers\\AreaServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Area\\app\\Providers\\AreaServiceProvider', ), 'deferred' => array ( ), );cache/borhan_module.php000064400000000373151405220750011142 0ustar00 array ( 0 => 'Modules\\Borhan\\app\\Providers\\BorhanServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Borhan\\app\\Providers\\BorhanServiceProvider', ), 'deferred' => array ( ), );cache/category_module.php000064400000000403151405220750011500 0ustar00 array ( 0 => 'Modules\\Category\\app\\Providers\\CategoryServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Category\\app\\Providers\\CategoryServiceProvider', ), 'deferred' => array ( ), );cache/comment_module.php000064400000000377151405220750011337 0ustar00 array ( 0 => 'Modules\\Comment\\app\\Providers\\CommentServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Comment\\app\\Providers\\CommentServiceProvider', ), 'deferred' => array ( ), );cache/competition_module.php000064400000000417151405220750012222 0ustar00 array ( 0 => 'Modules\\Competition\\app\\Providers\\CompetitionServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Competition\\app\\Providers\\CompetitionServiceProvider', ), 'deferred' => array ( ), );cache/config.php000064400000226020151405220750007570 0ustar00 array ( 'name' => 'شرکت طراحی سایت و برنامه نویسی برهان', 'multi_lang' => false, 'env' => 'local', 'debug' => true, 'url' => 'https://borhangfx.net', 'asset_url' => NULL, 'timezone' => 'UTC', 'locale' => 'en', 'fallback_locale' => 'en', 'faker_locale' => 'en_US', 'key' => 'base64:1cuddoplP5MLGFz2qCpV0BNIUekPPa0rQmyO1IBXgGk=', 'cipher' => 'AES-256-CBC', '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\\Auth\\Passwords\\PasswordResetServiceProvider', 15 => 'Illuminate\\Pipeline\\PipelineServiceProvider', 16 => 'Illuminate\\Queue\\QueueServiceProvider', 17 => 'Illuminate\\Redis\\RedisServiceProvider', 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\\RouteServiceProvider', 26 => 'App\\Providers\\TelescopeServiceProvider', 27 => 'Anetwork\\Validation\\PersianValidationServiceProvider', 28 => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 29 => 'Shetabit\\Visitor\\Provider\\VisitorServiceProvider', 30 => 'Hekmatinasser\\Verta\\Laravel\\VertaServiceProvider', 31 => 'Jorenvh\\Share\\Providers\\ShareServiceProvider', 32 => 'Mews\\Captcha\\CaptchaServiceProvider', 33 => 'Kavenegar\\Laravel\\ServiceProvider', 34 => 'Shetabit\\Payment\\Provider\\PaymentServiceProvider', ), 'aliases' => array ( 'App' => 'Illuminate\\Support\\Facades\\App', 'Arr' => 'Illuminate\\Support\\Arr', 'Artisan' => 'Illuminate\\Support\\Facades\\Artisan', 'Auth' => 'Illuminate\\Support\\Facades\\Auth', 'Blade' => 'Illuminate\\Support\\Facades\\Blade', 'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast', 'Bus' => 'Illuminate\\Support\\Facades\\Bus', 'Cache' => 'Illuminate\\Support\\Facades\\Cache', 'Config' => 'Illuminate\\Support\\Facades\\Config', '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', 'Schema' => 'Illuminate\\Support\\Facades\\Schema', 'Session' => 'Illuminate\\Support\\Facades\\Session', 'Storage' => 'Illuminate\\Support\\Facades\\Storage', 'Str' => 'Illuminate\\Support\\Str', 'URL' => 'Illuminate\\Support\\Facades\\URL', 'Validator' => 'Illuminate\\Support\\Facades\\Validator', 'View' => 'Illuminate\\Support\\Facades\\View', 'Vite' => 'Illuminate\\Support\\Facades\\Vite', 0 => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 'Visitor' => 'Shetabit\\Visitor\\Facade\\Visitor', 'Verta' => 'Hekmatinasser\\Verta\\Verta', 'Share' => 'Jorenvh\\Share\\ShareFacade', 'Captcha' => 'Mews\\Captcha\\Facades\\Captcha', 'Kavenegar' => 'Kavenegar\\Laravel\\Facade', 'Payment' => 'Shetabit\\Payment\\Facade\\Payment', ), 'template_admin_route' => 'frest', 'template_admin' => 'frest', 'template_site_route' => 'borhan', 'template_site' => 'borhan', ), 'auth' => array ( 'defaults' => array ( 'guard' => 'admin', 'passwords' => 'users', ), 'guards' => array ( 'web' => array ( 'driver' => 'session', 'provider' => 'users', ), 'admin' => array ( 'driver' => 'session', 'provider' => 'admins', 'hash' => false, ), 'customer' => array ( 'driver' => 'session', 'provider' => 'customers', 'hash' => false, ), 'api:user' => array ( 'driver' => 'sanctum', 'provider' => 'users', ), 'api:admin' => array ( 'driver' => 'sanctum', 'provider' => 'admins', ), 'sanctum' => array ( 'driver' => 'sanctum', 'provider' => NULL, ), ), 'providers' => array ( 'users' => array ( 'driver' => 'eloquent', 'model' => 'Modules\\User\\app\\Models\\User', ), 'admins' => array ( 'driver' => 'eloquent', 'model' => 'Modules\\Admin\\app\\Models\\Admin', ), 'customers' => array ( 'driver' => 'eloquent', 'model' => 'Modules\\Customer\\app\\Models\\Customer', ), ), 'passwords' => array ( 'users' => array ( 'provider' => 'users', 'table' => 'password_reset_tokens', 'expire' => 60, 'throttle' => 60, ), 'admins' => array ( 'provider' => 'admins', 'table' => 'password_reset_tokens', 'expire' => 60, 'throttle' => 60, ), ), 'password_timeout' => 10800, ), 'broadcasting' => array ( 'default' => 'log', 'connections' => array ( 'pusher' => array ( 'driver' => 'pusher', 'key' => '', 'secret' => '', 'app_id' => '', 'options' => array ( 'cluster' => 'mt1', 'host' => 'api-mt1.pusher.com', 'port' => '443', 'scheme' => 'https', 'encrypted' => true, 'useTLS' => true, ), 'client_options' => array ( ), ), 'ably' => array ( 'driver' => 'ably', 'key' => NULL, ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', ), 'log' => array ( 'driver' => 'log', ), 'null' => array ( 'driver' => 'null', ), ), ), 'cache' => array ( 'default' => 'file', 'stores' => array ( 'apc' => array ( 'driver' => 'apc', ), 'array' => array ( 'driver' => 'array', 'serialize' => false, ), 'database' => array ( 'driver' => 'database', 'table' => 'cache', 'connection' => NULL, 'lock_connection' => NULL, ), 'file' => array ( 'driver' => 'file', 'path' => '/home/borhangf/public_html/storage/framework/cache/data', 'lock_path' => '/home/borhangf/public_html/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' => '', 'secret' => '', 'region' => 'us-east-1', 'table' => 'cache', 'endpoint' => NULL, ), 'octane' => array ( 'driver' => 'octane', ), ), 'prefix' => 'shrkt_trahy_sayt_o_brnamh_noysy_brhan_cache_', ), '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 ( ), ), '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' => '/home/borhangf/public_html/storage/clockwork', 'storage_files_compress' => false, 'storage_sql_database' => '/home/borhangf/public_html/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, ), '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' => false, ), 'database' => array ( 'default' => 'mysql', 'connections' => array ( 'sqlite' => array ( 'driver' => 'sqlite', 'url' => NULL, 'database' => 'borhangf_borhan', 'prefix' => '', 'foreign_key_constraints' => true, ), 'mysql' => array ( 'driver' => 'mysql', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'borhangf_borhan', 'username' => 'borhangf_ali', 'password' => 'Aliroshan1382@', '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' => '3306', 'database' => 'borhangf_borhan', 'username' => 'borhangf_ali', 'password' => 'Aliroshan1382@', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, 'search_path' => 'public', 'sslmode' => 'prefer', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'borhangf_borhan', 'username' => 'borhangf_ali', 'password' => 'Aliroshan1382@', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, ), ), 'migrations' => 'migrations', 'redis' => array ( 'client' => 'phpredis', 'options' => array ( 'cluster' => 'redis', 'prefix' => 'shrkt_trahy_sayt_o_brnamh_noysy_brhan_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', ), ), ), 'debugbar' => array ( 'enabled' => false, 'hide_empty_tabs' => true, 'except' => array ( 0 => 'telescope*', 1 => 'horizon*', ), 'storage' => array ( 'enabled' => true, 'open' => NULL, 'driver' => 'file', 'path' => '/home/borhangf/public_html/storage/debugbar', 'connection' => NULL, 'provider' => '', 'hostname' => '127.0.0.1', 'port' => 2304, ), 'editor' => 'phpstorm', 'remote_sites_path' => NULL, 'local_sites_path' => NULL, 'include_vendors' => true, 'capture_ajax' => true, 'add_ajax_timing' => false, 'ajax_handler_auto_show' => true, 'ajax_handler_enable_tab' => true, 'defer_datasets' => false, 'error_handler' => false, 'clockwork' => false, 'collectors' => array ( 'phpinfo' => true, 'messages' => true, 'time' => true, 'memory' => true, 'exceptions' => true, 'log' => true, 'db' => true, 'views' => true, 'route' => true, 'auth' => false, 'gate' => true, 'session' => true, 'symfony_request' => true, 'mail' => true, 'laravel' => false, 'events' => false, 'default_request' => false, 'logs' => false, 'files' => false, 'config' => false, 'cache' => false, 'models' => true, 'livewire' => true, 'jobs' => false, ), 'options' => array ( 'time' => array ( 'memory_usage' => false, ), 'messages' => array ( 'trace' => true, ), 'memory' => array ( 'reset_peak' => false, 'with_baseline' => false, 'precision' => 0, ), 'auth' => array ( 'show_name' => true, 'show_guards' => true, ), 'db' => array ( 'with_params' => true, 'backtrace' => true, 'backtrace_exclude_paths' => array ( ), 'timeline' => false, 'duration_background' => true, 'explain' => array ( 'enabled' => false, 'types' => array ( 0 => 'SELECT', ), ), 'hints' => false, 'show_copy' => false, 'slow_threshold' => false, 'memory_usage' => false, 'soft_limit' => 100, 'hard_limit' => 500, ), 'mail' => array ( 'timeline' => false, 'show_body' => true, ), 'views' => array ( 'timeline' => false, 'data' => false, 'group' => 50, 'exclude_paths' => array ( 0 => 'vendor/filament', ), ), 'route' => array ( 'label' => true, ), 'session' => array ( 'hiddens' => array ( ), ), 'symfony_request' => array ( 'hiddens' => array ( ), ), 'events' => array ( 'data' => false, ), 'logs' => array ( 'file' => NULL, ), 'cache' => array ( 'values' => true, ), ), 'inject' => true, 'route_prefix' => '_debugbar', 'route_middleware' => array ( ), 'route_domain' => NULL, 'theme' => 'auto', 'debug_backtrace_limit' => 50, ), 'dompdf' => array ( 'show_warnings' => false, 'public_path' => NULL, 'convert_entities' => true, 'options' => array ( 'font_dir' => '/home/borhangf/public_html/Modules/core/resources/assets/vendor/fonts/farsi-fonts-en-num/', 'font_cache' => '/home/borhangf/public_html/storage/fonts', 'font_family' => array ( 'aviny' => array ( 'normal' => 'aviny-700.ttf', ), ), 'temp_dir' => '/tmp', 'chroot' => '/home/borhangf/public_html', 'allowed_protocols' => array ( 'file://' => array ( 'rules' => array ( ), ), 'http://' => array ( 'rules' => array ( ), ), 'https://' => array ( 'rules' => array ( ), ), ), 'log_output_file' => NULL, 'enable_font_subsetting' => false, 'pdf_backend' => 'CPDF', 'default_media_type' => 'screen', 'default_paper_size' => 'a4', 'default_paper_orientation' => 'portrait', 'default_font' => 'serif', 'dpi' => 96, 'enable_php' => false, 'enable_javascript' => true, 'enable_remote' => true, 'font_height_ratio' => 1.100000000000000088817841970012523233890533447265625, 'enable_html5_parser' => true, ), ), 'file-manager' => array ( 'configRepository' => 'Alexusmai\\LaravelFileManager\\Services\\ConfigService\\DefaultConfigRepository', 'aclRepository' => 'Alexusmai\\LaravelFileManager\\Services\\ACLService\\ConfigACLRepository', 'routePrefix' => 'file-manager', 'diskList' => array ( 0 => 'public', ), 'leftDisk' => NULL, 'rightDisk' => NULL, 'leftPath' => NULL, 'rightPath' => NULL, 'cache' => NULL, 'windowsConfig' => 2, 'maxUploadFileSize' => NULL, 'allowFileTypes' => array ( ), 'hiddenFiles' => true, 'middleware' => array ( 0 => 'web', ), 'acl' => false, 'aclHideFromFM' => true, 'aclStrategy' => 'blacklist', 'aclRulesCache' => NULL, 'aclRules' => array ( '' => array ( ), 1 => array ( ), ), 'slugifyNames' => false, ), 'filesystems' => array ( 'default' => 'local', 'disks' => array ( 'local' => array ( 'driver' => 'local', 'root' => '/home/borhangf/public_html/storage/app', 'throw' => false, ), 'public' => array ( 'driver' => 'local', 'root' => '/home/borhangf/public_html/storage/app/public', 'url' => 'https://borhangfx.net/storage', 'visibility' => 'public', 'throw' => false, ), 'secret' => array ( 'driver' => 'local', 'root' => '/home/borhangf/public_html/storage/app/secret', 'url' => 'https://borhangfx.net/storage', 'throw' => false, ), 'ftp' => array ( 'driver' => 'ftp', 'host' => NULL, 'url' => NULL, 'username' => NULL, 'password' => NULL, 'port' => 21, 'passive' => NULL, 'timeout' => 30, ), 's3' => array ( 'driver' => 's3', 'key' => '', 'secret' => '', 'region' => 'us-east-1', 'bucket' => '', 'url' => NULL, 'endpoint' => NULL, 'use_path_style_endpoint' => false, 'throw' => false, ), ), 'links' => array ( '/home/borhangf/public_html/public/storage' => '/home/borhangf/public_html/storage/app/public', ), ), 'hashing' => array ( 'driver' => 'bcrypt', 'bcrypt' => array ( 'rounds' => 12, 'verify' => true, ), 'argon' => array ( 'memory' => 65536, 'threads' => 1, 'time' => 4, 'verify' => true, ), ), 'kavenegar' => array ( 'apikey' => '', ), 'laravel-share' => array ( 'services' => array ( 'facebook' => array ( 'uri' => 'https://www.facebook.com/sharer/sharer.php?u=', ), 'twitter' => array ( 'uri' => 'https://twitter.com/intent/tweet', 'text' => 'Default share text', ), 'linkedin' => array ( 'uri' => 'https://www.linkedin.com/sharing/share-offsite', 'extra' => array ( 'mini' => 'true', ), ), 'whatsapp' => array ( 'uri' => 'https://wa.me/?text=', 'extra' => array ( 'mini' => 'true', ), ), 'pinterest' => array ( 'uri' => 'https://pinterest.com/pin/create/button/?url=', ), 'reddit' => array ( 'uri' => 'https://www.reddit.com/submit', 'text' => 'Default share text', ), 'telegram' => array ( 'uri' => 'https://telegram.me/share/url', 'text' => 'Default share text', ), ), 'fontAwesomeVersion' => 5, ), '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' => '/home/borhangf/public_html/storage/logs/laravel.log', 'level' => 'debug', 'replace_placeholders' => true, ), 'daily' => array ( 'driver' => 'daily', 'path' => '/home/borhangf/public_html/storage/logs/laravel.log', 'level' => 'debug', 'days' => 14, 'replace_placeholders' => true, ), 'slack' => array ( 'driver' => 'slack', 'url' => NULL, 'username' => 'Laravel Log', 'emoji' => ':boom:', 'level' => 'debug', 'replace_placeholders' => true, ), 'papertrail' => array ( 'driver' => 'monolog', 'level' => 'debug', 'handler' => 'Monolog\\Handler\\SyslogUdpHandler', 'handler_with' => array ( 'host' => NULL, 'port' => NULL, 'connectionString' => 'tls://:', ), 'processors' => array ( 0 => 'Monolog\\Processor\\PsrLogMessageProcessor', ), ), 'stderr' => array ( 'driver' => 'monolog', 'level' => 'debug', 'handler' => 'Monolog\\Handler\\StreamHandler', 'formatter' => NULL, 'with' => array ( 'stream' => 'php://stderr', ), 'processors' => array ( 0 => 'Monolog\\Processor\\PsrLogMessageProcessor', ), ), 'syslog' => array ( 'driver' => 'syslog', 'level' => 'debug', 'facility' => 8, 'replace_placeholders' => true, ), 'errorlog' => array ( 'driver' => 'errorlog', 'level' => 'debug', 'replace_placeholders' => true, ), 'null' => array ( 'driver' => 'monolog', 'handler' => 'Monolog\\Handler\\NullHandler', ), 'emergency' => array ( 'path' => '/home/borhangf/public_html/storage/logs/laravel.log', ), ), ), 'mail' => array ( 'default' => 'smtp', 'mailers' => array ( 'smtp' => array ( 'transport' => 'smtp', 'url' => NULL, 'host' => 'mailpit', 'port' => '1025', 'encryption' => NULL, 'username' => NULL, 'password' => NULL, 'timeout' => NULL, 'local_domain' => NULL, ), 'ses' => array ( 'transport' => 'ses', ), 'mailgun' => array ( 'transport' => 'mailgun', ), 'postmark' => array ( 'transport' => 'postmark', ), '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', ), ), ), 'from' => array ( 'address' => 'hello@example.com', 'name' => 'شرکت طراحی سایت و برنامه نویسی برهان', ), 'markdown' => array ( 'theme' => 'default', 'paths' => array ( 0 => '/home/borhangf/public_html/resources/views/vendor/mail', ), ), ), 'modules' => array ( 'namespace' => 'Modules', 'stubs' => array ( 'enabled' => false, 'path' => '/home/borhangf/public_html/vendor/nwidart/laravel-modules/src/Commands/stubs', 'files' => array ( 'routes/web' => 'routes/web.php', 'routes/api' => 'routes/api.php', 'views/index' => 'resources/views/index.blade.php', 'views/master' => 'resources/views/layouts/master.blade.php', 'scaffold/config' => 'config/config.php', 'composer' => 'composer.json', 'assets/js/app' => 'resources/assets/js/app.js', 'assets/sass/app' => 'resources/assets/sass/app.scss', 'vite' => 'vite.config.js', 'package' => 'package.json', ), 'replacements' => array ( 'routes/web' => array ( 0 => 'LOWER_NAME', 1 => 'STUDLY_NAME', 2 => 'MODULE_NAMESPACE', 3 => 'CONTROLLER_NAMESPACE', ), 'routes/api' => array ( 0 => 'LOWER_NAME', 1 => 'STUDLY_NAME', ), 'vite' => array ( 0 => 'LOWER_NAME', ), 'json' => array ( 0 => 'LOWER_NAME', 1 => 'STUDLY_NAME', 2 => 'MODULE_NAMESPACE', 3 => 'PROVIDER_NAMESPACE', ), 'views/index' => array ( 0 => 'LOWER_NAME', ), 'views/master' => array ( 0 => 'LOWER_NAME', 1 => 'STUDLY_NAME', ), 'scaffold/config' => array ( 0 => 'STUDLY_NAME', ), 'composer' => array ( 0 => 'LOWER_NAME', 1 => 'STUDLY_NAME', 2 => 'VENDOR', 3 => 'AUTHOR_NAME', 4 => 'AUTHOR_EMAIL', 5 => 'MODULE_NAMESPACE', 6 => 'PROVIDER_NAMESPACE', ), ), 'gitkeep' => true, ), 'paths' => array ( 'modules' => '/home/borhangf/public_html/Modules', 'assets' => '/home/borhangf/public_html/public/modules', 'migration' => '/home/borhangf/public_html/database/migrations', 'generator' => array ( 'config' => array ( 'path' => 'config', 'generate' => true, ), 'command' => array ( 'path' => 'app/Console', 'generate' => false, ), 'channels' => array ( 'path' => 'app/Broadcasting', 'generate' => false, ), 'migration' => array ( 'path' => 'database/migrations', 'generate' => true, ), 'seeder' => array ( 'path' => 'database/seeders', 'namespace' => 'database/seeders', 'generate' => true, ), 'factory' => array ( 'path' => 'database/factories', 'generate' => true, ), 'model' => array ( 'path' => 'app/Models', 'generate' => true, ), 'observer' => array ( 'path' => 'app/Observers', 'generate' => false, ), 'routes' => array ( 'path' => 'routes', 'generate' => true, ), 'controller' => array ( 'path' => 'app/Http/Controllers', 'generate' => true, ), 'filter' => array ( 'path' => 'app/Http/Middleware', 'generate' => true, ), 'request' => array ( 'path' => 'app/Http/Requests', 'generate' => true, ), 'provider' => array ( 'path' => 'app/Providers', 'generate' => true, ), 'assets' => array ( 'path' => 'resources/assets', 'generate' => true, ), 'lang' => array ( 'path' => 'lang', 'generate' => true, ), 'views' => array ( 'path' => 'resources/views', 'generate' => true, ), 'test' => array ( 'path' => 'tests/Unit', 'generate' => true, ), 'test-feature' => array ( 'path' => 'tests/Feature', 'generate' => true, ), 'repository' => array ( 'path' => 'app/Repositories', 'generate' => false, ), 'event' => array ( 'path' => 'app/Events', 'generate' => false, ), 'listener' => array ( 'path' => 'app/Listeners', 'generate' => false, ), 'policies' => array ( 'path' => 'app/Policies', 'generate' => false, ), 'rules' => array ( 'path' => 'app/Rules', 'generate' => false, ), 'jobs' => array ( 'path' => 'app/Jobs', 'generate' => false, ), 'emails' => array ( 'path' => 'app/Emails', 'generate' => false, ), 'notifications' => array ( 'path' => 'app/Notifications', 'generate' => false, ), 'resource' => array ( 'path' => 'app/Resources', 'generate' => false, ), 'component-view' => array ( 'path' => 'resources/views/components', 'generate' => false, ), 'component-class' => array ( 'path' => 'app/View/Components', 'generate' => false, ), ), ), 'commands' => array ( 0 => 'Nwidart\\Modules\\Commands\\CommandMakeCommand', 1 => 'Nwidart\\Modules\\Commands\\ComponentClassMakeCommand', 2 => 'Nwidart\\Modules\\Commands\\ComponentViewMakeCommand', 3 => 'Nwidart\\Modules\\Commands\\ControllerMakeCommand', 4 => 'Nwidart\\Modules\\Commands\\ChannelMakeCommand', 5 => 'Nwidart\\Modules\\Commands\\DisableCommand', 6 => 'Nwidart\\Modules\\Commands\\DumpCommand', 7 => 'Nwidart\\Modules\\Commands\\EnableCommand', 8 => 'Nwidart\\Modules\\Commands\\EventMakeCommand', 9 => 'Nwidart\\Modules\\Commands\\FactoryMakeCommand', 10 => 'Nwidart\\Modules\\Commands\\JobMakeCommand', 11 => 'Nwidart\\Modules\\Commands\\ListenerMakeCommand', 12 => 'Nwidart\\Modules\\Commands\\MailMakeCommand', 13 => 'Nwidart\\Modules\\Commands\\MiddlewareMakeCommand', 14 => 'Nwidart\\Modules\\Commands\\NotificationMakeCommand', 15 => 'Nwidart\\Modules\\Commands\\ObserverMakeCommand', 16 => 'Nwidart\\Modules\\Commands\\PolicyMakeCommand', 17 => 'Nwidart\\Modules\\Commands\\ProviderMakeCommand', 18 => 'Nwidart\\Modules\\Commands\\InstallCommand', 19 => 'Nwidart\\Modules\\Commands\\LaravelModulesV6Migrator', 20 => 'Nwidart\\Modules\\Commands\\ListCommand', 21 => 'Nwidart\\Modules\\Commands\\ModuleDeleteCommand', 22 => 'Nwidart\\Modules\\Commands\\ModuleMakeCommand', 23 => 'Nwidart\\Modules\\Commands\\MigrateCommand', 24 => 'Nwidart\\Modules\\Commands\\MigrateFreshCommand', 25 => 'Nwidart\\Modules\\Commands\\MigrateRefreshCommand', 26 => 'Nwidart\\Modules\\Commands\\MigrateResetCommand', 27 => 'Nwidart\\Modules\\Commands\\MigrateRollbackCommand', 28 => 'Nwidart\\Modules\\Commands\\MigrateStatusCommand', 29 => 'Nwidart\\Modules\\Commands\\MigrationMakeCommand', 30 => 'Nwidart\\Modules\\Commands\\ModelMakeCommand', 31 => 'Nwidart\\Modules\\Commands\\ResourceMakeCommand', 32 => 'Nwidart\\Modules\\Commands\\RequestMakeCommand', 33 => 'Nwidart\\Modules\\Commands\\RuleMakeCommand', 34 => 'Nwidart\\Modules\\Commands\\RouteProviderMakeCommand', 35 => 'Nwidart\\Modules\\Commands\\PublishCommand', 36 => 'Nwidart\\Modules\\Commands\\PublishConfigurationCommand', 37 => 'Nwidart\\Modules\\Commands\\PublishMigrationCommand', 38 => 'Nwidart\\Modules\\Commands\\PublishTranslationCommand', 39 => 'Nwidart\\Modules\\Commands\\SeedCommand', 40 => 'Nwidart\\Modules\\Commands\\SeedMakeCommand', 41 => 'Nwidart\\Modules\\Commands\\SetupCommand', 42 => 'Nwidart\\Modules\\Commands\\TestMakeCommand', 43 => 'Nwidart\\Modules\\Commands\\UnUseCommand', 44 => 'Nwidart\\Modules\\Commands\\UpdateCommand', 45 => 'Nwidart\\Modules\\Commands\\UseCommand', ), 'scan' => array ( 'enabled' => false, 'paths' => array ( 0 => '/home/borhangf/public_html/vendor/*/*', ), ), 'composer' => array ( 'vendor' => 'nwidart', 'author' => array ( 'name' => 'Nicolas Widart', 'email' => 'n.widart@gmail.com', ), 'composer-output' => false, ), 'cache' => array ( 'enabled' => false, 'driver' => 'file', 'key' => 'laravel-modules', 'lifetime' => 60, ), 'register' => array ( 'translations' => true, 'files' => 'register', ), 'activators' => array ( 'file' => array ( 'class' => 'Nwidart\\Modules\\Activators\\FileActivator', 'statuses-file' => '/home/borhangf/public_html/modules_statuses.json', 'cache-key' => 'activator.installed', 'cache-lifetime' => 604800, ), ), 'activator' => 'file', ), 'payment' => array ( 'default' => 'zarinpal', 'drivers' => array ( 'local' => array ( 'callbackUrl' => '/callback', 'title' => 'درگاه پرداخت تست', 'description' => 'این درگاه *صرفا* برای تست صحت روند پرداخت و لغو پرداخت میباشد', 'orderLabel' => 'شماره سفارش', 'amountLabel' => 'مبلغ قابل پرداخت', 'payButton' => 'پرداخت موفق', 'cancelButton' => 'پرداخت ناموفق', ), 'fanavacard' => array ( 'baseUri' => 'https://fcp.shaparak.ir', 'apiPaymentUrl' => '_ipgw_//payment/', 'apiPurchaseUrl' => 'ref-payment/RestServices/mts/generateTokenWithNoSign/', 'apiVerificationUrl' => 'ref-payment/RestServices/mts/verifyMerchantTrans/', 'apiReverseAmountUrl' => 'ref-payment/RestServices/mts/reverseMerchantTrans/', 'username' => 'xxxxxxx', 'password' => 'xxxxxxx', 'callbackUrl' => 'http://yoursite.com/path/to', 'currency' => 'T', ), 'atipay' => array ( 'atipayTokenUrl' => 'https://mipg.atipay.net/v1/get-token', 'atipayRedirectGatewayUrl' => 'https://mipg.atipay.net/v1/redirect-to-gateway', 'atipayVerifyUrl' => 'https://mipg.atipay.net/v1/verify-payment', 'apikey' => '', 'currency' => 'R', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using Atipay', ), 'asanpardakht' => array ( 'apiPaymentUrl' => 'https://asan.shaparak.ir', 'apiRestPaymentUrl' => 'https://ipgrest.asanpardakht.ir/v1/', 'username' => '', 'password' => '', 'merchantConfigID' => '', 'currency' => 'T', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using asanpardakht', ), 'behpardakht' => array ( 'apiPurchaseUrl' => 'https://bpm.shaparak.ir/pgwchannel/services/pgw?wsdl', 'apiPaymentUrl' => 'https://bpm.shaparak.ir/pgwchannel/startpay.mellat', 'apiVerificationUrl' => 'https://bpm.shaparak.ir/pgwchannel/services/pgw?wsdl', 'terminalId' => '', 'username' => '', 'password' => '', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using behpardakht', 'currency' => 'T', 'cumulativeDynamicPayStatus' => false, ), 'digipay' => array ( 'apiOauthUrl' => 'https://api.mydigipay.com/digipay/api/oauth/token', 'apiPurchaseUrl' => 'https://api.mydigipay.com/digipay/api/businesses/ticket?type=0', 'apiPaymentUrl' => 'https://api.mydigipay.com/digipay/api/purchases/ipg/pay/', 'apiVerificationUrl' => 'https://api.mydigipay.com/digipay/api/purchases/verify/', 'username' => 'username', 'password' => 'password', 'client_id' => '', 'client_secret' => '', 'callbackUrl' => 'http://yoursite.com/path/to', 'currency' => 'R', ), 'etebarino' => array ( 'apiPurchaseUrl' => 'https://api.etebarino.com/public/merchant/request-payment', 'apiPaymentUrl' => 'https://panel.etebarino.com/gateway/public/ipg', 'apiVerificationUrl' => 'https://api.etebarino.com/public/merchant/verify-payment', 'merchantId' => '', 'terminalId' => '', 'username' => '', 'password' => '', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using etebarino', ), 'idpay' => array ( 'apiPurchaseUrl' => 'https://api.idpay.ir/v1.1/payment', 'apiPaymentUrl' => 'https://idpay.ir/p/ws/', 'apiSandboxPaymentUrl' => 'https://idpay.ir/p/ws-sandbox/', 'apiVerificationUrl' => 'https://api.idpay.ir/v1.1/payment/verify', 'merchantId' => '', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using idpay', 'sandbox' => false, 'currency' => 'R', ), 'irankish' => array ( 'apiPurchaseUrl' => 'https://ikc.shaparak.ir/api/v3/tokenization/make', 'apiPaymentUrl' => 'https://ikc.shaparak.ir/iuiv3/IPG/Index/', 'apiVerificationUrl' => 'https://ikc.shaparak.ir/api/v3/confirmation/purchase', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using irankish', 'terminalId' => '', 'password' => '', 'acceptorId' => '', 'pubKey' => '', 'currency' => 'T', ), 'nextpay' => array ( 'apiPurchaseUrl' => 'https://nextpay.org/nx/gateway/token', 'apiPaymentUrl' => 'https://nextpay.org/nx/gateway/payment/', 'apiVerificationUrl' => 'https://nextpay.org/nx/gateway/verify', 'merchantId' => '', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using nextpay', 'currency' => 'T', ), 'omidpay' => array ( 'apiGenerateTokenUrl' => 'https://ref.sayancard.ir/ref-payment/RestServices/mts/generateTokenWithNoSign/', 'apiPaymentUrl' => 'https://say.shaparak.ir/_ipgw_/MainTemplate/payment/', 'apiVerificationUrl' => 'https://ref.sayancard.ir/ref-payment/RestServices/mts/verifyMerchantTrans/', 'username' => '', 'merchantId' => '', 'password' => '', 'callbackUrl' => '', 'description' => 'payment using omidpay', 'currency' => 'T', ), 'parsian' => array ( 'apiPurchaseUrl' => 'https://pec.shaparak.ir/NewIPGServices/Sale/SaleService.asmx?wsdl', 'apiPaymentUrl' => 'https://pec.shaparak.ir/NewIPG/', 'apiVerificationUrl' => 'https://pec.shaparak.ir/NewIPGServices/Confirm/ConfirmService.asmx?wsdl', 'merchantId' => '', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using parsian', 'currency' => 'T', ), 'pasargad' => array ( 'apiPaymentUrl' => 'https://pep.shaparak.ir/payment.aspx', 'apiGetToken' => 'https://pep.shaparak.ir/Api/v1/Payment/GetToken', 'apiCheckTransactionUrl' => 'https://pep.shaparak.ir/Api/v1/Payment/CheckTransactionResult', 'apiVerificationUrl' => 'https://pep.shaparak.ir/Api/v1/Payment/VerifyPayment', 'merchantId' => '', 'terminalCode' => '', 'certificate' => '', 'certificateType' => 'xml_file', 'callbackUrl' => 'http://yoursite.com/path/to', 'currency' => 'R', ), 'payir' => array ( 'apiPurchaseUrl' => 'https://pay.ir/pg/send', 'apiPaymentUrl' => 'https://pay.ir/pg/', 'apiVerificationUrl' => 'https://pay.ir/pg/verify', 'merchantId' => 'test', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using payir', 'currency' => 'T', ), 'paypal' => array ( 'apiPurchaseUrl' => 'https://www.paypal.com/cgi-bin/webscr', 'apiPaymentUrl' => 'https://www.zarinpal.com/pg/StartPay/', 'apiVerificationUrl' => 'https://ir.zarinpal.com/pg/services/WebGate/wsdl', 'sandboxApiPurchaseUrl' => 'https://www.sandbox.paypal.com/cgi-bin/webscr', 'sandboxApiPaymentUrl' => 'https://sandbox.zarinpal.com/pg/StartPay/', 'sandboxApiVerificationUrl' => 'https://sandbox.zarinpal.com/pg/services/WebGate/wsdl', 'mode' => 'normal', 'currency' => 'T', 'id' => '', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using paypal', ), 'payping' => array ( 'apiPurchaseUrl' => 'https://api.payping.ir/v2/pay/', 'apiPaymentUrl' => 'https://api.payping.ir/v2/pay/gotoipg/', 'apiVerificationUrl' => 'https://api.payping.ir/v2/pay/verify/', 'merchantId' => '', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using payping', 'currency' => 'T', ), 'paystar' => array ( 'apiPurchaseUrl' => 'https://core.paystar.ir/api/pardakht/create/', 'apiPaymentUrl' => 'https://core.paystar.ir/api/pardakht/payment/', 'apiVerificationUrl' => 'https://core.paystar.ir/api/pardakht/verify/', 'gatewayId' => '', 'signKey' => '', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using paystar', 'currency' => 'R', ), 'poolam' => array ( 'apiPurchaseUrl' => 'https://poolam.ir/invoice/request/', 'apiPaymentUrl' => 'https://poolam.ir/invoice/pay/', 'apiVerificationUrl' => 'https://poolam.ir/invoice/check/', 'merchantId' => '', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using poolam', 'currency' => 'T', ), 'sadad' => array ( 'apiPaymentByMultiIdentityUrl' => 'https://sadad.shaparak.ir/VPG/api/v0/PaymentByMultiIdentityRequest', 'apiPaymentByIdentityUrl' => 'https://sadad.shaparak.ir/api/v0/PaymentByIdentity/PaymentRequest', 'apiPaymentUrl' => 'https://sadad.shaparak.ir/api/v0/Request/PaymentRequest', 'apiPurchaseUrl' => 'https://sadad.shaparak.ir/Purchase', 'apiVerificationUrl' => 'https://sadad.shaparak.ir/VPG/api/v0/Advice/Verify', 'key' => '', 'merchantId' => '', 'terminalId' => '', 'callbackUrl' => '', 'currency' => 'T', 'mode' => 'normal', 'PaymentIdentity' => '', 'MultiIdentityRows' => array ( 0 => array ( 'IbanNumber' => '', 'Amount' => 0, 'PaymentIdentity' => '', ), ), 'description' => 'payment using sadad', ), 'saman' => array ( 'apiPurchaseUrl' => 'https://sep.shaparak.ir/Payments/InitPayment.asmx?WSDL', 'apiPaymentUrl' => 'https://sep.shaparak.ir/payment.aspx', 'apiVerificationUrl' => 'https://sep.shaparak.ir/payments/referencepayment.asmx?WSDL', 'merchantId' => '', 'callbackUrl' => '', 'description' => 'payment using saman', 'currency' => 'T', ), 'sep' => array ( 'apiGetToken' => 'https://sep.shaparak.ir/onlinepg/onlinepg', 'apiPaymentUrl' => 'https://sep.shaparak.ir/OnlinePG/OnlinePG', 'apiVerificationUrl' => 'https://sep.shaparak.ir/verifyTxnRandomSessionkey/ipg/VerifyTransaction', 'terminalId' => '', 'callbackUrl' => '', 'description' => 'Saman Electronic Payment for Saderat & Keshavarzi', 'currency' => 'T', ), 'sepehr' => array ( 'apiGetToken' => 'https://mabna.shaparak.ir:8081/V1/PeymentApi/GetToken', 'apiPaymentUrl' => 'https://mabna.shaparak.ir:8080/pay', 'apiVerificationUrl' => 'https://mabna.shaparak.ir:8081/V1/PeymentApi/Advice', 'terminalId' => '', 'callbackUrl' => '', 'description' => 'payment using sepehr(saderat)', 'currency' => 'T', ), 'walleta' => array ( 'apiPurchaseUrl' => 'https://cpg.walleta.ir/payment/request.json', 'apiPaymentUrl' => 'https://cpg.walleta.ir/ticket/', 'apiVerificationUrl' => 'https://cpg.walleta.ir/payment/verify.json', 'merchantId' => '', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using walleta', 'currency' => 'T', ), 'yekpay' => array ( 'apiPurchaseUrl' => 'https://gate.yekpay.com/api/payment/server?wsdl', 'apiPaymentUrl' => 'https://gate.yekpay.com/api/payment/start/', 'apiVerificationUrl' => 'https://gate.yekpay.com/api/payment/server?wsdl', 'fromCurrencyCode' => 978, 'toCurrencyCode' => 364, 'merchantId' => '', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using yekpay', ), 'zarinpal' => array ( 'apiPurchaseUrl' => 'https://api.zarinpal.com/pg/v4/payment/request.json', 'apiPaymentUrl' => 'https://www.zarinpal.com/pg/StartPay/', 'apiVerificationUrl' => 'https://api.zarinpal.com/pg/v4/payment/verify.json', 'sandboxApiPurchaseUrl' => 'https://sandbox.zarinpal.com/pg/services/WebGate/wsdl', 'sandboxApiPaymentUrl' => 'https://sandbox.zarinpal.com/pg/StartPay/', 'sandboxApiVerificationUrl' => 'https://sandbox.zarinpal.com/pg/services/WebGate/wsdl', 'zaringateApiPurchaseUrl' => 'https://ir.zarinpal.com/pg/services/WebGate/wsdl', 'zaringateApiPaymentUrl' => 'https://www.zarinpal.com/pg/StartPay/:authority/ZarinGate', 'zaringateApiVerificationUrl' => 'https://ir.zarinpal.com/pg/services/WebGate/wsdl', 'mode' => 'sandbox', 'merchantId' => 'wefwefwefwe', 'callbackUrl' => 'https://amincheraghifar.ir/en/verify/token', 'description' => 'payment using zarinpal', 'currency' => 'T', ), 'zibal' => array ( 'apiPurchaseUrl' => 'https://gateway.zibal.ir/v1/request', 'apiPaymentUrl' => 'https://gateway.zibal.ir/start/', 'apiVerificationUrl' => 'https://gateway.zibal.ir/v1/verify', 'mode' => 'normal', 'merchantId' => '', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using zibal', 'currency' => 'T', ), 'sepordeh' => array ( 'apiPurchaseUrl' => 'https://sepordeh.com/merchant/invoices/add', 'apiPaymentUrl' => 'https://sepordeh.com/merchant/invoices/pay/id:', 'apiDirectPaymentUrl' => 'https://sepordeh.com/merchant/invoices/pay/automatic:true/id:', 'apiVerificationUrl' => 'https://sepordeh.com/merchant/invoices/verify', 'mode' => 'normal', 'merchantId' => '', 'callbackUrl' => 'http://yoursite.com/path/to', 'description' => 'payment using sepordeh', 'currency' => 'T', ), 'rayanpay' => array ( 'apiPurchaseUrl' => 'https://bpm.shaparak.ir/pgwchannel/startpay.mellat', 'apiTokenUrl' => 'https://pms.rayanpay.com/api/v1/auth/token/generate', 'apiPayStart' => 'https://pms.rayanpay.com/api/v1/ipg/payment/start', 'apiPayVerify' => 'https://pms.rayanpay.com/api/v1/ipg/payment/response/parse', 'username' => '', 'client_id' => '', 'password' => '', 'callbackUrl' => '', 'currency' => 'R', ), 'sizpay' => array ( 'apiPurchaseUrl' => 'https://rt.sizpay.ir/KimiaIPGRouteService.asmx?WSDL', 'apiPaymentUrl' => 'https://rt.sizpay.ir/Route/Payment', 'apiVerificationUrl' => 'https://rt.sizpay.ir/KimiaIPGRouteService.asmx?WSDL', 'merchantId' => '', 'terminal' => '', 'username' => '', 'password' => '', 'SignData' => '', 'callbackUrl' => '', 'currency' => 'R', ), 'vandar' => array ( 'apiPurchaseUrl' => 'https://ipg.vandar.io/api/v3/send', 'apiPaymentUrl' => 'https://ipg.vandar.io/v3/', 'apiVerificationUrl' => 'https://ipg.vandar.io/api/v3/verify', 'callbackUrl' => '', 'merchantId' => '', 'description' => 'payment using Vandar', 'currency' => 'T', ), 'aqayepardakht' => array ( 'apiPurchaseUrl' => 'https://panel.aqayepardakht.ir/api/v2/create', 'apiPaymentUrl' => 'https://panel.aqayepardakht.ir/startpay/', 'apiPaymentUrlSandbox' => 'https://panel.aqayepardakht.ir/startpay/sandbox/', 'apiVerificationUrl' => 'https://panel.aqayepardakht.ir/api/v2/verify', 'mode' => 'normal', 'callbackUrl' => '', 'pin' => '', 'invoice_id' => '', 'mobile' => '', 'email' => '', 'description' => 'payment using Aqayepardakht', 'currency' => 'T', ), 'azki' => array ( 'apiPaymentUrl' => 'https://api.azkivam.com', 'callbackUrl' => 'http://yoursite.com/path/to', 'fallbackUrl' => 'http://yoursite.com/path/to', 'merchantId' => '', 'key' => '', 'currency' => 'T', 'description' => 'payment using azki', ), 'payfa' => array ( 'apiPurchaseUrl' => 'https://payment.payfa.com/v2/api/Transaction/Request', 'apiPaymentUrl' => 'https://payment.payfa.ir/v2/api/Transaction/Pay/', 'apiVerificationUrl' => 'https://payment.payfa.com/v2/api/Transaction/Verify/', 'callbackUrl' => '', 'apiKey' => '', 'currency' => 'T', ), 'toman' => array ( 'base_url' => 'https://escrow-api.toman.ir/api/v1', 'shop_slug' => '', 'auth_code' => '', 'data' => '', ), 'bitpay' => array ( 'apiPurchaseUrl' => 'https://bitpay.ir/payment/gateway-send', 'apiPaymentUrl' => 'https://bitpay.ir/payment/gateway-{id_get}-get', 'apiVerificationUrl' => 'https://bitpay.ir/payment/gateway-result-second', 'callbackUrl' => '', 'api_token' => '', 'description' => 'payment using Bitpay', 'currency' => 'R', ), ), 'map' => array ( 'local' => 'Shetabit\\Multipay\\Drivers\\Local\\Local', 'fanavacard' => 'Shetabit\\Multipay\\Drivers\\Fanavacard\\Fanavacard', 'asanpardakht' => 'Shetabit\\Multipay\\Drivers\\Asanpardakht\\Asanpardakht', 'atipay' => 'Shetabit\\Multipay\\Drivers\\Atipay\\Atipay', 'behpardakht' => 'Shetabit\\Multipay\\Drivers\\Behpardakht\\Behpardakht', 'digipay' => 'Shetabit\\Multipay\\Drivers\\Digipay\\Digipay', 'etebarino' => 'Shetabit\\Multipay\\Drivers\\Etebarino\\Etebarino', 'idpay' => 'Shetabit\\Multipay\\Drivers\\Idpay\\Idpay', 'irankish' => 'Shetabit\\Multipay\\Drivers\\Irankish\\Irankish', 'nextpay' => 'Shetabit\\Multipay\\Drivers\\Nextpay\\Nextpay', 'omidpay' => 'Shetabit\\Multipay\\Drivers\\Omidpay\\Omidpay', 'parsian' => 'Shetabit\\Multipay\\Drivers\\Parsian\\Parsian', 'pasargad' => 'Shetabit\\Multipay\\Drivers\\Pasargad\\Pasargad', 'payir' => 'Shetabit\\Multipay\\Drivers\\Payir\\Payir', 'paypal' => 'Shetabit\\Multipay\\Drivers\\Paypal\\Paypal', 'payping' => 'Shetabit\\Multipay\\Drivers\\Payping\\Payping', 'paystar' => 'Shetabit\\Multipay\\Drivers\\Paystar\\Paystar', 'poolam' => 'Shetabit\\Multipay\\Drivers\\Poolam\\Poolam', 'sadad' => 'Shetabit\\Multipay\\Drivers\\Sadad\\Sadad', 'saman' => 'Shetabit\\Multipay\\Drivers\\Saman\\Saman', 'sep' => 'Shetabit\\Multipay\\Drivers\\SEP\\SEP', 'sepehr' => 'Shetabit\\Multipay\\Drivers\\Sepehr\\Sepehr', 'walleta' => 'Shetabit\\Multipay\\Drivers\\Walleta\\Walleta', 'yekpay' => 'Shetabit\\Multipay\\Drivers\\Yekpay\\Yekpay', 'zarinpal' => 'Shetabit\\Multipay\\Drivers\\Zarinpal\\Zarinpal', 'zibal' => 'Shetabit\\Multipay\\Drivers\\Zibal\\Zibal', 'sepordeh' => 'Shetabit\\Multipay\\Drivers\\Sepordeh\\Sepordeh', 'rayanpay' => 'Shetabit\\Multipay\\Drivers\\Rayanpay\\Rayanpay', 'sizpay' => 'Shetabit\\Multipay\\Drivers\\Sizpay\\Sizpay', 'vandar' => 'Shetabit\\Multipay\\Drivers\\Vandar\\Vandar', 'aqayepardakht' => 'Shetabit\\Multipay\\Drivers\\Aqayepardakht\\Aqayepardakht', 'azki' => 'Shetabit\\Multipay\\Drivers\\Azki\\Azki', 'payfa' => 'Shetabit\\Multipay\\Drivers\\Payfa\\Payfa', 'toman' => 'Shetabit\\Multipay\\Drivers\\Toman\\Toman', 'bitpay' => 'Shetabit\\Multipay\\Drivers\\Bitpay\\Bitpay', ), ), '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' => '', 'secret' => '', '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, ), ), 'batching' => array ( 'database' => 'mysql', '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 => 'borhangfx.net', ), 'guard' => array ( 0 => 'web', ), 'expiration' => NULL, 'token_prefix' => '', 'middleware' => array ( 'authenticate_session' => 'Laravel\\Sanctum\\Http\\Middleware\\AuthenticateSession', 'encrypt_cookies' => 'App\\Http\\Middleware\\EncryptCookies', 'verify_csrf_token' => 'App\\Http\\Middleware\\VerifyCsrfToken', ), ), 'services' => array ( 'mailgun' => array ( 'domain' => NULL, 'secret' => NULL, 'endpoint' => 'api.mailgun.net', 'scheme' => 'https', ), 'postmark' => array ( 'token' => NULL, ), 'ses' => array ( 'key' => '', 'secret' => '', 'region' => 'us-east-1', ), ), 'session' => array ( 'driver' => 'file', 'lifetime' => '120', 'expire_on_close' => false, 'encrypt' => false, 'files' => '/home/borhangf/public_html/storage/framework/sessions', 'connection' => NULL, 'table' => 'sessions', 'store' => NULL, 'lottery' => array ( 0 => 2, 1 => 100, ), 'cookie' => 'shrkt_trahy_sayt_o_brnamh_noysy_brhan_session', 'path' => '/', 'domain' => NULL, 'secure' => NULL, 'http_only' => true, 'same_site' => 'lax', ), 'telescope' => array ( 'enabled' => true, 'domain' => NULL, 'path' => 'telescope', 'driver' => 'database', 'storage' => array ( 'database' => array ( 'connection' => 'mysql', 'chunk' => 1000, ), ), 'queue' => array ( 'connection' => NULL, 'queue' => NULL, ), 'middleware' => array ( 0 => 'web', ), 'only_paths' => array ( ), 'ignore_paths' => array ( 0 => 'livewire*', 1 => 'nova-api*', 2 => 'pulse*', ), 'ignore_commands' => array ( ), 'watchers' => array ( 'Laravel\\Telescope\\Watchers\\BatchWatcher' => true, 'Laravel\\Telescope\\Watchers\\CacheWatcher' => array ( 'enabled' => true, 'hidden' => array ( ), ), 'Laravel\\Telescope\\Watchers\\ClientRequestWatcher' => true, 'Laravel\\Telescope\\Watchers\\CommandWatcher' => array ( 'enabled' => true, 'ignore' => array ( ), ), 'Laravel\\Telescope\\Watchers\\DumpWatcher' => array ( 'enabled' => true, 'always' => false, ), 'Laravel\\Telescope\\Watchers\\EventWatcher' => array ( 'enabled' => true, 'ignore' => array ( ), ), 'Laravel\\Telescope\\Watchers\\ExceptionWatcher' => true, 'Laravel\\Telescope\\Watchers\\GateWatcher' => array ( 'enabled' => true, 'ignore_abilities' => array ( ), 'ignore_packages' => true, 'ignore_paths' => array ( ), ), 'Laravel\\Telescope\\Watchers\\JobWatcher' => true, 'Laravel\\Telescope\\Watchers\\LogWatcher' => array ( 'enabled' => true, 'level' => 'error', ), 'Laravel\\Telescope\\Watchers\\MailWatcher' => true, 'Laravel\\Telescope\\Watchers\\ModelWatcher' => array ( 'enabled' => true, 'events' => array ( 0 => 'eloquent.*', ), 'hydrations' => true, ), 'Laravel\\Telescope\\Watchers\\NotificationWatcher' => true, 'Laravel\\Telescope\\Watchers\\QueryWatcher' => array ( 'enabled' => true, 'ignore_packages' => true, 'ignore_paths' => array ( ), 'slow' => 100, ), 'Laravel\\Telescope\\Watchers\\RedisWatcher' => true, 'Laravel\\Telescope\\Watchers\\RequestWatcher' => array ( 'enabled' => true, 'size_limit' => 64, 'ignore_http_methods' => array ( ), 'ignore_status_codes' => array ( ), ), 'Laravel\\Telescope\\Watchers\\ScheduleWatcher' => true, 'Laravel\\Telescope\\Watchers\\ViewWatcher' => true, ), ), 'view' => array ( 'paths' => array ( 0 => '/home/borhangf/public_html/resources/views', ), 'compiled' => '/home/borhangf/public_html/storage/framework/views', ), 'image' => array ( 'driver' => 'gd', ), 'livewire' => array ( 'class_namespace' => 'App\\Livewire', 'view_path' => '/home/borhangf/public_html/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, 'pagination_theme' => 'tailwind', ), 'captcha' => array ( 'disable' => false, 'characters' => array ( 0 => '2', 1 => '3', 2 => '4', 3 => '6', 4 => '7', 5 => '8', 6 => '9', 7 => 'a', 8 => 'b', 9 => 'c', 10 => 'd', 11 => 'e', 12 => 'f', 13 => 'g', 14 => 'h', 15 => 'j', 16 => 'm', 17 => 'n', 18 => 'p', 19 => 'q', 20 => 'r', 21 => 't', 22 => 'u', 23 => 'x', 24 => 'y', 25 => 'z', 26 => 'A', 27 => 'B', 28 => 'C', 29 => 'D', 30 => 'E', 31 => 'F', 32 => 'G', 33 => 'H', 34 => 'J', 35 => 'M', 36 => 'N', 37 => 'P', 38 => 'Q', 39 => 'R', 40 => 'T', 41 => 'U', 42 => 'X', 43 => 'Y', 44 => 'Z', ), 'default' => array ( 'length' => 9, 'width' => 120, 'height' => 36, 'quality' => 90, 'math' => false, 'expire' => 60, 'encrypt' => false, ), 'math' => array ( 'length' => 9, 'width' => 120, 'height' => 36, 'quality' => 90, 'math' => true, ), 'flat' => array ( 'length' => 6, 'width' => 160, 'height' => 46, 'quality' => 90, 'lines' => 6, 'bgImage' => false, 'bgColor' => '#ecf2f4', 'fontColors' => array ( 0 => '#2c3e50', 1 => '#c0392b', 2 => '#16a085', 3 => '#c0392b', 4 => '#8e44ad', 5 => '#303f9f', 6 => '#f57c00', 7 => '#795548', ), 'contrast' => -5, ), 'mini' => array ( 'length' => 3, 'width' => 60, 'height' => 32, ), 'inverse' => array ( 'length' => 5, 'width' => 120, 'height' => 36, 'quality' => 90, 'sensitive' => true, 'angle' => 12, 'sharpen' => 10, 'blur' => 2, 'invert' => true, 'contrast' => -5, ), ), 'visitor' => array ( 'default' => 'jenssegers', 'except' => array ( 0 => 'login', 1 => 'register', ), 'table_name' => 'shetabit_visits', 'drivers' => array ( 'jenssegers' => 'Shetabit\\Visitor\\Drivers\\JenssegersAgent', 'UAParser' => 'Shetabit\\Visitor\\Drivers\\UAParser', ), ), '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' => '/home/borhangf/public_html', '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', ), ), 'sluggable' => array ( 'source' => NULL, 'maxLength' => NULL, 'maxLengthKeepWords' => true, 'method' => NULL, 'separator' => '-', 'unique' => true, 'uniqueSuffix' => NULL, 'firstUniqueSuffix' => 2, 'includeTrashed' => false, 'reserved' => NULL, 'onUpdate' => false, 'slugEngineOptions' => array ( ), ), 'imagecache' => array ( 'route' => NULL, 'paths' => array ( 0 => '/home/borhangf/public_html/public/upload', 1 => '/home/borhangf/public_html/public/images', ), 'templates' => array ( 'small' => 'Intervention\\Image\\Templates\\Small', 'medium' => 'Intervention\\Image\\Templates\\Medium', 'large' => 'Intervention\\Image\\Templates\\Large', ), 'lifetime' => 43200, ), 'admin' => array ( 'name' => 'Admin', ), 'ads' => array ( 'name' => 'Ads', ), 'album' => array ( 'name' => 'Album', ), 'area' => array ( 'name' => 'Area', ), 'borhan' => array ( 'name' => 'Borhan', ), 'category' => array ( 'name' => 'Category', ), 'comment' => array ( 'name' => 'Comment', ), 'competition' => array ( 'name' => 'Competition', ), 'contact' => array ( 'name' => 'Contact', ), 'core' => array ( 'name' => 'Core', ), 'counseling' => array ( 'name' => 'Counseling', ), 'customer' => array ( 'name' => 'Customer', ), 'dashboard' => array ( 'name' => 'Dashboard', ), 'faq' => array ( 'name' => 'Faq', ), 'field' => array ( 'name' => 'Field', ), 'file' => array ( 'name' => 'File', ), 'invoice' => array ( 'name' => 'Invoice', ), 'language' => array ( 'name' => 'Language', ), 'maf' => array ( 'name' => 'Maf', ), 'magazine' => array ( 'name' => 'Magazine', ), 'marketing' => array ( 'name' => 'Marketing', ), 'menu' => array ( 'name' => 'Menu', ), 'message' => array ( 'name' => 'Message', ), 'migration' => array ( 'name' => 'Migration', ), 'news' => array ( 'name' => 'News', ), 'note' => array ( 'name' => 'Note', ), 'novinhub' => array ( 'name' => 'NovinHub', ), 'otp' => array ( 'name' => 'Otp', ), 'page' => array ( 'name' => 'Page', ), 'poll' => array ( 'name' => 'Poll', ), 'portfolio' => array ( 'name' => 'Portfolio', ), 'product' => array ( 'name' => 'Product', ), 'role' => array ( 'name' => 'Role', ), 'service' => array ( 'name' => 'Service', ), 'site' => array ( 'name' => 'Site', ), 'tag' => array ( 'name' => 'Tag', ), 'template' => array ( 'name' => 'Template', ), 'user' => array ( 'name' => 'User', ), 'vehicle' => array ( 'name' => 'Vehicle', ), 'video' => array ( 'name' => 'Video', ), 'seotools' => array ( 'inertia' => false, 'meta' => array ( 'defaults' => array ( 'title' => 'It\'s Over 9000!', 'titleBefore' => false, 'description' => 'For those who helped create the Genki Dama', 'separator' => ' - ', 'keywords' => array ( ), 'canonical' => false, 'robots' => false, ), 'webmaster_tags' => array ( 'google' => NULL, 'bing' => NULL, 'alexa' => NULL, 'pinterest' => NULL, 'yandex' => NULL, 'norton' => NULL, ), 'add_notranslate_class' => false, ), 'opengraph' => array ( 'defaults' => array ( 'title' => 'Over 9000 Thousand!', 'description' => 'For those who helped create the Genki Dama', 'url' => false, 'type' => false, 'site_name' => false, 'images' => array ( ), ), ), 'twitter' => array ( 'defaults' => array ( ), ), 'json-ld' => array ( 'defaults' => array ( 'title' => 'Over 9000 Thousand!', 'description' => 'For those who helped create the Genki Dama', 'url' => false, 'type' => 'WebPage', 'images' => array ( ), ), ), ), 'tinker' => array ( 'commands' => array ( ), 'alias' => array ( ), 'dont_alias' => array ( 0 => 'App\\Nova', ), ), ); cache/contact_module.php000064400000000377151405220750011330 0ustar00 array ( 0 => 'Modules\\Contact\\app\\Providers\\ContactServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Contact\\app\\Providers\\ContactServiceProvider', ), 'deferred' => array ( ), );cache/core_module.php000064400000000363151405220750010620 0ustar00 array ( 0 => 'Modules\\Core\\app\\Providers\\CoreServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Core\\app\\Providers\\CoreServiceProvider', ), 'deferred' => array ( ), );cache/counseling_module.php000064400000000413151405220750012032 0ustar00 array ( 0 => 'Modules\\Counseling\\app\\Providers\\CounselingServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Counseling\\app\\Providers\\CounselingServiceProvider', ), 'deferred' => array ( ), );cache/customer_module.php000064400000000403151405220750011524 0ustar00 array ( 0 => 'Modules\\Customer\\app\\Providers\\CustomerServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Customer\\app\\Providers\\CustomerServiceProvider', ), 'deferred' => array ( ), );cache/dashboard_module.php000064400000000407151405220750011616 0ustar00 array ( 0 => 'Modules\\Dashboard\\app\\Providers\\DashboardServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Dashboard\\app\\Providers\\DashboardServiceProvider', ), 'deferred' => array ( ), );cache/faq_module.php000064400000000357151405220750010442 0ustar00 array ( 0 => 'Modules\\Faq\\app\\Providers\\FaqServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Faq\\app\\Providers\\FaqServiceProvider', ), 'deferred' => array ( ), );cache/field_module.php000064400000000367151405220750010757 0ustar00 array ( 0 => 'Modules\\Field\\app\\Providers\\FieldServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Field\\app\\Providers\\FieldServiceProvider', ), 'deferred' => array ( ), );cache/file_module.php000064400000000363151405220750010607 0ustar00 array ( 0 => 'Modules\\File\\app\\Providers\\FileServiceProvider', ), 'eager' => array ( 0 => 'Modules\\File\\app\\Providers\\FileServiceProvider', ), 'deferred' => array ( ), );cache/invoice_module.php000064400000000377151405220750011331 0ustar00 array ( 0 => 'Modules\\Invoice\\app\\Providers\\InvoiceServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Invoice\\app\\Providers\\InvoiceServiceProvider', ), 'deferred' => array ( ), );cache/language_module.php000064400000000403151405220750011446 0ustar00 array ( 0 => 'Modules\\Language\\app\\Providers\\LanguageServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Language\\app\\Providers\\LanguageServiceProvider', ), 'deferred' => array ( ), );cache/maf_module.php000064400000000357151405220750010436 0ustar00 array ( 0 => 'Modules\\Maf\\app\\Providers\\MafServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Maf\\app\\Providers\\MafServiceProvider', ), 'deferred' => array ( ), );cache/magazine_module.php000064400000000403151405220750011456 0ustar00 array ( 0 => 'Modules\\Magazine\\app\\Providers\\MagazineServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Magazine\\app\\Providers\\MagazineServiceProvider', ), 'deferred' => array ( ), );cache/marketing_module.php000064400000000407151405220750011650 0ustar00 array ( 0 => 'Modules\\Marketing\\app\\Providers\\MarketingServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Marketing\\app\\Providers\\MarketingServiceProvider', ), 'deferred' => array ( ), );cache/menu_module.php000064400000000363151405220750010634 0ustar00 array ( 0 => 'Modules\\Menu\\app\\Providers\\MenuServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Menu\\app\\Providers\\MenuServiceProvider', ), 'deferred' => array ( ), );cache/message_module.php000064400000000377151405220750011321 0ustar00 array ( 0 => 'Modules\\Message\\app\\Providers\\MessageServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Message\\app\\Providers\\MessageServiceProvider', ), 'deferred' => array ( ), );cache/migration_module.php000064400000000407151405220750011660 0ustar00 array ( 0 => 'Modules\\Migration\\app\\Providers\\MigrationServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Migration\\app\\Providers\\MigrationServiceProvider', ), 'deferred' => array ( ), );cache/news_module.php000064400000000363151405220750010644 0ustar00 array ( 0 => 'Modules\\News\\app\\Providers\\NewsServiceProvider', ), 'eager' => array ( 0 => 'Modules\\News\\app\\Providers\\NewsServiceProvider', ), 'deferred' => array ( ), );cache/note_module.php000064400000000363151405220750010635 0ustar00 array ( 0 => 'Modules\\Note\\app\\Providers\\NoteServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Note\\app\\Providers\\NoteServiceProvider', ), 'deferred' => array ( ), );cache/novin_hub_module.php000064400000000403151405220750011652 0ustar00 array ( 0 => 'Modules\\NovinHub\\app\\Providers\\NovinHubServiceProvider', ), 'eager' => array ( 0 => 'Modules\\NovinHub\\app\\Providers\\NovinHubServiceProvider', ), 'deferred' => array ( ), );cache/otp_module.php000064400000000357151405220750010475 0ustar00 array ( 0 => 'Modules\\Otp\\app\\Providers\\OtpServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Otp\\app\\Providers\\OtpServiceProvider', ), 'deferred' => array ( ), );cache/packages.php000064400000012157151405220750010105 0ustar00 array ( 'providers' => array ( 0 => 'Alexusmai\\LaravelFileManager\\FileManagerServiceProvider', ), ), 'anetwork/validation' => array ( 'providers' => array ( 0 => 'Anetwork\\Validation\\PersianValidationServiceProvider', ), ), 'artesaos/seotools' => array ( 'aliases' => array ( 'SEO' => 'Artesaos\\SEOTools\\Facades\\SEOTools', 'JsonLd' => 'Artesaos\\SEOTools\\Facades\\JsonLd', 'SEOMeta' => 'Artesaos\\SEOTools\\Facades\\SEOMeta', 'Twitter' => 'Artesaos\\SEOTools\\Facades\\TwitterCard', 'OpenGraph' => 'Artesaos\\SEOTools\\Facades\\OpenGraph', ), 'providers' => array ( 0 => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', ), ), 'barryvdh/laravel-debugbar' => array ( 'aliases' => array ( 'Debugbar' => 'Barryvdh\\Debugbar\\Facades\\Debugbar', ), 'providers' => array ( 0 => 'Barryvdh\\Debugbar\\ServiceProvider', ), ), 'barryvdh/laravel-dompdf' => array ( 'providers' => array ( 0 => 'Barryvdh\\DomPDF\\ServiceProvider', ), 'aliases' => array ( 'Pdf' => 'Barryvdh\\DomPDF\\Facade\\Pdf', 'PDF' => 'Barryvdh\\DomPDF\\Facade\\Pdf', ), ), 'cviebrock/eloquent-sluggable' => array ( 'providers' => array ( 0 => 'Cviebrock\\EloquentSluggable\\ServiceProvider', ), ), 'hekmatinasser/verta' => array ( 'aliases' => array ( 'Verta' => 'Hekmatinasser\\Verta\\Verta', ), 'providers' => array ( 0 => 'Hekmatinasser\\Verta\\Laravel\\VertaServiceProvider', ), ), 'intervention/image' => array ( 'providers' => array ( 0 => 'Intervention\\Image\\ImageServiceProvider', ), 'aliases' => array ( 'Image' => 'Intervention\\Image\\Facades\\Image', ), ), 'itsgoingd/clockwork' => array ( 'aliases' => array ( 'Clockwork' => 'Clockwork\\Support\\Laravel\\Facade', ), 'providers' => array ( 0 => 'Clockwork\\Support\\Laravel\\ClockworkServiceProvider', ), ), 'jorenvanhocht/laravel-share' => array ( 'providers' => array ( 0 => 'Jorenvh\\Share\\Providers\\ShareServiceProvider', ), 'aliases' => array ( 'Share' => 'Jorenvh\\Share\\ShareFacade', ), ), 'kavenegar/laravel' => array ( 'providers' => array ( 0 => 'Kavenegar\\Laravel\\ServiceProvider', ), 'aliases' => array ( 'Kavenegar' => 'Kavenegar\\Laravel\\Facade', ), ), 'laravel/breeze' => array ( 'providers' => array ( 0 => 'Laravel\\Breeze\\BreezeServiceProvider', ), ), 'laravel/sail' => array ( 'providers' => array ( 0 => 'Laravel\\Sail\\SailServiceProvider', ), ), 'laravel/sanctum' => array ( 'providers' => array ( 0 => 'Laravel\\Sanctum\\SanctumServiceProvider', ), ), 'laravel/telescope' => array ( 'providers' => array ( 0 => 'Laravel\\Telescope\\TelescopeServiceProvider', ), ), 'laravel/tinker' => array ( 'providers' => array ( 0 => 'Laravel\\Tinker\\TinkerServiceProvider', ), ), 'laravel/ui' => array ( 'providers' => array ( 0 => 'Laravel\\Ui\\UiServiceProvider', ), ), 'livewire/livewire' => array ( 'aliases' => array ( 'Livewire' => 'Livewire\\Livewire', ), 'providers' => array ( 0 => 'Livewire\\LivewireServiceProvider', ), ), 'mews/captcha' => array ( 'providers' => array ( 0 => 'Mews\\Captcha\\CaptchaServiceProvider', ), 'aliases' => array ( 'Captcha' => 'Mews\\Captcha\\Facades\\Captcha', ), ), 'nesbot/carbon' => array ( 'providers' => array ( 0 => 'Carbon\\Laravel\\ServiceProvider', ), ), 'nunomaduro/collision' => array ( 'providers' => array ( 0 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider', ), ), 'nunomaduro/termwind' => array ( 'providers' => array ( 0 => 'Termwind\\Laravel\\TermwindServiceProvider', ), ), 'nwidart/laravel-modules' => array ( 'providers' => array ( 0 => 'Nwidart\\Modules\\LaravelModulesServiceProvider', ), 'aliases' => array ( 'Module' => 'Nwidart\\Modules\\Facades\\Module', ), ), 'shetabit/payment' => array ( 'providers' => array ( 0 => 'Shetabit\\Payment\\Provider\\PaymentServiceProvider', ), 'aliases' => array ( 'Payment' => 'Shetabit\\Payment\\Facade\\Payment', ), ), 'shetabit/visitor' => array ( 'aliases' => array ( 'Visitor' => 'Shetabit\\Visitor\\Facade\\Visitor', ), 'providers' => array ( 0 => 'Shetabit\\Visitor\\Provider\\VisitorServiceProvider', ), ), 'spatie/laravel-ignition' => array ( 'aliases' => array ( 'Flare' => 'Spatie\\LaravelIgnition\\Facades\\Flare', ), 'providers' => array ( 0 => 'Spatie\\LaravelIgnition\\IgnitionServiceProvider', ), ), );cache/page_module.php000064400000000363151405220750010604 0ustar00 array ( 0 => 'Modules\\Page\\app\\Providers\\PageServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Page\\app\\Providers\\PageServiceProvider', ), 'deferred' => array ( ), );cache/poll_module.php000064400000000363151405220750010636 0ustar00 array ( 0 => 'Modules\\Poll\\app\\Providers\\PollServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Poll\\app\\Providers\\PollServiceProvider', ), 'deferred' => array ( ), );cache/portfolio_module.php000064400000000407151405220750011704 0ustar00 array ( 0 => 'Modules\\Portfolio\\app\\Providers\\PortfolioServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Portfolio\\app\\Providers\\PortfolioServiceProvider', ), 'deferred' => array ( ), );cache/product_module.php000064400000000377151405220750011355 0ustar00 array ( 0 => 'Modules\\Product\\app\\Providers\\ProductServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Product\\app\\Providers\\ProductServiceProvider', ), 'deferred' => array ( ), );cache/role_module.php000064400000000363151405220750010631 0ustar00 array ( 0 => 'Modules\\Role\\app\\Providers\\RoleServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Role\\app\\Providers\\RoleServiceProvider', ), 'deferred' => array ( ), );cache/routes-v7.php000064400003613722151405220750010212 0ustar00setCompiledRoutes( array ( 'compiled' => array ( 0 => false, 1 => array ( '/file-manager/initialize' => array ( 0 => array ( 0 => array ( '_route' => 'fm.initialize', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/content' => array ( 0 => array ( 0 => array ( '_route' => 'fm.content', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/tree' => array ( 0 => array ( 0 => array ( '_route' => 'fm.tree', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/select-disk' => array ( 0 => array ( 0 => array ( '_route' => 'fm.select-disk', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/upload' => array ( 0 => array ( 0 => array ( '_route' => 'fm.upload', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/delete' => array ( 0 => array ( 0 => array ( '_route' => 'fm.delete', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/paste' => array ( 0 => array ( 0 => array ( '_route' => 'fm.paste', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/rename' => array ( 0 => array ( 0 => array ( '_route' => 'fm.rename', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/download' => array ( 0 => array ( 0 => array ( '_route' => 'fm.download', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/thumbnails' => array ( 0 => array ( 0 => array ( '_route' => 'fm.thumbnails', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/preview' => array ( 0 => array ( 0 => array ( '_route' => 'fm.preview', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/url' => array ( 0 => array ( 0 => array ( '_route' => 'fm.url', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/create-directory' => array ( 0 => array ( 0 => array ( '_route' => 'fm.create-directory', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/create-file' => array ( 0 => array ( 0 => array ( '_route' => 'fm.create-file', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/update-file' => array ( 0 => array ( 0 => array ( '_route' => 'fm.update-file', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/stream-file' => array ( 0 => array ( 0 => array ( '_route' => 'fm.stream-file', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/zip' => array ( 0 => array ( 0 => array ( '_route' => 'fm.zip', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/unzip' => array ( 0 => array ( 0 => array ( '_route' => 'fm.unzip', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/ckeditor' => array ( 0 => array ( 0 => array ( '_route' => 'fm.ckeditor', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/tinymce' => array ( 0 => array ( 0 => array ( '_route' => 'fm.tinymce', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/tinymce5' => array ( 0 => array ( 0 => array ( '_route' => 'fm.tinymce5', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/summernote' => array ( 0 => array ( 0 => array ( '_route' => 'fm.summernote', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/file-manager/fm-button' => array ( 0 => array ( 0 => array ( '_route' => 'fm.fm-button', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/_debugbar/open' => array ( 0 => array ( 0 => array ( '_route' => 'debugbar.openhandler', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/_debugbar/assets/stylesheets' => array ( 0 => array ( 0 => array ( '_route' => 'debugbar.assets.css', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/_debugbar/assets/javascript' => array ( 0 => array ( 0 => array ( '_route' => 'debugbar.assets.js', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/_debugbar/queries/explain' => array ( 0 => array ( 0 => array ( '_route' => 'debugbar.queries.explain', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/clockwork' => array ( 0 => array ( 0 => array ( '_route' => 'generated::bYQNanOxGPwMQcon', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/clockwork/app' => array ( 0 => array ( 0 => array ( '_route' => 'generated::w91hWIoYWb957OME', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/__clockwork' => array ( 0 => array ( 0 => array ( '_route' => 'generated::u4n7HHRqnUuJbYN4', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 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, ), ), '/telescope/telescope-api/mail' => array ( 0 => array ( 0 => array ( '_route' => 'generated::yppkHKdNHRkfvDjN', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/exceptions' => array ( 0 => array ( 0 => array ( '_route' => 'generated::oCZGoVvHFZgD9Fk2', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/dumps' => array ( 0 => array ( 0 => array ( '_route' => 'generated::9YnzHdCHUZp5K53s', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/logs' => array ( 0 => array ( 0 => array ( '_route' => 'generated::HvXok7jPK0WcFwhe', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/notifications' => array ( 0 => array ( 0 => array ( '_route' => 'generated::XFfaHkfjWzBeySkN', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/jobs' => array ( 0 => array ( 0 => array ( '_route' => 'generated::Aoa1cWaombINKSk4', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/batches' => array ( 0 => array ( 0 => array ( '_route' => 'generated::WuMIvmDAsTw0xUmM', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/events' => array ( 0 => array ( 0 => array ( '_route' => 'generated::4ItFKSGvocKDnwiE', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/gates' => array ( 0 => array ( 0 => array ( '_route' => 'generated::4aPvb8l0DC2r2MRM', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/cache' => array ( 0 => array ( 0 => array ( '_route' => 'generated::iiNx4vUp04IXMpmz', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/queries' => array ( 0 => array ( 0 => array ( '_route' => 'generated::Lkfz5vOMcTg5W7Mp', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/models' => array ( 0 => array ( 0 => array ( '_route' => 'generated::mCsz24iLPEnrCaPh', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/requests' => array ( 0 => array ( 0 => array ( '_route' => 'generated::TUno3fUXn7TRiIaJ', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/views' => array ( 0 => array ( 0 => array ( '_route' => 'generated::ie4qJEPTyuoID28g', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/commands' => array ( 0 => array ( 0 => array ( '_route' => 'generated::sBKX94ElvSGGbymT', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/schedule' => array ( 0 => array ( 0 => array ( '_route' => 'generated::ukIeu5SRrvR6HnGL', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/redis' => array ( 0 => array ( 0 => array ( '_route' => 'generated::Kr0GRRNyz76Encef', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/client-requests' => array ( 0 => array ( 0 => array ( '_route' => 'generated::li39sgBawwzI5aVE', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/monitored-tags' => array ( 0 => array ( 0 => array ( '_route' => 'generated::QOlG8LkGQkJp4w5X', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'generated::89zlFGtp4gis2Voy', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/monitored-tags/delete' => array ( 0 => array ( 0 => array ( '_route' => 'generated::00705vp6DMQDhfgB', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/toggle-recording' => array ( 0 => array ( 0 => array ( '_route' => 'generated::LZiiSd9Tzdz3ijwG', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/telescope/telescope-api/entries' => array ( 0 => array ( 0 => array ( '_route' => 'generated::2ciU4xNnw2u1hRF1', ), 1 => NULL, 2 => array ( 'DELETE' => 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, ), ), '/livewire/livewire.js' => array ( 0 => array ( 0 => array ( '_route' => 'generated::DDVRwjQZgCI4JuHj', ), 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::fzimi6DPJaejF3ZL', ), 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, ), ), '/_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/user' => array ( 0 => array ( 0 => array ( '_route' => 'generated::xbZMQ3HDhVeFV98f', ), 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' => 'generated::6SvwVnERnUgWNvlt', ), 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' => 'register', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'generated::Y1KnpQPE3j6uSWRA', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/password/reset' => array ( 0 => array ( 0 => array ( '_route' => 'password.request', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'password.update', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/password/email' => array ( 0 => array ( 0 => array ( '_route' => 'password.email', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/admin' => array ( 0 => array ( 0 => array ( '_route' => 'api.admin', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/admin' => array ( 0 => array ( 0 => array ( '_route' => 'admin.admin.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.admin.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/admin/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.admin.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/admins' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.admins', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/forgot-password' => array ( 0 => array ( 0 => array ( '_route' => 'admin.', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.forgotPassword', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/reset-password' => array ( 0 => array ( 0 => array ( '_route' => 'admin.resetPassword', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/logout' => array ( 0 => array ( 0 => array ( '_route' => 'admin.logout', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/login' => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::kdsWaNLbKqHSIHhy', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/ads' => array ( 0 => array ( 0 => array ( '_route' => 'api.ads', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/ads' => array ( 0 => array ( 0 => array ( '_route' => 'admin.ads.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.ads.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/ads/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.ads.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/ads' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.ads', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/album' => array ( 0 => array ( 0 => array ( '_route' => 'api.album', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/album' => array ( 0 => array ( 0 => array ( '_route' => 'admin.album.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.album.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/album/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.album.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/albums' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.albums', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/area' => array ( 0 => array ( 0 => array ( '_route' => 'api.area', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/area' => array ( 0 => array ( 0 => array ( '_route' => 'area.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'area.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/area/create' => array ( 0 => array ( 0 => array ( '_route' => 'area.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/borhan' => array ( 0 => array ( 0 => array ( '_route' => 'api.borhan', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/' => array ( 0 => array ( 0 => array ( '_route' => 'borhan.home', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/contact' => array ( 0 => array ( 0 => array ( '_route' => 'borhan.contact', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/add-collaboration' => array ( 0 => array ( 0 => array ( '_route' => 'borhan.add-collaboration', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/category' => array ( 0 => array ( 0 => array ( '_route' => 'api.category', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/category' => array ( 0 => array ( 0 => array ( '_route' => 'admin.category.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.category.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/category/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.category.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/categories' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.categories', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/comment' => array ( 0 => array ( 0 => array ( '_route' => 'api.comment', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/comment' => array ( 0 => array ( 0 => array ( '_route' => 'admin.comment.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.comment.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/comment/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.comment.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/comments' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.comments', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/competition' => array ( 0 => array ( 0 => array ( '_route' => 'api.competition', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/competition' => array ( 0 => array ( 0 => array ( '_route' => 'competition.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'competition.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/competition/create' => array ( 0 => array ( 0 => array ( '_route' => 'competition.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/competitionCategory' => array ( 0 => array ( 0 => array ( '_route' => 'admin.competitionCategory.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.competitionCategory.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/competitionCategory/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.competitionCategory.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/competitionCategory' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.competitionCategories', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/competition' => array ( 0 => array ( 0 => array ( '_route' => 'admin.competition.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.competition.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/competition/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.competition.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/competition' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.competition', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/contact' => array ( 0 => array ( 0 => array ( '_route' => 'api.contact', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/contact' => array ( 0 => array ( 0 => array ( '_route' => 'admin.contact.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.contact.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/contact/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.contact.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/order' => array ( 0 => array ( 0 => array ( '_route' => 'admin.order.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.order.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/order/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.order.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/cooperation' => array ( 0 => array ( 0 => array ( '_route' => 'admin.cooperation.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.cooperation.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/cooperation/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.cooperation.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/contacts' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.contacts', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/core' => array ( 0 => array ( 0 => array ( '_route' => 'api.core', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/nodad/updates' => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::GU73TY6zapqdNMpQ', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/nodad/updates/install' => array ( 0 => array ( 0 => array ( '_route' => 'admin.admin.install.update', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/counseling' => array ( 0 => array ( 0 => array ( '_route' => 'api.counseling', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/Admin/counselings-years' => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-years.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.counselings-years.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/Admin/counselings-years/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-years.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/Admin/consultants' => array ( 0 => array ( 0 => array ( '_route' => 'admin.consultants.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.consultants.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/Admin/consultants/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.consultants.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/Admin/counselings-types' => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-types.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.counselings-types.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/Admin/counselings-types/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-types.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/customer' => array ( 0 => array ( 0 => array ( '_route' => 'api.customer', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/customer' => array ( 0 => array ( 0 => array ( '_route' => 'customer.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'customer.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/customer/create' => array ( 0 => array ( 0 => array ( '_route' => 'customer.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/dashboard' => array ( 0 => array ( 0 => array ( '_route' => 'api.dashboard', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/panel' => array ( 0 => array ( 0 => array ( '_route' => 'admin.admin.panel', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/faq' => array ( 0 => array ( 0 => array ( '_route' => 'api.faq', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/faq' => array ( 0 => array ( 0 => array ( '_route' => 'admin.faq.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.faq.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/faq/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.faq.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/faqs' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.faqs', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/field' => array ( 0 => array ( 0 => array ( '_route' => 'api.field', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/field-group' => array ( 0 => array ( 0 => array ( '_route' => 'admin.field-group.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.field-group.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/field-group/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.field-group.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/field' => array ( 0 => array ( 0 => array ( '_route' => 'admin.field.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.field.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/field/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.field.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/field-group' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.field-group', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/field' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.field', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/file' => array ( 0 => array ( 0 => array ( '_route' => 'api.file', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/file' => array ( 0 => array ( 0 => array ( '_route' => 'admin.file.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.file.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/file/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.file.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/files' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.files', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/page' => array ( 0 => array ( 0 => array ( '_route' => 'api.page', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/invoice' => array ( 0 => array ( 0 => array ( '_route' => 'admin.invoice.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.invoice.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/invoice/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.invoice.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/invoices' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.invoices', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/language' => array ( 0 => array ( 0 => array ( '_route' => 'api.language', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/language' => array ( 0 => array ( 0 => array ( '_route' => 'language.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'language.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/language/create' => array ( 0 => array ( 0 => array ( '_route' => 'language.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/maf' => array ( 0 => array ( 0 => array ( '_route' => 'api.maf', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/index' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/competitions' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::su1ZIi3dEzBLN8zD', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/login' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::GYRWOIECewBi74sU', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/verify-code' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::OAVL2Pnk9HAYhhUL', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/set-password' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::Z9B3YJwIkjrFkbHX', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/login-by-password' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::4WHRmtavzejbIAlz', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/check-user' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::otlwlYpAEneHaPNP', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/logout' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::3x4aXBIj9CyPi10F', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/invalid-token' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.login', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/forgot_password' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::t9pMOdGqL67mrWvb', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/verify_reset_code' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::FOvit17tlefPvp8o', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/reset_password' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::9nUUGYzfSz1EdSCk', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/profile-detail' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::MvvHrerdAPEbUfLj', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/profile' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::4pYHx3AxfW6lQzvx', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/vehicles' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::NKOAnTGBNFoOVg1x', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/vehicles-info' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::lddvj8uv5OaJdnQd', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/add-vehicle' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::AG9ZWqENK1NG6obn', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/update-vehicle' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::BnuQ1vpJ0lJQAJZX', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/add-comment' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::wldH5jePTonyMHOG', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/messages' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::D9ZjP2qOuOBm6Oee', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/read-message' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::4YwKIv25RTlkZqip', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/competition-categories' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::xgoYMO8oah4DdfAr', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/competition-prices' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::SPfQEwfCwg892nCO', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/site-setting' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::kjfidcuDuDxH68IK', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/cities' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::c5NLoFvhMwo3vmIn', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/provinces' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::VLdTd1eNPtaGdSMh', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/majors' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::23Od2DGPl4xwfDxV', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/positions' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::xP0XzLyAZP9c8Vx3', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/educations' => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::KpKD0lLIS3sx4Pym', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/app/v1/login' => array ( 0 => array ( 0 => array ( '_route' => 'api.app.v1.', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/app/v1/logout' => array ( 0 => array ( 0 => array ( '_route' => 'api.app.v1.generated::56ZsjxTKD3kbogwO', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/app/v1/check-user' => array ( 0 => array ( 0 => array ( '_route' => 'api.app.v1.generated::q7uOOoUUymzDpQfz', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/app/v1/competitions' => array ( 0 => array ( 0 => array ( '_route' => 'api.app.v1.generated::WRQESBFL8pGTDCa9', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/app/v1/register/competition' => array ( 0 => array ( 0 => array ( '_route' => 'api.app.v1.generated::VuMCVfOW9C8Gxa44', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/maf' => array ( 0 => array ( 0 => array ( '_route' => 'maf.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'maf.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/maf/create' => array ( 0 => array ( 0 => array ( '_route' => 'maf.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/menu' => array ( 0 => array ( 0 => array ( '_route' => 'api.menu', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/magazine' => array ( 0 => array ( 0 => array ( '_route' => 'admin.magazine.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.magazine.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/magazine/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.magazine.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/magazine-item' => array ( 0 => array ( 0 => array ( '_route' => 'admin.magazine-item.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.magazine-item.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/magazine-item/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.magazine-item.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/magazine-item.modify' => array ( 0 => array ( 0 => array ( '_route' => 'admin.magazine-item.modify', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/magazine-item.color.body' => array ( 0 => array ( 0 => array ( '_route' => 'admin.get-color-body', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/magazine-item.color.fabric' => array ( 0 => array ( 0 => array ( '_route' => 'admin.get-color-fabric', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/magazine-item.material.body' => array ( 0 => array ( 0 => array ( '_route' => 'admin.get-material-body', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/magazine-item.material.fabric' => array ( 0 => array ( 0 => array ( '_route' => 'admin.get-material-fabric', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/magazine' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.magazine', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/magazineitems' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.magazineItems', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/marketing' => array ( 0 => array ( 0 => array ( '_route' => 'api.marketing', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/marketing' => array ( 0 => array ( 0 => array ( '_route' => 'marketing.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'marketing.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/marketing/create' => array ( 0 => array ( 0 => array ( '_route' => 'marketing.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/menu' => array ( 0 => array ( 0 => array ( '_route' => 'admin.menu.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.menu.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/menu/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.menu.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/menuitem' => array ( 0 => array ( 0 => array ( '_route' => 'admin.menuitem.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.menuitem.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/menuitem/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.menuitem.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/menuitem.modify' => array ( 0 => array ( 0 => array ( '_route' => 'admin.menuitem.modify', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/menu_item.links' => array ( 0 => array ( 0 => array ( '_route' => 'admin.get-menu', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/menus' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.menus', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/menuitems' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.menuitems', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/message' => array ( 0 => array ( 0 => array ( '_route' => 'api.message', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/message' => array ( 0 => array ( 0 => array ( '_route' => 'message.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'message.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/message/create' => array ( 0 => array ( 0 => array ( '_route' => 'message.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/migration' => array ( 0 => array ( 0 => array ( '_route' => 'api.migration', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/getAdmin' => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::Eu6jdQ35oNov7YL2', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/getCategory' => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::rECkY6Kzg1JkPPTV', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/syncCategory' => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::qKLvHGx7WDL2SD7S', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/getPosts' => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::f7tLIoF65MP4IVQj', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/syncNews' => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::S5ipLCxYcm8ykQko', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/syncImagesBody' => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::rMudd4tuFa5VCjE3', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/syncSlugPost' => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::vCgwLultIAFELYG4', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/getTags' => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::KURQxIwbFOieTli5', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/getComments' => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::Cu67axaJ3y1KOikF', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/syncComments' => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::pONpD3yU3j5slo4B', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/syncSlugs' => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::WJz39dqaoMkUeO4R', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/news' => array ( 0 => array ( 0 => array ( '_route' => 'admin.news.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.news.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/news/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.news.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/type' => array ( 0 => array ( 0 => array ( '_route' => 'admin.type.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.type.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/type/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.type.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/source' => array ( 0 => array ( 0 => array ( '_route' => 'admin.source.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.source.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/source/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.source.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/news' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.news', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/types' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.types', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/sources' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.sources', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/note' => array ( 0 => array ( 0 => array ( '_route' => 'api.note', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/note' => array ( 0 => array ( 0 => array ( '_route' => 'note.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'note.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/note/create' => array ( 0 => array ( 0 => array ( '_route' => 'note.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/novinhub' => array ( 0 => array ( 0 => array ( '_route' => 'api.novinhub', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/novinhub' => array ( 0 => array ( 0 => array ( '_route' => 'novinhub.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'novinhub.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/novinhub/create' => array ( 0 => array ( 0 => array ( '_route' => 'novinhub.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/otp' => array ( 0 => array ( 0 => array ( '_route' => 'api.otp', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/otp' => array ( 0 => array ( 0 => array ( '_route' => 'otp.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'otp.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/otp/create' => array ( 0 => array ( 0 => array ( '_route' => 'otp.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/page' => array ( 0 => array ( 0 => array ( '_route' => 'admin.page.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.page.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/page/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.page.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/pages' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.pages', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/poll' => array ( 0 => array ( 0 => array ( '_route' => 'api.poll', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/poll' => array ( 0 => array ( 0 => array ( '_route' => 'admin.poll.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.poll.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/poll/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.poll.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/polls' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.polls', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/portfolio' => array ( 0 => array ( 0 => array ( '_route' => 'api.portfolio', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/portfolio' => array ( 0 => array ( 0 => array ( '_route' => 'portfolio.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'portfolio.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/portfolio_category' => array ( 0 => array ( 0 => array ( '_route' => 'admin.portfolio_category.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.portfolio_category.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/portfolio_category/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.portfolio_category.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/portfolio_categories' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.portfolio_categories', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/portfolio' => array ( 0 => array ( 0 => array ( '_route' => 'admin.portfolio.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.portfolio.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/portfolio/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.portfolio.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/portfolio' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.portfolio', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/product' => array ( 0 => array ( 0 => array ( '_route' => 'api.product', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/product' => array ( 0 => array ( 0 => array ( '_route' => 'admin.product.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.product.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/product/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.product.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/products' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.products', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/role' => array ( 0 => array ( 0 => array ( '_route' => 'api.role', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/role' => array ( 0 => array ( 0 => array ( '_route' => 'admin.role.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.role.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/role/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.role.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/service' => array ( 0 => array ( 0 => array ( '_route' => 'api.service', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/service/sortable' => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::7I99dQMKGH5SoAYi', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/service' => array ( 0 => array ( 0 => array ( '_route' => 'admin.service.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.service.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/service/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.service.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/services' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.services', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/site' => array ( 0 => array ( 0 => array ( '_route' => 'api.site', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/site' => array ( 0 => array ( 0 => array ( '_route' => 'admin.site.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.site.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/site/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.site.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/setting' => array ( 0 => array ( 0 => array ( '_route' => 'admin.setting.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.setting.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/setting/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.setting.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/sites' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.sites', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/settings' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.settings', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/tag' => array ( 0 => array ( 0 => array ( '_route' => 'api.tag', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/tag' => array ( 0 => array ( 0 => array ( '_route' => 'tag.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'tag.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/tag/create' => array ( 0 => array ( 0 => array ( '_route' => 'tag.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/template' => array ( 0 => array ( 0 => array ( '_route' => 'api.template', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/template' => array ( 0 => array ( 0 => array ( '_route' => 'admin.template.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.template.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/template/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.template.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/templates' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.templates', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/user' => array ( 0 => array ( 0 => array ( '_route' => 'api.user', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/user' => array ( 0 => array ( 0 => array ( '_route' => 'user.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'user.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/user/create' => array ( 0 => array ( 0 => array ( '_route' => 'user.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/education' => array ( 0 => array ( 0 => array ( '_route' => 'admin.education.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.education.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/education/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.education.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/educations' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.educations', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/major' => array ( 0 => array ( 0 => array ( '_route' => 'admin.major.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.major.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/major/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.major.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/majors' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.majors', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/user' => array ( 0 => array ( 0 => array ( '_route' => 'admin.user.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.user.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/user/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.user.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/users' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.users', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/vehicle' => array ( 0 => array ( 0 => array ( '_route' => 'api.vehicle', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/vehicle' => array ( 0 => array ( 0 => array ( '_route' => 'vehicle.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'vehicle.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/vehicle/create' => array ( 0 => array ( 0 => array ( '_route' => 'vehicle.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/VehicleCategory' => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleCategory.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.VehicleCategory.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/VehicleCategory/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleCategory.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/VehicleCategory' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.VehicleCategories', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/VehicleBrand' => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleBrand.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.VehicleBrand.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/VehicleBrand/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleBrand.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/VehicleBrand' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.VehicleBrands', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/VehicleType' => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleType.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.VehicleType.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/VehicleType/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleType.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/VehicleType' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.VehicleTypes', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/Vehicle' => array ( 0 => array ( 0 => array ( '_route' => 'admin.Vehicle.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.Vehicle.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/Vehicle/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.Vehicle.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/Vehicle' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.Vehicle', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/api/v1/video' => array ( 0 => array ( 0 => array ( '_route' => 'api.video', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/video' => array ( 0 => array ( 0 => array ( '_route' => 'admin.video.index', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.video.store', ), 1 => NULL, 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/video/create' => array ( 0 => array ( 0 => array ( '_route' => 'admin.video.create', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), '/admin/bulk/videos' => array ( 0 => array ( 0 => array ( '_route' => 'admin.bulk.videos', ), 1 => NULL, 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), ), 2 => array ( 0 => '{^(?|/_(?|debugbar/(?|c(?|lockwork/([^/]++)(*:45)|ache/([^/]++)(?:/([^/]++))?(*:79))|telescope/([^/]++)(*:105))|_clockwork/(?|((?:[0-9-]+|latest))/extended(*:157)|((?:[0-9-]+|latest))(?:/((?:next|previous))(?:/(\\d+))?)?(*:221)|([^/]++)(*:237)|a(?|uth(*:252)|pp(*:262))|(.+)(*:275)))|/c(?|lockwork/(.+)(*:303)|aptcha(?|/api(?:/([^/]++))?(*:338)|(?:/([^/]++))?(*:360))|ompetition/([^/]++)(?|(*:391)|/edit(*:404)|(*:412))|ustomer/([^/]++)(?|(*:440)|/edit(*:453)|(*:461)))|/t(?|elescope(?|/telescope\\-api/(?|m(?|ail/([^/]++)(?|(*:525)|/(?|preview(*:544)|download(*:560)))|odels/([^/]++)(*:584))|e(?|xceptions/([^/]++)(?|(*:618))|vents/([^/]++)(*:641))|logs/([^/]++)(*:663)|notifications/([^/]++)(*:693)|jobs/([^/]++)(*:714)|batches/([^/]++)(*:738)|gates/([^/]++)(*:760)|c(?|ache/([^/]++)(*:785)|ommands/([^/]++)(*:809)|lient\\-requests/([^/]++)(*:841))|queries/([^/]++)(*:866)|re(?|quests/([^/]++)(*:894)|dis/([^/]++)(*:914))|views/([^/]++)(*:937)|schedule/([^/]++)(*:962))|(?:/((?:.*)))?(*:985))|ag/([^/]++)(?|(*:1008)|/edit(*:1022)|(*:1031)))|/l(?|ivewire/preview\\-file/([^/]++)(*:1077)|anguage/([^/]++)(?|(*:1105)|/edit(*:1119)|(*:1128)))|/p(?|a(?|ssword/reset/([^/]++)(*:1169)|ge(?:/([^/]++)(?:/([^/]++))?)?(*:1208))|ortfolio(?|s(?:/([^/]++)(?:/([^/]++))?)?(*:1258)|/(?|([^/]++)(?:/([^/]++))?(*:1293)|create(*:1308)|([^/]++)(?|(*:1328)|/edit(*:1342)|(*:1351)))))|/a(?|d(?|min/(?|a(?|d(?|min/([^/]++)(?|(*:1403)|/edit(*:1417)|(*:1426))|s/([^/]++)(?|(*:1449)|/edit(*:1463)|(*:1472)))|lbum/([^/]++)(?|(*:1499)|/edit(*:1513)|(*:1522)))|r(?|eset\\-password/token\\=([^/]+)&email\\=([^/]++)(*:1582)|ole/([^/]++)(?|(*:1606)|/edit(*:1620)|(*:1629)))|c(?|ategory/(?|([^/]++)(?|(*:1666)|/edit(*:1680)|(*:1689))|get(*:1702)|index/([^/]++)(*:1725)|create/([^/]++)(*:1749))|o(?|m(?|ment/([^/]++)(?|(*:1783)|/edit(*:1797)|(*:1806))|petition(?|Category/([^/]++)(?|(*:1847)|/edit(*:1861)|(*:1870))|/([^/]++)(?|(*:1892)|/edit(*:1906)|(*:1915))|\\-members/([^/]++)(*:1943)))|ntact/([^/]++)(?|(*:1971)|/edit(*:1985)|(*:1994))|operation/([^/]++)(?|(*:2025)|/edit(*:2039)|(*:2048)))|reate/magazine/pdf/([^/]++)(*:2086))|order/([^/]++)(?|(*:2113)|/edit(*:2127)|(*:2136))|f(?|aq/([^/]++)(?|(*:2164)|/edit(*:2178)|(*:2187))|i(?|eld(?|\\-group/([^/]++)(?|(*:2226)|/edit(*:2240)|(*:2249))|/([^/]++)(?|(*:2271)|/edit(*:2285)|(*:2294)))|le/([^/]++)(?|(*:2319)|/edit(*:2333)|(*:2342))))|invoice/([^/]++)(?|(*:2373)|/edit(*:2387)|(*:2396))|m(?|a(?|gazine(?|/(?|([^/]++)(?|(*:2438)|/edit(*:2452)|(*:2461))|items/([^/]++)(*:2485))|\\-item/(?|([^/]++)(?|(*:2516)|/edit(*:2530)|(*:2539))|create/([^/]++)(*:2564)|sortable(*:2581)))|jor/(?|([^/]++)(?|(*:2610)|/edit(*:2624)|(*:2633))|index(*:2648)))|enu(?|/(?|([^/]++)(?|(*:2680)|/edit(*:2694)|(*:2703))|items/([^/]++)(*:2727))|item/(?|([^/]++)(?|(*:2756)|/edit(*:2770)|(*:2779))|create/([^/]++)(*:2804)|sortable(*:2821))))|news/([^/]++)(?|(*:2849)|/edit(*:2863)|(*:2872))|t(?|ype/([^/]++)(?|(*:2901)|/edit(*:2915)|(*:2924))|emplate/([^/]++)(?|(*:2953)|/edit(*:2967)|(*:2976)))|s(?|ource/([^/]++)(?|(*:3008)|/edit(*:3022)|(*:3031))|e(?|rvice/([^/]++)(?|(*:3062)|/edit(*:3076)|(*:3085))|tting/([^/]++)(?|(*:3112)|/edit(*:3126)|(*:3135)))|ite/([^/]++)(?|(*:3161)|/edit(*:3175)|(*:3184)))|p(?|age/([^/]++)(?|(*:3214)|/edit(*:3228)|(*:3237))|o(?|ll(?|/([^/]++)(?|(*:3268)|/edit(*:3282)|(*:3291))|item/delete/([^/]++)(*:3321))|rtfolio(?|_category/([^/]++)(?|(*:3362)|/edit(*:3376)|(*:3385))|/([^/]++)(?|(*:3407)|/edit(*:3421)|(*:3430))))|roduct(?|/([^/]++)(?|(*:3463)|/edit(*:3477)|(*:3486))|\\-(?|color/([^/]++)(?|(*:3518)|/(?|create(*:3537)|edit(*:3550)|update(*:3565)|delete(*:3580))|(*:3590))|guarantee/([^/]++)(?|(*:3621)|/(?|create(*:3640)|edit(*:3653)|update(*:3668)|delete(*:3683))|(*:3693))|material/([^/]++)(?|(*:3723)|/(?|create(*:3742)|edit(*:3755)|update(*:3770)|delete(*:3785))|(*:3795)))))|education/(?|([^/]++)(?|(*:3832)|/edit(*:3846)|(*:3855))|index(*:3870))|user/(?|([^/]++)(?|(*:3899)|/edit(*:3913)|(*:3922))|index(*:3937)|create/(?|note/([^/]++)(*:3969)|message/([^/]++)(*:3994))|messages/([^/]++)(*:4021)|update/message/([^/]++)(*:4053)|destroy/message/([^/]++)(*:4086))|Vehicle(?|Category/(?|([^/]++)(?|(*:4129)|/edit(*:4143)|(*:4152))|index(*:4167))|Brand/(?|([^/]++)(?|(*:4197)|/edit(*:4211)|(*:4220))|index(*:4235))|Type/(?|([^/]++)(?|(*:4264)|/edit(*:4278)|(*:4287))|index(*:4302))|/(?|([^/]++)(?|(*:4327)|/edit(*:4341)|(*:4350))|index(*:4365)|create/note/([^/]++)(*:4394)))|video/([^/]++)(?|(*:4422)|/edit(*:4436)|(*:4445)))|d\\-comment/blog/([^/]++)(*:4480))|rea/([^/]++)(?|(*:4505)|/edit(*:4519)|(*:4528))|pi/(?|v1/(?|news(?|(?:/([^/]++)(?:/([^/]++))?)?(*:4585)|(*:4594))|show(?|/(?|news/([^/]++)(?:/([^/]++))?(*:4642)|competition/([^/]++)(?:/([^/]++))?(*:4685)|menu/([^/]++)(*:4707))|\\-(?|image/([^/]++)(*:4736)|vehicle\\-image/([^/]++)(*:4768))))|app/v1/show/competitions/([^/]++)(*:4813)))|/n(?|ews(?:/([^/]++)(?:/([^/]++))?)?(*:4860)|(?:/([^/]++))?(*:4883)|o(?|te/([^/]++)(?|(*:4910)|/edit(*:4924)|(*:4933))|vinhub/([^/]++)(?|(*:4961)|/edit(*:4975)|(*:4984))))|/show/skill(?|s(?:/([^/]++)(?:/([^/]++))?)?(*:5039)|(?:/([^/]++)(?:/([^/]++))?)?(*:5076))|/Admin/co(?|unselings(?|\\-(?|years/([^/]++)(?|(*:5132)|/edit(*:5146)|(*:5155))|types/([^/]++)(?|(*:5182)|/edit(*:5196)|(*:5205))|ways/(?|index/([^/]++)(*:5237)|create/([^/]++)(*:5261)|store/([^/]++)(*:5284)|edit/([^/]++)(*:5306)|update/([^/]++)(*:5330)|destroy/([^/]++)(*:5355))|months/([^/]++)/index(*:5386))|/(?|index/([^/]++)(*:5414)|create/([^/]++)(*:5438)|store/([^/]++)(*:5461)|edit/([^/]++)(*:5483)|update/([^/]++)(*:5507)|destroy/([^/]++)(*:5532)))|nsultants/([^/]++)(?|(*:5564)|/edit(*:5578)|(*:5587)))|/m(?|a(?|f/([^/]++)(?|(*:5620)|/edit(*:5634)|(*:5643))|rketing/([^/]++)(?|(*:5672)|/edit(*:5686)|(*:5695)))|essage/([^/]++)(?|(*:5724)|/edit(*:5738)|(*:5747)))|/otp/([^/]++)(?|(*:5774)|/edit(*:5788)|(*:5797))|/user/([^/]++)(?|(*:5824)|/edit(*:5838)|(*:5847))|/vehicle/([^/]++)(?|(*:5877)|/edit(*:5891)|(*:5900)))/?$}sDu', ), 3 => array ( 45 => array ( 0 => array ( 0 => array ( '_route' => 'debugbar.clockwork', ), 1 => array ( 0 => 'id', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 79 => array ( 0 => array ( 0 => array ( '_route' => 'debugbar.cache.delete', 'tags' => NULL, ), 1 => array ( 0 => 'key', 1 => 'tags', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 105 => array ( 0 => array ( 0 => array ( '_route' => 'debugbar.telescope', ), 1 => array ( 0 => 'id', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 157 => array ( 0 => array ( 0 => array ( '_route' => 'generated::89pypdGcmSeSWkWd', ), 1 => array ( 0 => 'id', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 221 => array ( 0 => array ( 0 => array ( '_route' => 'generated::I9shmVe3Ra19J1Pb', 'direction' => NULL, 'count' => NULL, ), 1 => array ( 0 => 'id', 1 => 'direction', 2 => 'count', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 237 => array ( 0 => array ( 0 => array ( '_route' => 'generated::m6zxi2QHeLSmDccc', ), 1 => array ( 0 => 'id', ), 2 => array ( 'PUT' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 252 => array ( 0 => array ( 0 => array ( '_route' => 'generated::rL51SEcJU0A6xRlW', ), 1 => array ( ), 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 262 => array ( 0 => array ( 0 => array ( '_route' => 'generated::Ut3jhaE1CO4jNEpl', ), 1 => array ( ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 275 => array ( 0 => array ( 0 => array ( '_route' => 'generated::Kz23tG7AitYpcMKd', ), 1 => array ( 0 => 'path', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 303 => array ( 0 => array ( 0 => array ( '_route' => 'generated::DlYc8SnZFb3xoQXn', ), 1 => array ( 0 => 'path', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 338 => array ( 0 => array ( 0 => array ( '_route' => 'generated::P5OdetWPetVsF7Hs', 'config' => NULL, ), 1 => array ( 0 => 'config', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 360 => array ( 0 => array ( 0 => array ( '_route' => 'generated::U3SAqzSrMgLszOdg', 'config' => NULL, ), 1 => array ( 0 => 'config', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 391 => array ( 0 => array ( 0 => array ( '_route' => 'competition.show', ), 1 => array ( 0 => 'competition', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 404 => array ( 0 => array ( 0 => array ( '_route' => 'competition.edit', ), 1 => array ( 0 => 'competition', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 412 => array ( 0 => array ( 0 => array ( '_route' => 'competition.update', ), 1 => array ( 0 => 'competition', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'competition.destroy', ), 1 => array ( 0 => 'competition', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 440 => array ( 0 => array ( 0 => array ( '_route' => 'customer.show', ), 1 => array ( 0 => 'customer', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 453 => array ( 0 => array ( 0 => array ( '_route' => 'customer.edit', ), 1 => array ( 0 => 'customer', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 461 => array ( 0 => array ( 0 => array ( '_route' => 'customer.update', ), 1 => array ( 0 => 'customer', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'customer.destroy', ), 1 => array ( 0 => 'customer', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 525 => array ( 0 => array ( 0 => array ( '_route' => 'generated::7RcygzB0bMwEDbDP', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 544 => array ( 0 => array ( 0 => array ( '_route' => 'generated::cJxr88hDxySfPOP1', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 560 => array ( 0 => array ( 0 => array ( '_route' => 'generated::GaG2JQOqZA6gYONt', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 584 => array ( 0 => array ( 0 => array ( '_route' => 'generated::52RmAEsmb19m3lDs', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 618 => array ( 0 => array ( 0 => array ( '_route' => 'generated::iSnm5NphjTNzqw99', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'generated::cHyWuJ5Omv9mYT4y', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'PUT' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 641 => array ( 0 => array ( 0 => array ( '_route' => 'generated::e5IZ9E3QvtS4TH0T', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 663 => array ( 0 => array ( 0 => array ( '_route' => 'generated::R6e5jzdXxLa9YcOI', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 693 => array ( 0 => array ( 0 => array ( '_route' => 'generated::wrdm2UubpgX4U28m', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 714 => array ( 0 => array ( 0 => array ( '_route' => 'generated::MQPPlrDHrYlqT8m2', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 738 => array ( 0 => array ( 0 => array ( '_route' => 'generated::rXpgXTdDyoM8NYGD', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 760 => array ( 0 => array ( 0 => array ( '_route' => 'generated::dBRMLxp8DpFoBTNn', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 785 => array ( 0 => array ( 0 => array ( '_route' => 'generated::L8mtQNOpM7bZIIip', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 809 => array ( 0 => array ( 0 => array ( '_route' => 'generated::Pa5jYTSQZfp4lqZc', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 841 => array ( 0 => array ( 0 => array ( '_route' => 'generated::YC6ieOOXivQ4GTVd', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 866 => array ( 0 => array ( 0 => array ( '_route' => 'generated::cNwlFm8EPp1goRHh', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 894 => array ( 0 => array ( 0 => array ( '_route' => 'generated::TTiWsvcBxTIevTIU', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 914 => array ( 0 => array ( 0 => array ( '_route' => 'generated::tDAlYPXNbW19JJEh', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 937 => array ( 0 => array ( 0 => array ( '_route' => 'generated::Z95lihRgFgcEkF7R', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 962 => array ( 0 => array ( 0 => array ( '_route' => 'generated::34LVMbp2dE62PU61', ), 1 => array ( 0 => 'telescopeEntryId', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 985 => array ( 0 => array ( 0 => array ( '_route' => 'telescope', 'view' => NULL, ), 1 => array ( 0 => 'view', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1008 => array ( 0 => array ( 0 => array ( '_route' => 'tag.show', ), 1 => array ( 0 => 'tag', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1022 => array ( 0 => array ( 0 => array ( '_route' => 'tag.edit', ), 1 => array ( 0 => 'tag', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 1031 => array ( 0 => array ( 0 => array ( '_route' => 'tag.update', ), 1 => array ( 0 => 'tag', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'tag.destroy', ), 1 => array ( 0 => 'tag', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1077 => 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, ), ), 1105 => array ( 0 => array ( 0 => array ( '_route' => 'language.show', ), 1 => array ( 0 => 'language', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1119 => array ( 0 => array ( 0 => array ( '_route' => 'language.edit', ), 1 => array ( 0 => 'language', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 1128 => array ( 0 => array ( 0 => array ( '_route' => 'language.update', ), 1 => array ( 0 => 'language', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'language.destroy', ), 1 => array ( 0 => 'language', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1169 => array ( 0 => array ( 0 => array ( '_route' => 'password.reset', ), 1 => array ( 0 => 'token', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1208 => array ( 0 => array ( 0 => array ( '_route' => 'borhan.page', 'id' => NULL, 'slug' => NULL, ), 1 => array ( 0 => 'id', 1 => 'slug', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1258 => array ( 0 => array ( 0 => array ( '_route' => 'borhan.portfolios', 'id' => NULL, 'slug' => NULL, ), 1 => array ( 0 => 'id', 1 => 'slug', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1293 => array ( 0 => array ( 0 => array ( '_route' => 'borhan.portfolio', 'slug' => NULL, ), 1 => array ( 0 => 'id', 1 => 'slug', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1308 => array ( 0 => array ( 0 => array ( '_route' => 'portfolio.create', ), 1 => array ( ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 1328 => array ( 0 => array ( 0 => array ( '_route' => 'portfolio.show', ), 1 => array ( 0 => 'portfolio', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1342 => array ( 0 => array ( 0 => array ( '_route' => 'portfolio.edit', ), 1 => array ( 0 => 'portfolio', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 1351 => array ( 0 => array ( 0 => array ( '_route' => 'portfolio.update', ), 1 => array ( 0 => 'portfolio', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'portfolio.destroy', ), 1 => array ( 0 => 'portfolio', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1403 => array ( 0 => array ( 0 => array ( '_route' => 'admin.admin.show', ), 1 => array ( 0 => 'admin', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1417 => array ( 0 => array ( 0 => array ( '_route' => 'admin.admin.edit', ), 1 => array ( 0 => 'admin', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 1426 => array ( 0 => array ( 0 => array ( '_route' => 'admin.admin.update', ), 1 => array ( 0 => 'admin', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.admin.destroy', ), 1 => array ( 0 => 'admin', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1449 => array ( 0 => array ( 0 => array ( '_route' => 'admin.ads.show', ), 1 => array ( 0 => 'ad', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1463 => array ( 0 => array ( 0 => array ( '_route' => 'admin.ads.edit', ), 1 => array ( 0 => 'ad', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 1472 => array ( 0 => array ( 0 => array ( '_route' => 'admin.ads.update', ), 1 => array ( 0 => 'ad', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.ads.destroy', ), 1 => array ( 0 => 'ad', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1499 => array ( 0 => array ( 0 => array ( '_route' => 'admin.album.show', ), 1 => array ( 0 => 'album', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1513 => array ( 0 => array ( 0 => array ( '_route' => 'admin.album.edit', ), 1 => array ( 0 => 'album', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 1522 => array ( 0 => array ( 0 => array ( '_route' => 'admin.album.update', ), 1 => array ( 0 => 'album', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.album.destroy', ), 1 => array ( 0 => 'album', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1582 => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::MiGvGsLdAgfcsOBz', ), 1 => array ( 0 => 'token', 1 => 'email', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1606 => array ( 0 => array ( 0 => array ( '_route' => 'admin.role.show', ), 1 => array ( 0 => 'role', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1620 => array ( 0 => array ( 0 => array ( '_route' => 'admin.role.edit', ), 1 => array ( 0 => 'role', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 1629 => array ( 0 => array ( 0 => array ( '_route' => 'admin.role.update', ), 1 => array ( 0 => 'role', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.role.destroy', ), 1 => array ( 0 => 'role', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1666 => array ( 0 => array ( 0 => array ( '_route' => 'admin.category.show', ), 1 => array ( 0 => 'category', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1680 => array ( 0 => array ( 0 => array ( '_route' => 'admin.category.edit', ), 1 => array ( 0 => 'category', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 1689 => array ( 0 => array ( 0 => array ( '_route' => 'admin.category.update', ), 1 => array ( 0 => 'category', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.category.destroy', ), 1 => array ( 0 => 'category', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1702 => array ( 0 => array ( 0 => array ( '_route' => 'admin.getCat', ), 1 => array ( ), 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 1725 => array ( 0 => array ( 0 => array ( '_route' => 'admin.category.list', ), 1 => array ( 0 => 'type', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1749 => array ( 0 => array ( 0 => array ( '_route' => 'admin.category.show.create', ), 1 => array ( 0 => 'type', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1783 => array ( 0 => array ( 0 => array ( '_route' => 'admin.comment.show', ), 1 => array ( 0 => 'comment', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1797 => array ( 0 => array ( 0 => array ( '_route' => 'admin.comment.edit', ), 1 => array ( 0 => 'comment', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 1806 => array ( 0 => array ( 0 => array ( '_route' => 'admin.comment.update', ), 1 => array ( 0 => 'comment', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.comment.destroy', ), 1 => array ( 0 => 'comment', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1847 => array ( 0 => array ( 0 => array ( '_route' => 'admin.competitionCategory.show', ), 1 => array ( 0 => 'competitionCategory', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1861 => array ( 0 => array ( 0 => array ( '_route' => 'admin.competitionCategory.edit', ), 1 => array ( 0 => 'competitionCategory', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 1870 => array ( 0 => array ( 0 => array ( '_route' => 'admin.competitionCategory.update', ), 1 => array ( 0 => 'competitionCategory', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.competitionCategory.destroy', ), 1 => array ( 0 => 'competitionCategory', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1892 => array ( 0 => array ( 0 => array ( '_route' => 'admin.competition.show', ), 1 => array ( 0 => 'competition', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1906 => array ( 0 => array ( 0 => array ( '_route' => 'admin.competition.edit', ), 1 => array ( 0 => 'competition', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 1915 => array ( 0 => array ( 0 => array ( '_route' => 'admin.competition.update', ), 1 => array ( 0 => 'competition', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.competition.destroy', ), 1 => array ( 0 => 'competition', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1943 => array ( 0 => array ( 0 => array ( '_route' => 'admin.members', ), 1 => array ( 0 => 'id', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1971 => array ( 0 => array ( 0 => array ( '_route' => 'admin.contact.show', ), 1 => array ( 0 => 'contact', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 1985 => array ( 0 => array ( 0 => array ( '_route' => 'admin.contact.edit', ), 1 => array ( 0 => 'contact', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 1994 => array ( 0 => array ( 0 => array ( '_route' => 'admin.contact.update', ), 1 => array ( 0 => 'contact', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.contact.destroy', ), 1 => array ( 0 => 'contact', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2025 => array ( 0 => array ( 0 => array ( '_route' => 'admin.cooperation.show', ), 1 => array ( 0 => 'cooperation', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2039 => array ( 0 => array ( 0 => array ( '_route' => 'admin.cooperation.edit', ), 1 => array ( 0 => 'cooperation', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2048 => array ( 0 => array ( 0 => array ( '_route' => 'admin.cooperation.update', ), 1 => array ( 0 => 'cooperation', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.cooperation.destroy', ), 1 => array ( 0 => 'cooperation', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2086 => array ( 0 => array ( 0 => array ( '_route' => 'admin.magazine.create.pdf', ), 1 => array ( 0 => 'id', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2113 => array ( 0 => array ( 0 => array ( '_route' => 'admin.order.show', ), 1 => array ( 0 => 'order', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2127 => array ( 0 => array ( 0 => array ( '_route' => 'admin.order.edit', ), 1 => array ( 0 => 'order', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2136 => array ( 0 => array ( 0 => array ( '_route' => 'admin.order.update', ), 1 => array ( 0 => 'order', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.order.destroy', ), 1 => array ( 0 => 'order', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2164 => array ( 0 => array ( 0 => array ( '_route' => 'admin.faq.show', ), 1 => array ( 0 => 'faq', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2178 => array ( 0 => array ( 0 => array ( '_route' => 'admin.faq.edit', ), 1 => array ( 0 => 'faq', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2187 => array ( 0 => array ( 0 => array ( '_route' => 'admin.faq.update', ), 1 => array ( 0 => 'faq', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.faq.destroy', ), 1 => array ( 0 => 'faq', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2226 => array ( 0 => array ( 0 => array ( '_route' => 'admin.field-group.show', ), 1 => array ( 0 => 'field_group', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2240 => array ( 0 => array ( 0 => array ( '_route' => 'admin.field-group.edit', ), 1 => array ( 0 => 'field_group', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2249 => array ( 0 => array ( 0 => array ( '_route' => 'admin.field-group.update', ), 1 => array ( 0 => 'field_group', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.field-group.destroy', ), 1 => array ( 0 => 'field_group', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2271 => array ( 0 => array ( 0 => array ( '_route' => 'admin.field.show', ), 1 => array ( 0 => 'field', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2285 => array ( 0 => array ( 0 => array ( '_route' => 'admin.field.edit', ), 1 => array ( 0 => 'field', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2294 => array ( 0 => array ( 0 => array ( '_route' => 'admin.field.update', ), 1 => array ( 0 => 'field', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.field.destroy', ), 1 => array ( 0 => 'field', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2319 => array ( 0 => array ( 0 => array ( '_route' => 'admin.file.show', ), 1 => array ( 0 => 'file', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2333 => array ( 0 => array ( 0 => array ( '_route' => 'admin.file.edit', ), 1 => array ( 0 => 'file', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2342 => array ( 0 => array ( 0 => array ( '_route' => 'admin.file.update', ), 1 => array ( 0 => 'file', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.file.destroy', ), 1 => array ( 0 => 'file', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2373 => array ( 0 => array ( 0 => array ( '_route' => 'admin.invoice.show', ), 1 => array ( 0 => 'invoice', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2387 => array ( 0 => array ( 0 => array ( '_route' => 'admin.invoice.edit', ), 1 => array ( 0 => 'invoice', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2396 => array ( 0 => array ( 0 => array ( '_route' => 'admin.invoice.update', ), 1 => array ( 0 => 'invoice', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.invoice.destroy', ), 1 => array ( 0 => 'invoice', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2438 => array ( 0 => array ( 0 => array ( '_route' => 'admin.magazine.show', ), 1 => array ( 0 => 'magazine', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2452 => array ( 0 => array ( 0 => array ( '_route' => 'admin.magazine.edit', ), 1 => array ( 0 => 'magazine', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2461 => array ( 0 => array ( 0 => array ( '_route' => 'admin.magazine.update', ), 1 => array ( 0 => 'magazine', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.magazine.destroy', ), 1 => array ( 0 => 'magazine', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2485 => array ( 0 => array ( 0 => array ( '_route' => 'admin.magazine-item.list', ), 1 => array ( 0 => 'id', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2516 => array ( 0 => array ( 0 => array ( '_route' => 'admin.magazine-item.show', ), 1 => array ( 0 => 'magazine_item', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2530 => array ( 0 => array ( 0 => array ( '_route' => 'admin.magazine-item.edit', ), 1 => array ( 0 => 'magazine_item', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2539 => array ( 0 => array ( 0 => array ( '_route' => 'admin.magazine-item.update', ), 1 => array ( 0 => 'magazine_item', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.magazine-item.destroy', ), 1 => array ( 0 => 'magazine_item', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2564 => array ( 0 => array ( 0 => array ( '_route' => 'admin.get.magazine-item.create', ), 1 => array ( 0 => 'id', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2581 => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::MsHjJLOti3rvWlqV', ), 1 => array ( ), 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2610 => array ( 0 => array ( 0 => array ( '_route' => 'admin.major.show', ), 1 => array ( 0 => 'major', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2624 => array ( 0 => array ( 0 => array ( '_route' => 'admin.major.edit', ), 1 => array ( 0 => 'major', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2633 => array ( 0 => array ( 0 => array ( '_route' => 'admin.major.update', ), 1 => array ( 0 => 'major', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.major.destroy', ), 1 => array ( 0 => 'major', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2648 => array ( 0 => array ( 0 => array ( '_route' => 'admin.major.list', ), 1 => array ( ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2680 => array ( 0 => array ( 0 => array ( '_route' => 'admin.menu.show', ), 1 => array ( 0 => 'menu', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2694 => array ( 0 => array ( 0 => array ( '_route' => 'admin.menu.edit', ), 1 => array ( 0 => 'menu', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2703 => array ( 0 => array ( 0 => array ( '_route' => 'admin.menu.update', ), 1 => array ( 0 => 'menu', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.menu.destroy', ), 1 => array ( 0 => 'menu', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2727 => array ( 0 => array ( 0 => array ( '_route' => 'admin.menuitem.list', ), 1 => array ( 0 => 'id', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2756 => array ( 0 => array ( 0 => array ( '_route' => 'admin.menuitem.show', ), 1 => array ( 0 => 'menuitem', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2770 => array ( 0 => array ( 0 => array ( '_route' => 'admin.menuitem.edit', ), 1 => array ( 0 => 'menuitem', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2779 => array ( 0 => array ( 0 => array ( '_route' => 'admin.menuitem.update', ), 1 => array ( 0 => 'menuitem', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.menuitem.destroy', ), 1 => array ( 0 => 'menuitem', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2804 => array ( 0 => array ( 0 => array ( '_route' => 'admin.get.menuitem.create', ), 1 => array ( 0 => 'id', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2821 => array ( 0 => array ( 0 => array ( '_route' => 'admin.generated::sVeS9dhXRf25PDAn', ), 1 => array ( ), 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2849 => array ( 0 => array ( 0 => array ( '_route' => 'admin.news.show', ), 1 => array ( 0 => 'news', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2863 => array ( 0 => array ( 0 => array ( '_route' => 'admin.news.edit', ), 1 => array ( 0 => 'news', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2872 => array ( 0 => array ( 0 => array ( '_route' => 'admin.news.update', ), 1 => array ( 0 => 'news', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.news.destroy', ), 1 => array ( 0 => 'news', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2901 => array ( 0 => array ( 0 => array ( '_route' => 'admin.type.show', ), 1 => array ( 0 => 'type', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2915 => array ( 0 => array ( 0 => array ( '_route' => 'admin.type.edit', ), 1 => array ( 0 => 'type', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2924 => array ( 0 => array ( 0 => array ( '_route' => 'admin.type.update', ), 1 => array ( 0 => 'type', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.type.destroy', ), 1 => array ( 0 => 'type', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2953 => array ( 0 => array ( 0 => array ( '_route' => 'admin.template.show', ), 1 => array ( 0 => 'template', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 2967 => array ( 0 => array ( 0 => array ( '_route' => 'admin.template.edit', ), 1 => array ( 0 => 'template', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 2976 => array ( 0 => array ( 0 => array ( '_route' => 'admin.template.update', ), 1 => array ( 0 => 'template', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.template.destroy', ), 1 => array ( 0 => 'template', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3008 => array ( 0 => array ( 0 => array ( '_route' => 'admin.source.show', ), 1 => array ( 0 => 'source', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3022 => array ( 0 => array ( 0 => array ( '_route' => 'admin.source.edit', ), 1 => array ( 0 => 'source', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3031 => array ( 0 => array ( 0 => array ( '_route' => 'admin.source.update', ), 1 => array ( 0 => 'source', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.source.destroy', ), 1 => array ( 0 => 'source', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3062 => array ( 0 => array ( 0 => array ( '_route' => 'admin.service.show', ), 1 => array ( 0 => 'service', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3076 => array ( 0 => array ( 0 => array ( '_route' => 'admin.service.edit', ), 1 => array ( 0 => 'service', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3085 => array ( 0 => array ( 0 => array ( '_route' => 'admin.service.update', ), 1 => array ( 0 => 'service', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.service.destroy', ), 1 => array ( 0 => 'service', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3112 => array ( 0 => array ( 0 => array ( '_route' => 'admin.setting.show', ), 1 => array ( 0 => 'setting', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3126 => array ( 0 => array ( 0 => array ( '_route' => 'admin.setting.edit', ), 1 => array ( 0 => 'setting', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3135 => array ( 0 => array ( 0 => array ( '_route' => 'admin.setting.update', ), 1 => array ( 0 => 'setting', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.setting.destroy', ), 1 => array ( 0 => 'setting', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3161 => array ( 0 => array ( 0 => array ( '_route' => 'admin.site.show', ), 1 => array ( 0 => 'site', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3175 => array ( 0 => array ( 0 => array ( '_route' => 'admin.site.edit', ), 1 => array ( 0 => 'site', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3184 => array ( 0 => array ( 0 => array ( '_route' => 'admin.site.update', ), 1 => array ( 0 => 'site', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.site.destroy', ), 1 => array ( 0 => 'site', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3214 => array ( 0 => array ( 0 => array ( '_route' => 'admin.page.show', ), 1 => array ( 0 => 'page', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3228 => array ( 0 => array ( 0 => array ( '_route' => 'admin.page.edit', ), 1 => array ( 0 => 'page', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3237 => array ( 0 => array ( 0 => array ( '_route' => 'admin.page.update', ), 1 => array ( 0 => 'page', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.page.destroy', ), 1 => array ( 0 => 'page', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3268 => array ( 0 => array ( 0 => array ( '_route' => 'admin.poll.show', ), 1 => array ( 0 => 'poll', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3282 => array ( 0 => array ( 0 => array ( '_route' => 'admin.poll.edit', ), 1 => array ( 0 => 'poll', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3291 => array ( 0 => array ( 0 => array ( '_route' => 'admin.poll.update', ), 1 => array ( 0 => 'poll', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.poll.destroy', ), 1 => array ( 0 => 'poll', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3321 => array ( 0 => array ( 0 => array ( '_route' => 'admin.pollitem.delete', ), 1 => array ( 0 => 'id', ), 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3362 => array ( 0 => array ( 0 => array ( '_route' => 'admin.portfolio_category.show', ), 1 => array ( 0 => 'portfolio_category', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3376 => array ( 0 => array ( 0 => array ( '_route' => 'admin.portfolio_category.edit', ), 1 => array ( 0 => 'portfolio_category', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3385 => array ( 0 => array ( 0 => array ( '_route' => 'admin.portfolio_category.update', ), 1 => array ( 0 => 'portfolio_category', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.portfolio_category.destroy', ), 1 => array ( 0 => 'portfolio_category', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3407 => array ( 0 => array ( 0 => array ( '_route' => 'admin.portfolio.show', ), 1 => array ( 0 => 'portfolio', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3421 => array ( 0 => array ( 0 => array ( '_route' => 'admin.portfolio.edit', ), 1 => array ( 0 => 'portfolio', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3430 => array ( 0 => array ( 0 => array ( '_route' => 'admin.portfolio.update', ), 1 => array ( 0 => 'portfolio', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.portfolio.destroy', ), 1 => array ( 0 => 'portfolio', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3463 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product.show', ), 1 => array ( 0 => 'product', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3477 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product.edit', ), 1 => array ( 0 => 'product', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3486 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product.update', ), 1 => array ( 0 => 'product', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.product.destroy', ), 1 => array ( 0 => 'product', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3518 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-colors', ), 1 => array ( 0 => 'product', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3537 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-colors.create', ), 1 => array ( 0 => 'product', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3550 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-colors.edit', ), 1 => array ( 0 => 'productColor', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3565 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-colors.update', ), 1 => array ( 0 => 'productColor', ), 2 => array ( 'PUT' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3580 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-colors.destroy', ), 1 => array ( 0 => 'productColor', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3590 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-colors.store', ), 1 => array ( 0 => 'product', ), 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3621 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-guarantees', ), 1 => array ( 0 => 'product', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3640 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-guarantees.create', ), 1 => array ( 0 => 'product', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3653 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-guarantees.edit', ), 1 => array ( 0 => 'productGuarantee', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3668 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-guarantees.update', ), 1 => array ( 0 => 'productGuarantee', ), 2 => array ( 'PUT' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3683 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-guarantees.destroy', ), 1 => array ( 0 => 'productGuarantee', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3693 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-guarantees.store', ), 1 => array ( 0 => 'product', ), 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3723 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-materials', ), 1 => array ( 0 => 'product', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3742 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-materials.create', ), 1 => array ( 0 => 'product', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3755 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-materials.edit', ), 1 => array ( 0 => 'productMaterial', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3770 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-materials.update', ), 1 => array ( 0 => 'productMaterial', ), 2 => array ( 'PUT' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3785 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-materials.destroy', ), 1 => array ( 0 => 'productMaterial', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3795 => array ( 0 => array ( 0 => array ( '_route' => 'admin.product-materials.store', ), 1 => array ( 0 => 'product', ), 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3832 => array ( 0 => array ( 0 => array ( '_route' => 'admin.education.show', ), 1 => array ( 0 => 'education', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3846 => array ( 0 => array ( 0 => array ( '_route' => 'admin.education.edit', ), 1 => array ( 0 => 'education', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3855 => array ( 0 => array ( 0 => array ( '_route' => 'admin.education.update', ), 1 => array ( 0 => 'education', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.education.destroy', ), 1 => array ( 0 => 'education', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3870 => array ( 0 => array ( 0 => array ( '_route' => 'admin.education.list', ), 1 => array ( ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3899 => array ( 0 => array ( 0 => array ( '_route' => 'admin.user.show', ), 1 => array ( 0 => 'user', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3913 => array ( 0 => array ( 0 => array ( '_route' => 'admin.user.edit', ), 1 => array ( 0 => 'user', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3922 => array ( 0 => array ( 0 => array ( '_route' => 'admin.user.update', ), 1 => array ( 0 => 'user', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.user.destroy', ), 1 => array ( 0 => 'user', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3937 => array ( 0 => array ( 0 => array ( '_route' => 'admin.user.list', ), 1 => array ( ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 3969 => array ( 0 => array ( 0 => array ( '_route' => 'admin.user.create.note', ), 1 => array ( 0 => 'id', ), 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 3994 => array ( 0 => array ( 0 => array ( '_route' => 'admin.user.create.message', ), 1 => array ( 0 => 'id', ), 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4021 => array ( 0 => array ( 0 => array ( '_route' => 'admin.messages', ), 1 => array ( 0 => 'id', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4053 => array ( 0 => array ( 0 => array ( '_route' => 'admin.user.update.message', ), 1 => array ( 0 => 'id', ), 2 => array ( 'PATCH' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4086 => array ( 0 => array ( 0 => array ( '_route' => 'admin.user.destroy.message', ), 1 => array ( 0 => 'id', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4129 => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleCategory.show', ), 1 => array ( 0 => 'VehicleCategory', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4143 => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleCategory.edit', ), 1 => array ( 0 => 'VehicleCategory', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 4152 => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleCategory.update', ), 1 => array ( 0 => 'VehicleCategory', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.VehicleCategory.destroy', ), 1 => array ( 0 => 'VehicleCategory', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4167 => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleCategory.list', ), 1 => array ( ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 4197 => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleBrand.show', ), 1 => array ( 0 => 'VehicleBrand', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4211 => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleBrand.edit', ), 1 => array ( 0 => 'VehicleBrand', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 4220 => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleBrand.update', ), 1 => array ( 0 => 'VehicleBrand', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.VehicleBrand.destroy', ), 1 => array ( 0 => 'VehicleBrand', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4235 => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleBrand.list', ), 1 => array ( ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 4264 => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleType.show', ), 1 => array ( 0 => 'VehicleType', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4278 => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleType.edit', ), 1 => array ( 0 => 'VehicleType', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 4287 => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleType.update', ), 1 => array ( 0 => 'VehicleType', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.VehicleType.destroy', ), 1 => array ( 0 => 'VehicleType', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4302 => array ( 0 => array ( 0 => array ( '_route' => 'admin.VehicleType.list', ), 1 => array ( ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 4327 => array ( 0 => array ( 0 => array ( '_route' => 'admin.Vehicle.show', ), 1 => array ( 0 => 'Vehicle', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4341 => array ( 0 => array ( 0 => array ( '_route' => 'admin.Vehicle.edit', ), 1 => array ( 0 => 'Vehicle', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 4350 => array ( 0 => array ( 0 => array ( '_route' => 'admin.Vehicle.update', ), 1 => array ( 0 => 'Vehicle', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.Vehicle.destroy', ), 1 => array ( 0 => 'Vehicle', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4365 => array ( 0 => array ( 0 => array ( '_route' => 'admin.Vehicle.list', ), 1 => array ( ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 4394 => array ( 0 => array ( 0 => array ( '_route' => 'admin.Vehicle.create.note', ), 1 => array ( 0 => 'id', ), 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4422 => array ( 0 => array ( 0 => array ( '_route' => 'admin.video.show', ), 1 => array ( 0 => 'video', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4436 => array ( 0 => array ( 0 => array ( '_route' => 'admin.video.edit', ), 1 => array ( 0 => 'video', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 4445 => array ( 0 => array ( 0 => array ( '_route' => 'admin.video.update', ), 1 => array ( 0 => 'video', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.video.destroy', ), 1 => array ( 0 => 'video', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4480 => array ( 0 => array ( 0 => array ( '_route' => 'borhan.blog.add-comment', ), 1 => array ( 0 => 'news', ), 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4505 => array ( 0 => array ( 0 => array ( '_route' => 'area.show', ), 1 => array ( 0 => 'area', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4519 => array ( 0 => array ( 0 => array ( '_route' => 'area.edit', ), 1 => array ( 0 => 'area', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 4528 => array ( 0 => array ( 0 => array ( '_route' => 'area.update', ), 1 => array ( 0 => 'area', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'area.destroy', ), 1 => array ( 0 => 'area', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4585 => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::C6vpVZ7Gw3ulMIru', 'id' => NULL, 'slug' => NULL, ), 1 => array ( 0 => 'id', 1 => 'slug', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4594 => array ( 0 => array ( 0 => array ( '_route' => 'api.news', ), 1 => array ( ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 4642 => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::g0d5YKzsI3XpIscC', 'slug' => NULL, ), 1 => array ( 0 => 'id', 1 => 'slug', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4685 => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::5FB2qcWESYXvieXK', 'slug' => NULL, ), 1 => array ( 0 => 'id', 1 => 'slug', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4707 => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::x0MemR5K98HdZLzE', ), 1 => array ( 0 => 'name', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4736 => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::V63DPIuz2E1g07bl', ), 1 => array ( 0 => 'id', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4768 => array ( 0 => array ( 0 => array ( '_route' => 'api.v1.generated::raid14cYtYWXOuBx', ), 1 => array ( 0 => 'id', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4813 => array ( 0 => array ( 0 => array ( '_route' => 'api.app.v1.generated::0DHRuixw4ekyK913', ), 1 => array ( 0 => 'id', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4860 => array ( 0 => array ( 0 => array ( '_route' => 'borhan.newses', 'id' => NULL, 'slug' => NULL, ), 1 => array ( 0 => 'id', 1 => 'slug', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4883 => array ( 0 => array ( 0 => array ( '_route' => 'borhan.news', 'slug' => NULL, ), 1 => array ( 0 => 'slug', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4910 => array ( 0 => array ( 0 => array ( '_route' => 'note.show', ), 1 => array ( 0 => 'note', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4924 => array ( 0 => array ( 0 => array ( '_route' => 'note.edit', ), 1 => array ( 0 => 'note', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 4933 => array ( 0 => array ( 0 => array ( '_route' => 'note.update', ), 1 => array ( 0 => 'note', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'note.destroy', ), 1 => array ( 0 => 'note', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4961 => array ( 0 => array ( 0 => array ( '_route' => 'novinhub.show', ), 1 => array ( 0 => 'novinhub', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 4975 => array ( 0 => array ( 0 => array ( '_route' => 'novinhub.edit', ), 1 => array ( 0 => 'novinhub', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 4984 => array ( 0 => array ( 0 => array ( '_route' => 'novinhub.update', ), 1 => array ( 0 => 'novinhub', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'novinhub.destroy', ), 1 => array ( 0 => 'novinhub', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5039 => array ( 0 => array ( 0 => array ( '_route' => 'borhan.skills', 'id' => NULL, 'slug' => NULL, ), 1 => array ( 0 => 'id', 1 => 'slug', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5076 => array ( 0 => array ( 0 => array ( '_route' => 'borhan.skill', 'id' => NULL, 'slug' => NULL, ), 1 => array ( 0 => 'id', 1 => 'slug', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5132 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-years.show', ), 1 => array ( 0 => 'counselings_year', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5146 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-years.edit', ), 1 => array ( 0 => 'counselings_year', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 5155 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-years.update', ), 1 => array ( 0 => 'counselings_year', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.counselings-years.destroy', ), 1 => array ( 0 => 'counselings_year', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5182 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-types.show', ), 1 => array ( 0 => 'counselings_type', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5196 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-types.edit', ), 1 => array ( 0 => 'counselings_type', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 5205 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-types.update', ), 1 => array ( 0 => 'counselings_type', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.counselings-types.destroy', ), 1 => array ( 0 => 'counselings_type', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5237 => array ( 0 => array ( 0 => array ( '_route' => 'admin.ways.index', ), 1 => array ( 0 => 'type', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5261 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-ways.create', ), 1 => array ( 0 => 'type', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5284 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-ways.store', ), 1 => array ( 0 => 'type', ), 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5306 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-ways.edit', ), 1 => array ( 0 => 'way', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5330 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-ways.update', ), 1 => array ( 0 => 'way', ), 2 => array ( 'PUT' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5355 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-ways.destroy', ), 1 => array ( 0 => 'way', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5386 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings-months.index', ), 1 => array ( 0 => 'year', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 5414 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings.index', ), 1 => array ( 0 => 'month', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5438 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings.create', ), 1 => array ( 0 => 'month', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5461 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings.store', ), 1 => array ( 0 => 'month', ), 2 => array ( 'POST' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5483 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings.edit', ), 1 => array ( 0 => 'counseling', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5507 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings.update', ), 1 => array ( 0 => 'counseling', ), 2 => array ( 'PUT' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5532 => array ( 0 => array ( 0 => array ( '_route' => 'admin.counselings.destroy', ), 1 => array ( 0 => 'counseling', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5564 => array ( 0 => array ( 0 => array ( '_route' => 'admin.consultants.show', ), 1 => array ( 0 => 'consultant', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5578 => array ( 0 => array ( 0 => array ( '_route' => 'admin.consultants.edit', ), 1 => array ( 0 => 'consultant', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 5587 => array ( 0 => array ( 0 => array ( '_route' => 'admin.consultants.update', ), 1 => array ( 0 => 'consultant', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'admin.consultants.destroy', ), 1 => array ( 0 => 'consultant', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5620 => array ( 0 => array ( 0 => array ( '_route' => 'maf.show', ), 1 => array ( 0 => 'maf', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5634 => array ( 0 => array ( 0 => array ( '_route' => 'maf.edit', ), 1 => array ( 0 => 'maf', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 5643 => array ( 0 => array ( 0 => array ( '_route' => 'maf.update', ), 1 => array ( 0 => 'maf', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'maf.destroy', ), 1 => array ( 0 => 'maf', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5672 => array ( 0 => array ( 0 => array ( '_route' => 'marketing.show', ), 1 => array ( 0 => 'marketing', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5686 => array ( 0 => array ( 0 => array ( '_route' => 'marketing.edit', ), 1 => array ( 0 => 'marketing', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 5695 => array ( 0 => array ( 0 => array ( '_route' => 'marketing.update', ), 1 => array ( 0 => 'marketing', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'marketing.destroy', ), 1 => array ( 0 => 'marketing', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5724 => array ( 0 => array ( 0 => array ( '_route' => 'message.show', ), 1 => array ( 0 => 'message', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5738 => array ( 0 => array ( 0 => array ( '_route' => 'message.edit', ), 1 => array ( 0 => 'message', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 5747 => array ( 0 => array ( 0 => array ( '_route' => 'message.update', ), 1 => array ( 0 => 'message', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'message.destroy', ), 1 => array ( 0 => 'message', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5774 => array ( 0 => array ( 0 => array ( '_route' => 'otp.show', ), 1 => array ( 0 => 'otp', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5788 => array ( 0 => array ( 0 => array ( '_route' => 'otp.edit', ), 1 => array ( 0 => 'otp', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 5797 => array ( 0 => array ( 0 => array ( '_route' => 'otp.update', ), 1 => array ( 0 => 'otp', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'otp.destroy', ), 1 => array ( 0 => 'otp', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5824 => array ( 0 => array ( 0 => array ( '_route' => 'user.show', ), 1 => array ( 0 => 'user', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5838 => array ( 0 => array ( 0 => array ( '_route' => 'user.edit', ), 1 => array ( 0 => 'user', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 5847 => array ( 0 => array ( 0 => array ( '_route' => 'user.update', ), 1 => array ( 0 => 'user', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'user.destroy', ), 1 => array ( 0 => 'user', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5877 => array ( 0 => array ( 0 => array ( '_route' => 'vehicle.show', ), 1 => array ( 0 => 'vehicle', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), ), 5891 => array ( 0 => array ( 0 => array ( '_route' => 'vehicle.edit', ), 1 => array ( 0 => 'vehicle', ), 2 => array ( 'GET' => 0, 'HEAD' => 1, ), 3 => NULL, 4 => false, 5 => false, 6 => NULL, ), ), 5900 => array ( 0 => array ( 0 => array ( '_route' => 'vehicle.update', ), 1 => array ( 0 => 'vehicle', ), 2 => array ( 'PUT' => 0, 'PATCH' => 1, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 1 => array ( 0 => array ( '_route' => 'vehicle.destroy', ), 1 => array ( 0 => 'vehicle', ), 2 => array ( 'DELETE' => 0, ), 3 => NULL, 4 => false, 5 => true, 6 => NULL, ), 2 => array ( 0 => NULL, 1 => NULL, 2 => NULL, 3 => NULL, 4 => false, 5 => false, 6 => 0, ), ), ), 4 => NULL, ), 'attributes' => array ( 'fm.initialize' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'file-manager/initialize', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@initialize', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@initialize', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.initialize', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.content' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'file-manager/content', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@content', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@content', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.content', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.tree' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'file-manager/tree', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@tree', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@tree', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.tree', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.select-disk' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'file-manager/select-disk', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@selectDisk', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@selectDisk', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.select-disk', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.upload' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'file-manager/upload', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@upload', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@upload', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.upload', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.delete' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'file-manager/delete', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@delete', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@delete', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.delete', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.paste' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'file-manager/paste', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@paste', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@paste', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.paste', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.rename' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'file-manager/rename', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@rename', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@rename', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.rename', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.download' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'file-manager/download', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@download', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@download', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.download', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.thumbnails' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'file-manager/thumbnails', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@thumbnails', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@thumbnails', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.thumbnails', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.preview' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'file-manager/preview', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@preview', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@preview', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.preview', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.url' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'file-manager/url', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@url', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@url', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.url', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.create-directory' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'file-manager/create-directory', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@createDirectory', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@createDirectory', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.create-directory', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.create-file' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'file-manager/create-file', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@createFile', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@createFile', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.create-file', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.update-file' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'file-manager/update-file', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@updateFile', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@updateFile', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.update-file', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.stream-file' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'file-manager/stream-file', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@streamFile', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@streamFile', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.stream-file', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.zip' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'file-manager/zip', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@zip', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@zip', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.zip', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.unzip' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'file-manager/unzip', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@unzip', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@unzip', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.unzip', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.ckeditor' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'file-manager/ckeditor', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@ckeditor', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@ckeditor', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.ckeditor', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.tinymce' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'file-manager/tinymce', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@tinymce', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@tinymce', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.tinymce', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.tinymce5' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'file-manager/tinymce5', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@tinymce5', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@tinymce5', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.tinymce5', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.summernote' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'file-manager/summernote', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@summernote', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@summernote', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.summernote', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'fm.fm-button' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'file-manager/fm-button', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@fmButton', 'controller' => 'Alexusmai\\LaravelFileManager\\Controllers\\FileManagerController@fmButton', 'namespace' => 'Alexusmai\\LaravelFileManager\\Controllers', 'prefix' => 'file-manager', 'where' => array ( ), 'as' => 'fm.fm-button', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'debugbar.openhandler' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => '_debugbar/open', 'action' => array ( 'domain' => NULL, 'middleware' => array ( 0 => 'Barryvdh\\Debugbar\\Middleware\\DebugbarEnabled', ), 'uses' => 'Barryvdh\\Debugbar\\Controllers\\OpenHandlerController@handle', 'as' => 'debugbar.openhandler', 'controller' => 'Barryvdh\\Debugbar\\Controllers\\OpenHandlerController@handle', 'namespace' => 'Barryvdh\\Debugbar\\Controllers', 'prefix' => '_debugbar', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'debugbar.clockwork' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => '_debugbar/clockwork/{id}', 'action' => array ( 'domain' => NULL, 'middleware' => array ( 0 => 'Barryvdh\\Debugbar\\Middleware\\DebugbarEnabled', ), 'uses' => 'Barryvdh\\Debugbar\\Controllers\\OpenHandlerController@clockwork', 'as' => 'debugbar.clockwork', 'controller' => 'Barryvdh\\Debugbar\\Controllers\\OpenHandlerController@clockwork', 'namespace' => 'Barryvdh\\Debugbar\\Controllers', 'prefix' => '_debugbar', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'debugbar.telescope' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => '_debugbar/telescope/{id}', 'action' => array ( 'domain' => NULL, 'middleware' => array ( 0 => 'Barryvdh\\Debugbar\\Middleware\\DebugbarEnabled', ), 'uses' => 'Barryvdh\\Debugbar\\Controllers\\TelescopeController@show', 'as' => 'debugbar.telescope', 'controller' => 'Barryvdh\\Debugbar\\Controllers\\TelescopeController@show', 'namespace' => 'Barryvdh\\Debugbar\\Controllers', 'prefix' => '_debugbar', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'debugbar.assets.css' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => '_debugbar/assets/stylesheets', 'action' => array ( 'domain' => NULL, 'middleware' => array ( 0 => 'Barryvdh\\Debugbar\\Middleware\\DebugbarEnabled', ), 'uses' => 'Barryvdh\\Debugbar\\Controllers\\AssetController@css', 'as' => 'debugbar.assets.css', 'controller' => 'Barryvdh\\Debugbar\\Controllers\\AssetController@css', 'namespace' => 'Barryvdh\\Debugbar\\Controllers', 'prefix' => '_debugbar', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'debugbar.assets.js' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => '_debugbar/assets/javascript', 'action' => array ( 'domain' => NULL, 'middleware' => array ( 0 => 'Barryvdh\\Debugbar\\Middleware\\DebugbarEnabled', ), 'uses' => 'Barryvdh\\Debugbar\\Controllers\\AssetController@js', 'as' => 'debugbar.assets.js', 'controller' => 'Barryvdh\\Debugbar\\Controllers\\AssetController@js', 'namespace' => 'Barryvdh\\Debugbar\\Controllers', 'prefix' => '_debugbar', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'debugbar.cache.delete' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => '_debugbar/cache/{key}/{tags?}', 'action' => array ( 'domain' => NULL, 'middleware' => array ( 0 => 'Barryvdh\\Debugbar\\Middleware\\DebugbarEnabled', ), 'uses' => 'Barryvdh\\Debugbar\\Controllers\\CacheController@delete', 'as' => 'debugbar.cache.delete', 'controller' => 'Barryvdh\\Debugbar\\Controllers\\CacheController@delete', 'namespace' => 'Barryvdh\\Debugbar\\Controllers', 'prefix' => '_debugbar', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'debugbar.queries.explain' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => '_debugbar/queries/explain', 'action' => array ( 'domain' => NULL, 'middleware' => array ( 0 => 'Barryvdh\\Debugbar\\Middleware\\DebugbarEnabled', ), 'uses' => 'Barryvdh\\Debugbar\\Controllers\\QueriesController@explain', 'as' => 'debugbar.queries.explain', 'controller' => 'Barryvdh\\Debugbar\\Controllers\\QueriesController@explain', 'namespace' => 'Barryvdh\\Debugbar\\Controllers', 'prefix' => '_debugbar', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::89pypdGcmSeSWkWd' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => '__clockwork/{id}/extended', 'action' => array ( 'uses' => 'Clockwork\\Support\\Laravel\\ClockworkController@getExtendedData', 'controller' => 'Clockwork\\Support\\Laravel\\ClockworkController@getExtendedData', 'as' => 'generated::89pypdGcmSeSWkWd', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( 'id' => '([0-9-]+|latest)', ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::I9shmVe3Ra19J1Pb' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => '__clockwork/{id}/{direction?}/{count?}', 'action' => array ( 'uses' => 'Clockwork\\Support\\Laravel\\ClockworkController@getData', 'controller' => 'Clockwork\\Support\\Laravel\\ClockworkController@getData', 'as' => 'generated::I9shmVe3Ra19J1Pb', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( 'id' => '([0-9-]+|latest)', 'direction' => '(next|previous)', 'count' => '\\d+', ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::m6zxi2QHeLSmDccc' => array ( 'methods' => array ( 0 => 'PUT', ), 'uri' => '__clockwork/{id}', 'action' => array ( 'uses' => 'Clockwork\\Support\\Laravel\\ClockworkController@updateData', 'controller' => 'Clockwork\\Support\\Laravel\\ClockworkController@updateData', 'as' => 'generated::m6zxi2QHeLSmDccc', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::rL51SEcJU0A6xRlW' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => '__clockwork/auth', 'action' => array ( 'uses' => 'Clockwork\\Support\\Laravel\\ClockworkController@authenticate', 'controller' => 'Clockwork\\Support\\Laravel\\ClockworkController@authenticate', 'as' => 'generated::rL51SEcJU0A6xRlW', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::bYQNanOxGPwMQcon' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'clockwork', 'action' => array ( 'uses' => 'Clockwork\\Support\\Laravel\\ClockworkController@webRedirect', 'controller' => 'Clockwork\\Support\\Laravel\\ClockworkController@webRedirect', 'as' => 'generated::bYQNanOxGPwMQcon', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::w91hWIoYWb957OME' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'clockwork/app', 'action' => array ( 'uses' => 'Clockwork\\Support\\Laravel\\ClockworkController@webIndex', 'controller' => 'Clockwork\\Support\\Laravel\\ClockworkController@webIndex', 'as' => 'generated::w91hWIoYWb957OME', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::DlYc8SnZFb3xoQXn' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'clockwork/{path}', 'action' => array ( 'uses' => 'Clockwork\\Support\\Laravel\\ClockworkController@webAsset', 'controller' => 'Clockwork\\Support\\Laravel\\ClockworkController@webAsset', 'as' => 'generated::DlYc8SnZFb3xoQXn', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( 'path' => '.+', ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::u4n7HHRqnUuJbYN4' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => '__clockwork', 'action' => array ( 'uses' => 'Clockwork\\Support\\Laravel\\ClockworkController@webRedirect', 'controller' => 'Clockwork\\Support\\Laravel\\ClockworkController@webRedirect', 'as' => 'generated::u4n7HHRqnUuJbYN4', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::Ut3jhaE1CO4jNEpl' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => '__clockwork/app', 'action' => array ( 'uses' => 'Clockwork\\Support\\Laravel\\ClockworkController@webIndex', 'controller' => 'Clockwork\\Support\\Laravel\\ClockworkController@webIndex', 'as' => 'generated::Ut3jhaE1CO4jNEpl', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::Kz23tG7AitYpcMKd' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => '__clockwork/{path}', 'action' => array ( 'uses' => 'Clockwork\\Support\\Laravel\\ClockworkController@webAsset', 'controller' => 'Clockwork\\Support\\Laravel\\ClockworkController@webAsset', 'as' => 'generated::Kz23tG7AitYpcMKd', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( 'path' => '.+', ), '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::yppkHKdNHRkfvDjN' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/mail', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\MailController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\MailController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::yppkHKdNHRkfvDjN', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::7RcygzB0bMwEDbDP' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/mail/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\MailController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\MailController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::7RcygzB0bMwEDbDP', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::cJxr88hDxySfPOP1' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/mail/{telescopeEntryId}/preview', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\MailHtmlController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\MailHtmlController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::cJxr88hDxySfPOP1', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::GaG2JQOqZA6gYONt' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/mail/{telescopeEntryId}/download', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\MailEmlController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\MailEmlController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::GaG2JQOqZA6gYONt', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::oCZGoVvHFZgD9Fk2' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/exceptions', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\ExceptionController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\ExceptionController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::oCZGoVvHFZgD9Fk2', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::iSnm5NphjTNzqw99' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/exceptions/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\ExceptionController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\ExceptionController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::iSnm5NphjTNzqw99', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::cHyWuJ5Omv9mYT4y' => array ( 'methods' => array ( 0 => 'PUT', ), 'uri' => 'telescope/telescope-api/exceptions/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\ExceptionController@update', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\ExceptionController@update', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::cHyWuJ5Omv9mYT4y', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::9YnzHdCHUZp5K53s' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/dumps', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\DumpController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\DumpController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::9YnzHdCHUZp5K53s', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::HvXok7jPK0WcFwhe' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/logs', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\LogController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\LogController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::HvXok7jPK0WcFwhe', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::R6e5jzdXxLa9YcOI' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/logs/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\LogController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\LogController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::R6e5jzdXxLa9YcOI', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::XFfaHkfjWzBeySkN' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/notifications', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\NotificationsController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\NotificationsController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::XFfaHkfjWzBeySkN', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::wrdm2UubpgX4U28m' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/notifications/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\NotificationsController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\NotificationsController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::wrdm2UubpgX4U28m', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::Aoa1cWaombINKSk4' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/jobs', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\QueueController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\QueueController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::Aoa1cWaombINKSk4', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::MQPPlrDHrYlqT8m2' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/jobs/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\QueueController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\QueueController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::MQPPlrDHrYlqT8m2', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::WuMIvmDAsTw0xUmM' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/batches', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\QueueBatchesController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\QueueBatchesController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::WuMIvmDAsTw0xUmM', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::rXpgXTdDyoM8NYGD' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/batches/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\QueueBatchesController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\QueueBatchesController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::rXpgXTdDyoM8NYGD', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::4ItFKSGvocKDnwiE' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/events', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\EventsController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\EventsController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::4ItFKSGvocKDnwiE', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::e5IZ9E3QvtS4TH0T' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/events/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\EventsController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\EventsController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::e5IZ9E3QvtS4TH0T', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::4aPvb8l0DC2r2MRM' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/gates', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\GatesController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\GatesController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::4aPvb8l0DC2r2MRM', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::dBRMLxp8DpFoBTNn' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/gates/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\GatesController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\GatesController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::dBRMLxp8DpFoBTNn', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::iiNx4vUp04IXMpmz' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/cache', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\CacheController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\CacheController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::iiNx4vUp04IXMpmz', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::L8mtQNOpM7bZIIip' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/cache/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\CacheController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\CacheController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::L8mtQNOpM7bZIIip', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::Lkfz5vOMcTg5W7Mp' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/queries', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\QueriesController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\QueriesController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::Lkfz5vOMcTg5W7Mp', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::cNwlFm8EPp1goRHh' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/queries/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\QueriesController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\QueriesController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::cNwlFm8EPp1goRHh', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::mCsz24iLPEnrCaPh' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/models', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\ModelsController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\ModelsController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::mCsz24iLPEnrCaPh', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::52RmAEsmb19m3lDs' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/models/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\ModelsController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\ModelsController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::52RmAEsmb19m3lDs', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::TUno3fUXn7TRiIaJ' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/requests', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\RequestsController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\RequestsController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::TUno3fUXn7TRiIaJ', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::TTiWsvcBxTIevTIU' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/requests/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\RequestsController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\RequestsController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::TTiWsvcBxTIevTIU', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::ie4qJEPTyuoID28g' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/views', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\ViewsController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\ViewsController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::ie4qJEPTyuoID28g', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::Z95lihRgFgcEkF7R' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/views/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\ViewsController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\ViewsController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::Z95lihRgFgcEkF7R', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::sBKX94ElvSGGbymT' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/commands', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\CommandsController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\CommandsController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::sBKX94ElvSGGbymT', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::Pa5jYTSQZfp4lqZc' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/commands/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\CommandsController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\CommandsController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::Pa5jYTSQZfp4lqZc', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::ukIeu5SRrvR6HnGL' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/schedule', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\ScheduleController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\ScheduleController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::ukIeu5SRrvR6HnGL', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::34LVMbp2dE62PU61' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/schedule/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\ScheduleController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\ScheduleController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::34LVMbp2dE62PU61', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::Kr0GRRNyz76Encef' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/redis', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\RedisController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\RedisController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::Kr0GRRNyz76Encef', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::tDAlYPXNbW19JJEh' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/redis/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\RedisController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\RedisController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::tDAlYPXNbW19JJEh', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::li39sgBawwzI5aVE' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/client-requests', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\ClientRequestController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\ClientRequestController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::li39sgBawwzI5aVE', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::YC6ieOOXivQ4GTVd' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/client-requests/{telescopeEntryId}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\ClientRequestController@show', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\ClientRequestController@show', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::YC6ieOOXivQ4GTVd', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::QOlG8LkGQkJp4w5X' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/telescope-api/monitored-tags', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\MonitoredTagController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\MonitoredTagController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::QOlG8LkGQkJp4w5X', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::89zlFGtp4gis2Voy' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/monitored-tags', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\MonitoredTagController@store', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\MonitoredTagController@store', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::89zlFGtp4gis2Voy', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::00705vp6DMQDhfgB' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/monitored-tags/delete', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\MonitoredTagController@destroy', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\MonitoredTagController@destroy', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::00705vp6DMQDhfgB', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::LZiiSd9Tzdz3ijwG' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'telescope/telescope-api/toggle-recording', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\RecordingController@toggle', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\RecordingController@toggle', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::LZiiSd9Tzdz3ijwG', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::2ciU4xNnw2u1hRF1' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'telescope/telescope-api/entries', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\EntriesController@destroy', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\EntriesController@destroy', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'generated::2ciU4xNnw2u1hRF1', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'telescope' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'telescope/{view?}', 'action' => array ( 'domain' => NULL, 'middleware' => 'telescope', 'uses' => 'Laravel\\Telescope\\Http\\Controllers\\HomeController@index', 'controller' => 'Laravel\\Telescope\\Http\\Controllers\\HomeController@index', 'namespace' => 'Laravel\\Telescope\\Http\\Controllers', 'prefix' => 'telescope', 'where' => array ( ), 'as' => 'telescope', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( 'view' => '(.*)', ), '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, ), 'generated::DDVRwjQZgCI4JuHj' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'livewire/livewire.js', 'action' => array ( 'uses' => 'Livewire\\Mechanisms\\FrontendAssets\\FrontendAssets@returnJavaScriptAsFile', 'controller' => 'Livewire\\Mechanisms\\FrontendAssets\\FrontendAssets@returnJavaScriptAsFile', 'as' => 'generated::DDVRwjQZgCI4JuHj', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::fzimi6DPJaejF3ZL' => 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::fzimi6DPJaejF3ZL', ), '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, ), 'generated::P5OdetWPetVsF7Hs' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'captcha/api/{config?}', 'action' => array ( 'uses' => '\\Mews\\Captcha\\CaptchaController@getCaptchaApi', 'controller' => '\\Mews\\Captcha\\CaptchaController@getCaptchaApi', 'middleware' => array ( 0 => 'web', ), 'as' => 'generated::P5OdetWPetVsF7Hs', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::U3SAqzSrMgLszOdg' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'captcha/{config?}', 'action' => array ( 'uses' => '\\Mews\\Captcha\\CaptchaController@getCaptcha', 'controller' => '\\Mews\\Captcha\\CaptchaController@getCaptcha', 'middleware' => array ( 0 => 'web', ), 'as' => 'generated::U3SAqzSrMgLszOdg', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), '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, ), 'generated::xbZMQ3HDhVeFV98f' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/user', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:77:"function (\\Illuminate\\Http\\Request $request) { return $request->user(); }";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000000019010000000000000000";}}', 'namespace' => NULL, 'prefix' => 'api', 'where' => array ( ), 'as' => 'generated::xbZMQ3HDhVeFV98f', ), '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', ), 'uses' => 'App\\Http\\Controllers\\Auth\\LoginController@showLoginForm', 'controller' => 'App\\Http\\Controllers\\Auth\\LoginController@showLoginForm', 'namespace' => 'App\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), 'as' => 'login', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::6SvwVnERnUgWNvlt' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'login', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'App\\Http\\Controllers\\Auth\\LoginController@login', 'controller' => 'App\\Http\\Controllers\\Auth\\LoginController@login', 'namespace' => 'App\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), 'as' => 'generated::6SvwVnERnUgWNvlt', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'logout' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'logout', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'App\\Http\\Controllers\\Auth\\LoginController@logout', 'controller' => 'App\\Http\\Controllers\\Auth\\LoginController@logout', 'namespace' => 'App\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), 'as' => 'logout', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'register' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'register', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'App\\Http\\Controllers\\Auth\\RegisterController@showRegistrationForm', 'controller' => 'App\\Http\\Controllers\\Auth\\RegisterController@showRegistrationForm', 'namespace' => 'App\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), 'as' => 'register', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'generated::Y1KnpQPE3j6uSWRA' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'register', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'App\\Http\\Controllers\\Auth\\RegisterController@register', 'controller' => 'App\\Http\\Controllers\\Auth\\RegisterController@register', 'namespace' => 'App\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), 'as' => 'generated::Y1KnpQPE3j6uSWRA', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'password.request' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'password/reset', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'App\\Http\\Controllers\\Auth\\ForgotPasswordController@showLinkRequestForm', 'controller' => 'App\\Http\\Controllers\\Auth\\ForgotPasswordController@showLinkRequestForm', 'namespace' => 'App\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), 'as' => 'password.request', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'password.email' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'password/email', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'App\\Http\\Controllers\\Auth\\ForgotPasswordController@sendResetLinkEmail', 'controller' => 'App\\Http\\Controllers\\Auth\\ForgotPasswordController@sendResetLinkEmail', 'namespace' => 'App\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), 'as' => 'password.email', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'password.reset' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'password/reset/{token}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'App\\Http\\Controllers\\Auth\\ResetPasswordController@showResetForm', 'controller' => 'App\\Http\\Controllers\\Auth\\ResetPasswordController@showResetForm', 'namespace' => 'App\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), 'as' => 'password.reset', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'password.update' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'password/reset', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'App\\Http\\Controllers\\Auth\\ResetPasswordController@reset', 'controller' => 'App\\Http\\Controllers\\Auth\\ResetPasswordController@reset', 'namespace' => 'App\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), 'as' => 'password.update', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.admin' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/admin', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000000017ad0000000000000000";}}', 'as' => 'api.admin', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.admin.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/admin', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.admin.index', 'uses' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@index', 'controller' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@index', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.admin.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/admin/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.admin.create', 'uses' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@create', 'controller' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@create', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.admin.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/admin', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.admin.store', 'uses' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@store', 'controller' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@store', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.admin.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/admin/{admin}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.admin.show', 'uses' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@show', 'controller' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@show', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.admin.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/admin/{admin}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.admin.edit', 'uses' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@edit', 'controller' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@edit', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.admin.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/admin/{admin}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.admin.update', 'uses' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@update', 'controller' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@update', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.admin.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/admin/{admin}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.admin.destroy', 'uses' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@destroy', 'controller' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@destroy', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.admins' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/admins', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@bulkAction', 'controller' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AdminController@bulkAction', 'as' => 'admin.bulk.admins', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/forgot-password', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => '\\Illuminate\\Routing\\ViewController@__invoke', 'controller' => '\\Illuminate\\Routing\\ViewController', 'as' => 'admin.', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( 'view' => 'admin::Dashboard.frest.auth.forgot-password', 'data' => array ( ), 'status' => 200, 'headers' => array ( ), ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.forgotPassword' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/forgot-password', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AuthController@ForgotPassword', 'controller' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AuthController@ForgotPassword', 'as' => 'admin.forgotPassword', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::MiGvGsLdAgfcsOBz' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/reset-password/token={token}&email={email}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'Modules\\Admin\\Http\\Middleware\\Dashboard\\Frest\\ResetPasswordToken', ), 'uses' => '\\Illuminate\\Routing\\ViewController@__invoke', 'controller' => '\\Illuminate\\Routing\\ViewController', 'as' => 'admin.generated::MiGvGsLdAgfcsOBz', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( 'view' => 'admin::Dashboard.frest.auth.reset-password', 'data' => array ( ), 'status' => 200, 'headers' => array ( ), ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.resetPassword' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/reset-password', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AuthController@ResetPassword', 'controller' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AuthController@ResetPassword', 'as' => 'admin.resetPassword', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.logout' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/logout', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AuthController@logOut', 'controller' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AuthController@logOut', 'as' => 'admin.logout', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::kdsWaNLbKqHSIHhy' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/login', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AuthController@login', 'controller' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest\\AuthController@login', 'as' => 'admin.generated::kdsWaNLbKqHSIHhy', 'namespace' => 'Modules\\Admin\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.ads' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/ads', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"000000000000180f0000000000000000";}}', 'as' => 'api.ads', 'namespace' => 'Modules\\Ads\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.ads.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/ads', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.ads.index', 'uses' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@index', 'controller' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@index', 'namespace' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.ads.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/ads/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.ads.create', 'uses' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@create', 'controller' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@create', 'namespace' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.ads.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/ads', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.ads.store', 'uses' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@store', 'controller' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@store', 'namespace' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.ads.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/ads/{ad}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.ads.show', 'uses' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@show', 'controller' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@show', 'namespace' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.ads.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/ads/{ad}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.ads.edit', 'uses' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@edit', 'controller' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@edit', 'namespace' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.ads.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/ads/{ad}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.ads.update', 'uses' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@update', 'controller' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@update', 'namespace' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.ads.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/ads/{ad}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.ads.destroy', 'uses' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@destroy', 'controller' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@destroy', 'namespace' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.ads' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/ads', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@bulkAction', 'controller' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest\\AdsController@bulkAction', 'as' => 'admin.bulk.ads', 'namespace' => 'Modules\\Ads\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.album' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/album', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000000019250000000000000000";}}', 'as' => 'api.album', 'namespace' => 'Modules\\Album\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.album.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/album', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.album.index', 'uses' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@index', 'controller' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@index', 'namespace' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.album.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/album/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.album.create', 'uses' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@create', 'controller' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@create', 'namespace' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.album.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/album', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.album.store', 'uses' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@store', 'controller' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@store', 'namespace' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.album.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/album/{album}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.album.show', 'uses' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@show', 'controller' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@show', 'namespace' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.album.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/album/{album}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.album.edit', 'uses' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@edit', 'controller' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@edit', 'namespace' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.album.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/album/{album}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.album.update', 'uses' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@update', 'controller' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@update', 'namespace' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.album.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/album/{album}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.album.destroy', 'uses' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@destroy', 'controller' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@destroy', 'namespace' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.albums' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/albums', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@bulkAction', 'controller' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest\\AlbumController@bulkAction', 'as' => 'admin.bulk.albums', 'namespace' => 'Modules\\Album\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.area' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/area', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000000019360000000000000000";}}', 'as' => 'api.area', 'namespace' => 'Modules\\Area\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'area.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'area', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'area.index', 'uses' => 'Modules\\Area\\app\\Http\\Controllers\\AreaController@index', 'controller' => 'Modules\\Area\\app\\Http\\Controllers\\AreaController@index', 'namespace' => 'Modules\\Area\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'area.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'area/create', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'area.create', 'uses' => 'Modules\\Area\\app\\Http\\Controllers\\AreaController@create', 'controller' => 'Modules\\Area\\app\\Http\\Controllers\\AreaController@create', 'namespace' => 'Modules\\Area\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'area.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'area', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'area.store', 'uses' => 'Modules\\Area\\app\\Http\\Controllers\\AreaController@store', 'controller' => 'Modules\\Area\\app\\Http\\Controllers\\AreaController@store', 'namespace' => 'Modules\\Area\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'area.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'area/{area}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'area.show', 'uses' => 'Modules\\Area\\app\\Http\\Controllers\\AreaController@show', 'controller' => 'Modules\\Area\\app\\Http\\Controllers\\AreaController@show', 'namespace' => 'Modules\\Area\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'area.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'area/{area}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'area.edit', 'uses' => 'Modules\\Area\\app\\Http\\Controllers\\AreaController@edit', 'controller' => 'Modules\\Area\\app\\Http\\Controllers\\AreaController@edit', 'namespace' => 'Modules\\Area\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'area.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'area/{area}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'area.update', 'uses' => 'Modules\\Area\\app\\Http\\Controllers\\AreaController@update', 'controller' => 'Modules\\Area\\app\\Http\\Controllers\\AreaController@update', 'namespace' => 'Modules\\Area\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'area.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'area/{area}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'area.destroy', 'uses' => 'Modules\\Area\\app\\Http\\Controllers\\AreaController@destroy', 'controller' => 'Modules\\Area\\app\\Http\\Controllers\\AreaController@destroy', 'namespace' => 'Modules\\Area\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.borhan' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/borhan', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000000019450000000000000000";}}', 'as' => 'api.borhan', 'namespace' => 'Modules\\Borhan\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'borhan.home' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => '/', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@index', 'controller' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@index', 'namespace' => 'Modules\\Borhan\\app\\Http\\Controllers', 'prefix' => '/', 'where' => array ( ), 'as' => 'borhan.home', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'borhan.page' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'page/{id?}/{slug?}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@page', 'controller' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@page', 'namespace' => 'Modules\\Borhan\\app\\Http\\Controllers', 'prefix' => '/', 'where' => array ( ), 'as' => 'borhan.page', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'borhan.portfolios' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'portfolios/{id?}/{slug?}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@portfolio', 'controller' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@portfolio', 'namespace' => 'Modules\\Borhan\\app\\Http\\Controllers', 'prefix' => '/', 'where' => array ( ), 'as' => 'borhan.portfolios', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'borhan.portfolio' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'portfolio/{id}/{slug?}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@portfolio_detail', 'controller' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@portfolio_detail', 'namespace' => 'Modules\\Borhan\\app\\Http\\Controllers', 'prefix' => '/', 'where' => array ( ), 'as' => 'borhan.portfolio', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'borhan.contact' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'contact', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@contact', 'controller' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@contact', 'namespace' => 'Modules\\Borhan\\app\\Http\\Controllers', 'prefix' => '/', 'where' => array ( ), 'as' => 'borhan.contact', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'borhan.newses' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'news/{id?}/{slug?}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@blogs', 'controller' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@blogs', 'namespace' => 'Modules\\Borhan\\app\\Http\\Controllers', 'prefix' => '/', 'where' => array ( ), 'as' => 'borhan.newses', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'borhan.news' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'n/{slug?}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@blog', 'controller' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@blog', 'namespace' => 'Modules\\Borhan\\app\\Http\\Controllers', 'prefix' => '/', 'where' => array ( ), 'as' => 'borhan.news', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'borhan.skills' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'show/skills/{id?}/{slug?}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@skills', 'controller' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@skills', 'namespace' => 'Modules\\Borhan\\app\\Http\\Controllers', 'prefix' => '/', 'where' => array ( ), 'as' => 'borhan.skills', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'borhan.skill' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'show/skill/{id?}/{slug?}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@skill', 'controller' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@skill', 'namespace' => 'Modules\\Borhan\\app\\Http\\Controllers', 'prefix' => '/', 'where' => array ( ), 'as' => 'borhan.skill', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'borhan.add-collaboration' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'add-collaboration', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@addCollaboration', 'controller' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@addCollaboration', 'namespace' => 'Modules\\Borhan\\app\\Http\\Controllers', 'prefix' => '/', 'where' => array ( ), 'as' => 'borhan.add-collaboration', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'borhan.blog.add-comment' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'add-comment/blog/{news}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@addComment', 'controller' => 'Modules\\Borhan\\app\\Http\\Controllers\\BorhanController@addComment', 'namespace' => 'Modules\\Borhan\\app\\Http\\Controllers', 'prefix' => '/', 'where' => array ( ), 'as' => 'borhan.blog.add-comment', ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( 'news' => 'slug', ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.category' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/category', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000000018900000000000000000";}}', 'as' => 'api.category', 'namespace' => 'Modules\\Category\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.category.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/category', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.category.index', 'uses' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@index', 'controller' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@index', 'namespace' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.category.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/category/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.category.create', 'uses' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@create', 'controller' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@create', 'namespace' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.category.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/category', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.category.store', 'uses' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@store', 'controller' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@store', 'namespace' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.category.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/category/{category}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.category.show', 'uses' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@show', 'controller' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@show', 'namespace' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.category.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/category/{category}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.category.edit', 'uses' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@edit', 'controller' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@edit', 'namespace' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.category.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/category/{category}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.category.update', 'uses' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@update', 'controller' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@update', 'namespace' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.category.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/category/{category}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.category.destroy', 'uses' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@destroy', 'controller' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@destroy', 'namespace' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.getCat' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/category/get', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@getCat', 'controller' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@getCat', 'as' => 'admin.getCat', 'namespace' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.category.list' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/category/index/{type}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@index', 'controller' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@index', 'as' => 'admin.category.list', 'namespace' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.category.show.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/category/create/{type}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@create', 'controller' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@create', 'as' => 'admin.category.show.create', 'namespace' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.categories' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/categories', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@bulkAction', 'controller' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest\\CategoryController@bulkAction', 'as' => 'admin.bulk.categories', 'namespace' => 'Modules\\Category\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.comment' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/comment', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"000000000000182c0000000000000000";}}', 'as' => 'api.comment', 'namespace' => 'Modules\\Comment\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.comment.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/comment', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.comment.index', 'uses' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@index', 'controller' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@index', 'namespace' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.comment.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/comment/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.comment.create', 'uses' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@create', 'controller' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@create', 'namespace' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.comment.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/comment', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.comment.store', 'uses' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@store', 'controller' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@store', 'namespace' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.comment.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/comment/{comment}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.comment.show', 'uses' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@show', 'controller' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@show', 'namespace' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.comment.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/comment/{comment}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.comment.edit', 'uses' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@edit', 'controller' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@edit', 'namespace' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.comment.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/comment/{comment}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.comment.update', 'uses' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@update', 'controller' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@update', 'namespace' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.comment.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/comment/{comment}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.comment.destroy', 'uses' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@destroy', 'controller' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@destroy', 'namespace' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.comments' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/comments', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@bulkAction', 'controller' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest\\CommentController@bulkAction', 'as' => 'admin.bulk.comments', 'namespace' => 'Modules\\Comment\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.competition' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/competition', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000000007ab0000000000000000";}}', 'as' => 'api.competition', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'competition.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'competition', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'competition.index', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\CompetitionController@index', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\CompetitionController@index', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'competition.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'competition/create', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'competition.create', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\CompetitionController@create', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\CompetitionController@create', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'competition.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'competition', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'competition.store', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\CompetitionController@store', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\CompetitionController@store', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'competition.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'competition/{competition}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'competition.show', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\CompetitionController@show', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\CompetitionController@show', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'competition.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'competition/{competition}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'competition.edit', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\CompetitionController@edit', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\CompetitionController@edit', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'competition.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'competition/{competition}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'competition.update', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\CompetitionController@update', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\CompetitionController@update', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'competition.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'competition/{competition}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'competition.destroy', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\CompetitionController@destroy', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\CompetitionController@destroy', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.competitionCategory.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/competitionCategory', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.competitionCategory.index', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@index', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@index', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.competitionCategory.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/competitionCategory/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.competitionCategory.create', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@create', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@create', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.competitionCategory.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/competitionCategory', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.competitionCategory.store', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@store', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@store', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.competitionCategory.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/competitionCategory/{competitionCategory}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.competitionCategory.show', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@show', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@show', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.competitionCategory.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/competitionCategory/{competitionCategory}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.competitionCategory.edit', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@edit', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@edit', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.competitionCategory.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/competitionCategory/{competitionCategory}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.competitionCategory.update', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@update', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@update', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.competitionCategory.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/competitionCategory/{competitionCategory}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.competitionCategory.destroy', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@destroy', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@destroy', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.competitionCategories' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/competitionCategory', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@bulkAction', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionCategoryController@bulkAction', 'as' => 'admin.bulk.competitionCategories', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.competition.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/competition', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.competition.index', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@index', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@index', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.competition.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/competition/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.competition.create', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@create', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@create', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.competition.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/competition', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.competition.store', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@store', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@store', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.competition.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/competition/{competition}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.competition.show', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@show', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@show', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.competition.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/competition/{competition}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.competition.edit', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@edit', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@edit', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.competition.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/competition/{competition}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.competition.update', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@update', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@update', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.competition.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/competition/{competition}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.competition.destroy', 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@destroy', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@destroy', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.members' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/competition-members/{id}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@members', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@members', 'as' => 'admin.members', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.competition' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/competition', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@bulkAction', 'controller' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest\\competitionController@bulkAction', 'as' => 'admin.bulk.competition', 'namespace' => 'Modules\\Competition\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.contact' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/contact', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"000000000000082e0000000000000000";}}', 'as' => 'api.contact', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.contact.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/contact', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.contact.index', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@index', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@index', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.contact.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/contact/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.contact.create', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@create', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@create', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.contact.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/contact', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.contact.store', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@store', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@store', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.contact.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/contact/{contact}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.contact.show', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@show', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@show', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.contact.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/contact/{contact}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.contact.edit', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@edit', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@edit', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.contact.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/contact/{contact}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.contact.update', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@update', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@update', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.contact.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/contact/{contact}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.contact.destroy', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@destroy', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@destroy', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.order.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/order', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.order.index', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\OrderController@index', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\OrderController@index', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.order.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/order/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.order.create', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\OrderController@create', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\OrderController@create', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.order.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/order', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.order.store', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\OrderController@store', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\OrderController@store', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.order.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/order/{order}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.order.show', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\OrderController@show', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\OrderController@show', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.order.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/order/{order}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.order.edit', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\OrderController@edit', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\OrderController@edit', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.order.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/order/{order}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.order.update', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\OrderController@update', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\OrderController@update', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.order.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/order/{order}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.order.destroy', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\OrderController@destroy', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\OrderController@destroy', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.cooperation.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/cooperation', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.cooperation.index', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\CooperationController@index', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\CooperationController@index', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.cooperation.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/cooperation/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.cooperation.create', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\CooperationController@create', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\CooperationController@create', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.cooperation.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/cooperation', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.cooperation.store', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\CooperationController@store', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\CooperationController@store', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.cooperation.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/cooperation/{cooperation}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.cooperation.show', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\CooperationController@show', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\CooperationController@show', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.cooperation.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/cooperation/{cooperation}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.cooperation.edit', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\CooperationController@edit', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\CooperationController@edit', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.cooperation.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/cooperation/{cooperation}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.cooperation.update', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\CooperationController@update', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\CooperationController@update', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.cooperation.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/cooperation/{cooperation}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.cooperation.destroy', 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\CooperationController@destroy', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\CooperationController@destroy', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.contacts' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/contacts', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@bulkAction', 'controller' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest\\ContactController@bulkAction', 'as' => 'admin.bulk.contacts', 'namespace' => 'Modules\\Contact\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.core' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/core', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000000d780000000000000000";}}', 'as' => 'api.core', 'namespace' => 'Modules\\Core\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::GU73TY6zapqdNMpQ' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/nodad/updates', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Core\\app\\Http\\Controllers\\NodadModulesController@update', 'controller' => 'Modules\\Core\\app\\Http\\Controllers\\NodadModulesController@update', 'as' => 'admin.generated::GU73TY6zapqdNMpQ', 'namespace' => 'Modules\\Core\\app\\Http\\Controllers', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.admin.install.update' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/nodad/updates/install', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Core\\app\\Http\\Controllers\\NodadModulesController@install', 'controller' => 'Modules\\Core\\app\\Http\\Controllers\\NodadModulesController@install', 'as' => 'admin.admin.install.update', 'namespace' => 'Modules\\Core\\app\\Http\\Controllers', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.counseling' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/counseling', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000000d860000000000000000";}}', 'as' => 'api.counseling', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-years.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings-years', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.counselings-years.index', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingYearController@index', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingYearController@index', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-years.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings-years/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.counselings-years.create', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingYearController@create', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingYearController@create', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-years.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'Admin/counselings-years', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.counselings-years.store', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingYearController@store', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingYearController@store', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-years.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings-years/{counselings_year}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.counselings-years.show', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingYearController@show', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingYearController@show', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-years.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings-years/{counselings_year}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.counselings-years.edit', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingYearController@edit', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingYearController@edit', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-years.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'Admin/counselings-years/{counselings_year}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.counselings-years.update', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingYearController@update', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingYearController@update', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-years.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'Admin/counselings-years/{counselings_year}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.counselings-years.destroy', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingYearController@destroy', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingYearController@destroy', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.consultants.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/consultants', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.consultants.index', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\ConsultantController@index', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\ConsultantController@index', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.consultants.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/consultants/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.consultants.create', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\ConsultantController@create', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\ConsultantController@create', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.consultants.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'Admin/consultants', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.consultants.store', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\ConsultantController@store', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\ConsultantController@store', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.consultants.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/consultants/{consultant}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.consultants.show', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\ConsultantController@show', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\ConsultantController@show', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.consultants.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/consultants/{consultant}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.consultants.edit', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\ConsultantController@edit', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\ConsultantController@edit', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.consultants.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'Admin/consultants/{consultant}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.consultants.update', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\ConsultantController@update', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\ConsultantController@update', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.consultants.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'Admin/consultants/{consultant}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.consultants.destroy', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\ConsultantController@destroy', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\ConsultantController@destroy', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-types.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings-types', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.counselings-types.index', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingTypeController@index', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingTypeController@index', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-types.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings-types/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.counselings-types.create', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingTypeController@create', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingTypeController@create', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-types.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'Admin/counselings-types', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.counselings-types.store', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingTypeController@store', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingTypeController@store', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-types.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings-types/{counselings_type}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.counselings-types.show', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingTypeController@show', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingTypeController@show', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-types.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings-types/{counselings_type}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.counselings-types.edit', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingTypeController@edit', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingTypeController@edit', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-types.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'Admin/counselings-types/{counselings_type}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.counselings-types.update', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingTypeController@update', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingTypeController@update', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-types.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'Admin/counselings-types/{counselings_type}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.counselings-types.destroy', 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingTypeController@destroy', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingTypeController@destroy', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings/index/{month}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingController@index', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingController@index', 'as' => 'admin.counselings.index', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings/create/{month}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingController@create', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingController@create', 'as' => 'admin.counselings.create', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'Admin/counselings/store/{month}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingController@store', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingController@store', 'as' => 'admin.counselings.store', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings/edit/{counseling}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingController@edit', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingController@edit', 'as' => 'admin.counselings.edit', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings.update' => array ( 'methods' => array ( 0 => 'PUT', ), 'uri' => 'Admin/counselings/update/{counseling}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingController@update', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingController@update', 'as' => 'admin.counselings.update', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'Admin/counselings/destroy/{counseling}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingController@destroy', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingController@destroy', 'as' => 'admin.counselings.destroy', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.ways.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings-ways/index/{type}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingWayController@index', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingWayController@index', 'as' => 'admin.ways.index', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-ways.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings-ways/create/{type}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingWayController@create', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingWayController@create', 'as' => 'admin.counselings-ways.create', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-ways.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'Admin/counselings-ways/store/{type}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingWayController@store', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingWayController@store', 'as' => 'admin.counselings-ways.store', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-ways.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings-ways/edit/{way}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingWayController@edit', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingWayController@edit', 'as' => 'admin.counselings-ways.edit', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-ways.update' => array ( 'methods' => array ( 0 => 'PUT', ), 'uri' => 'Admin/counselings-ways/update/{way}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingWayController@update', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingWayController@update', 'as' => 'admin.counselings-ways.update', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-ways.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'Admin/counselings-ways/destroy/{way}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingWayController@destroy', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingWayController@destroy', 'as' => 'admin.counselings-ways.destroy', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.counselings-months.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'Admin/counselings-months/{year}/index', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingMonthController@index', 'controller' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin\\CounselingMonthController@index', 'as' => 'admin.counselings-months.index', 'namespace' => 'Modules\\Counseling\\app\\Http\\Controllers\\Admin', 'prefix' => '/Admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.customer' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/customer', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"000000000000107b0000000000000000";}}', 'as' => 'api.customer', 'namespace' => 'Modules\\Customer\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'customer.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'customer', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'customer.index', 'uses' => 'Modules\\Customer\\app\\Http\\Controllers\\CustomerController@index', 'controller' => 'Modules\\Customer\\app\\Http\\Controllers\\CustomerController@index', 'namespace' => 'Modules\\Customer\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'customer.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'customer/create', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'customer.create', 'uses' => 'Modules\\Customer\\app\\Http\\Controllers\\CustomerController@create', 'controller' => 'Modules\\Customer\\app\\Http\\Controllers\\CustomerController@create', 'namespace' => 'Modules\\Customer\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'customer.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'customer', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'customer.store', 'uses' => 'Modules\\Customer\\app\\Http\\Controllers\\CustomerController@store', 'controller' => 'Modules\\Customer\\app\\Http\\Controllers\\CustomerController@store', 'namespace' => 'Modules\\Customer\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'customer.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'customer/{customer}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'customer.show', 'uses' => 'Modules\\Customer\\app\\Http\\Controllers\\CustomerController@show', 'controller' => 'Modules\\Customer\\app\\Http\\Controllers\\CustomerController@show', 'namespace' => 'Modules\\Customer\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'customer.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'customer/{customer}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'customer.edit', 'uses' => 'Modules\\Customer\\app\\Http\\Controllers\\CustomerController@edit', 'controller' => 'Modules\\Customer\\app\\Http\\Controllers\\CustomerController@edit', 'namespace' => 'Modules\\Customer\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'customer.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'customer/{customer}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'customer.update', 'uses' => 'Modules\\Customer\\app\\Http\\Controllers\\CustomerController@update', 'controller' => 'Modules\\Customer\\app\\Http\\Controllers\\CustomerController@update', 'namespace' => 'Modules\\Customer\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'customer.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'customer/{customer}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'customer.destroy', 'uses' => 'Modules\\Customer\\app\\Http\\Controllers\\CustomerController@destroy', 'controller' => 'Modules\\Customer\\app\\Http\\Controllers\\CustomerController@destroy', 'namespace' => 'Modules\\Customer\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.dashboard' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/dashboard', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000000010c00000000000000000";}}', 'as' => 'api.dashboard', 'namespace' => 'Modules\\Dashboard\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.admin.panel' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/panel', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Dashboard\\app\\Http\\Controllers\\Dashboard\\Frest\\DashboardController@index', 'controller' => 'Modules\\Dashboard\\app\\Http\\Controllers\\Dashboard\\Frest\\DashboardController@index', 'as' => 'admin.admin.panel', 'namespace' => 'Modules\\Dashboard\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.faq' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/faq', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000000f5c0000000000000000";}}', 'as' => 'api.faq', 'namespace' => 'Modules\\Faq\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.faq.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/faq', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.faq.index', 'uses' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@index', 'controller' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@index', 'namespace' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.faq.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/faq/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.faq.create', 'uses' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@create', 'controller' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@create', 'namespace' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.faq.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/faq', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.faq.store', 'uses' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@store', 'controller' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@store', 'namespace' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.faq.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/faq/{faq}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.faq.show', 'uses' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@show', 'controller' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@show', 'namespace' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.faq.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/faq/{faq}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.faq.edit', 'uses' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@edit', 'controller' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@edit', 'namespace' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.faq.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/faq/{faq}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.faq.update', 'uses' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@update', 'controller' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@update', 'namespace' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.faq.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/faq/{faq}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.faq.destroy', 'uses' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@destroy', 'controller' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@destroy', 'namespace' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.faqs' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/faqs', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@bulkAction', 'controller' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest\\FaqController@bulkAction', 'as' => 'admin.bulk.faqs', 'namespace' => 'Modules\\Faq\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.field' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/field', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000000010e60000000000000000";}}', 'as' => 'api.field', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.field-group.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/field-group', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.field-group.index', 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@index', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@index', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.field-group.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/field-group/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.field-group.create', 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@create', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@create', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.field-group.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/field-group', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.field-group.store', 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@store', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@store', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.field-group.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/field-group/{field_group}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.field-group.show', 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@show', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@show', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.field-group.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/field-group/{field_group}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.field-group.edit', 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@edit', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@edit', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.field-group.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/field-group/{field_group}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.field-group.update', 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@update', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@update', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.field-group.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/field-group/{field_group}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.field-group.destroy', 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@destroy', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@destroy', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.field.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/field', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.field.index', 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@index', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@index', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.field.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/field/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.field.create', 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@create', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@create', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.field.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/field', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.field.store', 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@store', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@store', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.field.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/field/{field}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.field.show', 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@show', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@show', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.field.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/field/{field}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.field.edit', 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@edit', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@edit', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.field.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/field/{field}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.field.update', 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@update', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@update', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.field.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/field/{field}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.field.destroy', 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@destroy', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@destroy', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.field-group' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/field-group', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@bulkAction', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldGroupController@bulkAction', 'as' => 'admin.bulk.field-group', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.field' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/field', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@bulkAction', 'controller' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest\\FieldController@bulkAction', 'as' => 'admin.bulk.field', 'namespace' => 'Modules\\Field\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.file' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/file', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000000010ec0000000000000000";}}', 'as' => 'api.file', 'namespace' => 'Modules\\File\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.file.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/file', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.file.index', 'uses' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@index', 'controller' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@index', 'namespace' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.file.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/file/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.file.create', 'uses' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@create', 'controller' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@create', 'namespace' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.file.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/file', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.file.store', 'uses' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@store', 'controller' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@store', 'namespace' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.file.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/file/{file}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.file.show', 'uses' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@show', 'controller' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@show', 'namespace' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.file.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/file/{file}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.file.edit', 'uses' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@edit', 'controller' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@edit', 'namespace' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.file.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/file/{file}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.file.update', 'uses' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@update', 'controller' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@update', 'namespace' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.file.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/file/{file}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.file.destroy', 'uses' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@destroy', 'controller' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@destroy', 'namespace' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.files' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/files', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@bulkAction', 'controller' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest\\FileController@bulkAction', 'as' => 'admin.bulk.files', 'namespace' => 'Modules\\File\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.page' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/page', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001aa90000000000000000";}}', 'as' => 'api.page', 'namespace' => 'Modules\\Page\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.invoice.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/invoice', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.invoice.index', 'uses' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@index', 'controller' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@index', 'namespace' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.invoice.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/invoice/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.invoice.create', 'uses' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@create', 'controller' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@create', 'namespace' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.invoice.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/invoice', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.invoice.store', 'uses' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@store', 'controller' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@store', 'namespace' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.invoice.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/invoice/{invoice}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.invoice.show', 'uses' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@show', 'controller' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@show', 'namespace' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.invoice.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/invoice/{invoice}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.invoice.edit', 'uses' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@edit', 'controller' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@edit', 'namespace' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.invoice.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/invoice/{invoice}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.invoice.update', 'uses' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@update', 'controller' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@update', 'namespace' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.invoice.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/invoice/{invoice}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.invoice.destroy', 'uses' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@destroy', 'controller' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@destroy', 'namespace' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.invoices' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/invoices', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@bulkAction', 'controller' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest\\InvoiceController@bulkAction', 'as' => 'admin.bulk.invoices', 'namespace' => 'Modules\\Invoice\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.language' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/language', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000000014ca0000000000000000";}}', 'as' => 'api.language', 'namespace' => 'Modules\\Language\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'language.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'language', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'language.index', 'uses' => 'Modules\\Language\\app\\Http\\Controllers\\LanguageController@index', 'controller' => 'Modules\\Language\\app\\Http\\Controllers\\LanguageController@index', 'namespace' => 'Modules\\Language\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'language.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'language/create', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'language.create', 'uses' => 'Modules\\Language\\app\\Http\\Controllers\\LanguageController@create', 'controller' => 'Modules\\Language\\app\\Http\\Controllers\\LanguageController@create', 'namespace' => 'Modules\\Language\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'language.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'language', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'language.store', 'uses' => 'Modules\\Language\\app\\Http\\Controllers\\LanguageController@store', 'controller' => 'Modules\\Language\\app\\Http\\Controllers\\LanguageController@store', 'namespace' => 'Modules\\Language\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'language.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'language/{language}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'language.show', 'uses' => 'Modules\\Language\\app\\Http\\Controllers\\LanguageController@show', 'controller' => 'Modules\\Language\\app\\Http\\Controllers\\LanguageController@show', 'namespace' => 'Modules\\Language\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'language.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'language/{language}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'language.edit', 'uses' => 'Modules\\Language\\app\\Http\\Controllers\\LanguageController@edit', 'controller' => 'Modules\\Language\\app\\Http\\Controllers\\LanguageController@edit', 'namespace' => 'Modules\\Language\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'language.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'language/{language}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'language.update', 'uses' => 'Modules\\Language\\app\\Http\\Controllers\\LanguageController@update', 'controller' => 'Modules\\Language\\app\\Http\\Controllers\\LanguageController@update', 'namespace' => 'Modules\\Language\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'language.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'language/{language}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'language.destroy', 'uses' => 'Modules\\Language\\app\\Http\\Controllers\\LanguageController@destroy', 'controller' => 'Modules\\Language\\app\\Http\\Controllers\\LanguageController@destroy', 'namespace' => 'Modules\\Language\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.maf' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/maf', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"00000000000015530000000000000000";}}', 'as' => 'api.maf', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/index', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\HomeController@index', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\HomeController@index', 'as' => 'api.v1.', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::C6vpVZ7Gw3ulMIru' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/news/{id?}/{slug?}', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\HomeController@news', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\HomeController@news', 'as' => 'api.v1.generated::C6vpVZ7Gw3ulMIru', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::g0d5YKzsI3XpIscC' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/show/news/{id}/{slug?}', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\HomeController@showNews', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\HomeController@showNews', 'as' => 'api.v1.generated::g0d5YKzsI3XpIscC', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::su1ZIi3dEzBLN8zD' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/competitions', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\HomeController@competition', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\HomeController@competition', 'as' => 'api.v1.generated::su1ZIi3dEzBLN8zD', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::5FB2qcWESYXvieXK' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/show/competition/{id}/{slug?}', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\HomeController@showCompetition', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\HomeController@showCompetition', 'as' => 'api.v1.generated::5FB2qcWESYXvieXK', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::GYRWOIECewBi74sU' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/v1/login', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\LoginController@login', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\LoginController@login', 'as' => 'api.v1.generated::GYRWOIECewBi74sU', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::OAVL2Pnk9HAYhhUL' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/v1/verify-code', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\LoginController@verifyCode', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\LoginController@verifyCode', 'as' => 'api.v1.generated::OAVL2Pnk9HAYhhUL', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::Z9B3YJwIkjrFkbHX' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/v1/set-password', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\LoginController@setPassword', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\LoginController@setPassword', 'as' => 'api.v1.generated::Z9B3YJwIkjrFkbHX', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::4WHRmtavzejbIAlz' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/v1/login-by-password', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\LoginController@loginByPassword', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\LoginController@loginByPassword', 'as' => 'api.v1.generated::4WHRmtavzejbIAlz', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::otlwlYpAEneHaPNP' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/v1/check-user', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\LoginController@checkUser', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\LoginController@checkUser', 'as' => 'api.v1.generated::otlwlYpAEneHaPNP', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::3x4aXBIj9CyPi10F' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/v1/logout', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\LoginController@logout', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\LoginController@logout', 'as' => 'api.v1.generated::3x4aXBIj9CyPi10F', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.login' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/invalid-token', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\LoginController@invalid_token', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\LoginController@invalid_token', 'as' => 'api.v1.login', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::t9pMOdGqL67mrWvb' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/v1/forgot_password', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\ResetPasswordController@forget_password', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\ResetPasswordController@forget_password', 'as' => 'api.v1.generated::t9pMOdGqL67mrWvb', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::FOvit17tlefPvp8o' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/v1/verify_reset_code', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\ResetPasswordController@verify_reset_code', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\ResetPasswordController@verify_reset_code', 'as' => 'api.v1.generated::FOvit17tlefPvp8o', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::9nUUGYzfSz1EdSCk' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/v1/reset_password', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\ResetPasswordController@reset_password', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth\\ResetPasswordController@reset_password', 'as' => 'api.v1.generated::9nUUGYzfSz1EdSCk', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\Auth', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::MvvHrerdAPEbUfLj' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/profile-detail', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@detail', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@detail', 'as' => 'api.v1.generated::MvvHrerdAPEbUfLj', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::V63DPIuz2E1g07bl' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/show-image/{id}', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@show_image', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@show_image', 'as' => 'api.v1.generated::V63DPIuz2E1g07bl', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::4pYHx3AxfW6lQzvx' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/v1/profile', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@profile', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@profile', 'as' => 'api.v1.generated::4pYHx3AxfW6lQzvx', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::NKOAnTGBNFoOVg1x' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/vehicles', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\VehicleController@vehicles', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\VehicleController@vehicles', 'as' => 'api.v1.generated::NKOAnTGBNFoOVg1x', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::lddvj8uv5OaJdnQd' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/vehicles-info', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\VehicleController@vehicle_information', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\VehicleController@vehicle_information', 'as' => 'api.v1.generated::lddvj8uv5OaJdnQd', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::AG9ZWqENK1NG6obn' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/v1/add-vehicle', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\VehicleController@stor', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\VehicleController@stor', 'as' => 'api.v1.generated::AG9ZWqENK1NG6obn', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::BnuQ1vpJ0lJQAJZX' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/v1/update-vehicle', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\VehicleController@update', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\VehicleController@update', 'as' => 'api.v1.generated::BnuQ1vpJ0lJQAJZX', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::raid14cYtYWXOuBx' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/show-vehicle-image/{id}', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\VehicleController@show_image', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\VehicleController@show_image', 'as' => 'api.v1.generated::raid14cYtYWXOuBx', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::wldH5jePTonyMHOG' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/v1/add-comment', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\CommentController@add_comment', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\CommentController@add_comment', 'as' => 'api.v1.generated::wldH5jePTonyMHOG', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::D9ZjP2qOuOBm6Oee' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/messages', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\MessageController@messages', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\MessageController@messages', 'as' => 'api.v1.generated::D9ZjP2qOuOBm6Oee', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::4YwKIv25RTlkZqip' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/v1/read-message', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\MessageController@read_message', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\MessageController@read_message', 'as' => 'api.v1.generated::4YwKIv25RTlkZqip', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::xgoYMO8oah4DdfAr' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/competition-categories', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\CompetitionController@category', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\CompetitionController@category', 'as' => 'api.v1.generated::xgoYMO8oah4DdfAr', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::SPfQEwfCwg892nCO' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/competition-prices', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\CompetitionController@prices', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\CompetitionController@prices', 'as' => 'api.v1.generated::SPfQEwfCwg892nCO', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::kjfidcuDuDxH68IK' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/site-setting', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ContactUsController@site', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ContactUsController@site', 'as' => 'api.v1.generated::kjfidcuDuDxH68IK', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::c5NLoFvhMwo3vmIn' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/cities', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@city', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@city', 'as' => 'api.v1.generated::c5NLoFvhMwo3vmIn', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::VLdTd1eNPtaGdSMh' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/provinces', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@province', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@province', 'as' => 'api.v1.generated::VLdTd1eNPtaGdSMh', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::23Od2DGPl4xwfDxV' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/majors', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@major', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@major', 'as' => 'api.v1.generated::23Od2DGPl4xwfDxV', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::xP0XzLyAZP9c8Vx3' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/positions', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@position', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@position', 'as' => 'api.v1.generated::xP0XzLyAZP9c8Vx3', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::KpKD0lLIS3sx4Pym' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/educations', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@education', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\ProfileController@education', 'as' => 'api.v1.generated::KpKD0lLIS3sx4Pym', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.v1.generated::x0MemR5K98HdZLzE' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/show/menu/{name}', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\HomeController@showMenu', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\V1\\HomeController@showMenu', 'as' => 'api.v1.generated::x0MemR5K98HdZLzE', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\V1', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.app.v1.' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/app/v1/login', 'action' => array ( 'middleware' => array ( 0 => 'api', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\Auth\\LoginController@login', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\Auth\\LoginController@login', 'as' => 'api.app.v1.', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\Auth', 'prefix' => 'api/app/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.app.v1.generated::56ZsjxTKD3kbogwO' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/app/v1/logout', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\Auth\\LoginController@logout', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\Auth\\LoginController@logout', 'as' => 'api.app.v1.generated::56ZsjxTKD3kbogwO', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\Auth', 'prefix' => 'api/app/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.app.v1.generated::q7uOOoUUymzDpQfz' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/app/v1/check-user', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\Auth\\LoginController@checkUser', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\Auth\\LoginController@checkUser', 'as' => 'api.app.v1.generated::q7uOOoUUymzDpQfz', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\Auth', 'prefix' => 'api/app/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.app.v1.generated::WRQESBFL8pGTDCa9' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/app/v1/competitions', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\CompetitionController@competitions', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\CompetitionController@competitions', 'as' => 'api.app.v1.generated::WRQESBFL8pGTDCa9', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1', 'prefix' => 'api/app/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.app.v1.generated::0DHRuixw4ekyK913' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/app/v1/show/competitions/{id}', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\CompetitionController@showCompetition', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\CompetitionController@showCompetition', 'as' => 'api.app.v1.generated::0DHRuixw4ekyK913', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1', 'prefix' => 'api/app/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.app.v1.generated::VuMCVfOW9C8Gxa44' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'api/app/v1/register/competition', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\CompetitionController@competitionRegister', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1\\CompetitionController@competitionRegister', 'as' => 'api.app.v1.generated::VuMCVfOW9C8Gxa44', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers\\App\\V1', 'prefix' => 'api/app/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'maf.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'maf', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'maf.index', 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\MafController@index', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\MafController@index', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'maf.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'maf/create', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'maf.create', 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\MafController@create', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\MafController@create', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'maf.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'maf', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'maf.store', 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\MafController@store', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\MafController@store', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'maf.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'maf/{maf}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'maf.show', 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\MafController@show', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\MafController@show', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'maf.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'maf/{maf}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'maf.edit', 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\MafController@edit', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\MafController@edit', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'maf.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'maf/{maf}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'maf.update', 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\MafController@update', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\MafController@update', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'maf.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'maf/{maf}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'maf.destroy', 'uses' => 'Modules\\Maf\\app\\Http\\Controllers\\MafController@destroy', 'controller' => 'Modules\\Maf\\app\\Http\\Controllers\\MafController@destroy', 'namespace' => 'Modules\\Maf\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.menu' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/menu', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001a200000000000000000";}}', 'as' => 'api.menu', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine.create.pdf' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/create/magazine/pdf/{id}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@createMagazinePdf', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@createMagazinePdf', 'as' => 'admin.magazine.create.pdf', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/magazine', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.magazine.index', 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@index', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@index', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/magazine/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.magazine.create', 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@create', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@create', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/magazine', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.magazine.store', 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@store', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@store', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/magazine/{magazine}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.magazine.show', 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@show', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@show', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/magazine/{magazine}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.magazine.edit', 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@edit', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@edit', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/magazine/{magazine}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.magazine.update', 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@update', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@update', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/magazine/{magazine}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.magazine.destroy', 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@destroy', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineController@destroy', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine-item.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/magazine-item', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.magazine-item.index', 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@index', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@index', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine-item.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/magazine-item/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.magazine-item.create', 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@create', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@create', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine-item.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/magazine-item', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.magazine-item.store', 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@store', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@store', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine-item.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/magazine-item/{magazine_item}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.magazine-item.show', 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@show', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@show', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine-item.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/magazine-item/{magazine_item}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.magazine-item.edit', 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@edit', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@edit', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine-item.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/magazine-item/{magazine_item}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.magazine-item.update', 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@update', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@update', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine-item.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/magazine-item/{magazine_item}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.magazine-item.destroy', 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@destroy', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@destroy', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine-item.modify' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/magazine-item.modify', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@modify', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@modify', 'as' => 'admin.magazine-item.modify', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.magazine-item.list' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/magazine/items/{id}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@index', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@index', 'as' => 'admin.magazine-item.list', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.get.magazine-item.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/magazine-item/create/{id}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@create', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@create', 'as' => 'admin.get.magazine-item.create', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::MsHjJLOti3rvWlqV' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/magazine-item/sortable', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@sortable', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@sortable', 'as' => 'admin.generated::MsHjJLOti3rvWlqV', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.get-color-body' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/magazine-item.color.body', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@getColorBody', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@getColorBody', 'as' => 'admin.get-color-body', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.get-color-fabric' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/magazine-item.color.fabric', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@getColorFabric', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@getColorFabric', 'as' => 'admin.get-color-fabric', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.get-material-body' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/magazine-item.material.body', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@getMaterialBody', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@getMaterialBody', 'as' => 'admin.get-material-body', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.get-material-fabric' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/magazine-item.material.fabric', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@getMaterialFabric', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@getMaterialFabric', 'as' => 'admin.get-material-fabric', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.magazine' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/magazine', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItem@bulkAction', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItem@bulkAction', 'as' => 'admin.bulk.magazine', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.magazineItems' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/magazineitems', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@bulkAction', 'controller' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest\\MagazineItemController@bulkAction', 'as' => 'admin.bulk.magazineItems', 'namespace' => 'Modules\\Magazine\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.marketing' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/marketing', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001a110000000000000000";}}', 'as' => 'api.marketing', 'namespace' => 'Modules\\Marketing\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'marketing.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'marketing', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'marketing.index', 'uses' => 'Modules\\Marketing\\app\\Http\\Controllers\\MarketingController@index', 'controller' => 'Modules\\Marketing\\app\\Http\\Controllers\\MarketingController@index', 'namespace' => 'Modules\\Marketing\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'marketing.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'marketing/create', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'marketing.create', 'uses' => 'Modules\\Marketing\\app\\Http\\Controllers\\MarketingController@create', 'controller' => 'Modules\\Marketing\\app\\Http\\Controllers\\MarketingController@create', 'namespace' => 'Modules\\Marketing\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'marketing.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'marketing', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'marketing.store', 'uses' => 'Modules\\Marketing\\app\\Http\\Controllers\\MarketingController@store', 'controller' => 'Modules\\Marketing\\app\\Http\\Controllers\\MarketingController@store', 'namespace' => 'Modules\\Marketing\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'marketing.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'marketing/{marketing}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'marketing.show', 'uses' => 'Modules\\Marketing\\app\\Http\\Controllers\\MarketingController@show', 'controller' => 'Modules\\Marketing\\app\\Http\\Controllers\\MarketingController@show', 'namespace' => 'Modules\\Marketing\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'marketing.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'marketing/{marketing}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'marketing.edit', 'uses' => 'Modules\\Marketing\\app\\Http\\Controllers\\MarketingController@edit', 'controller' => 'Modules\\Marketing\\app\\Http\\Controllers\\MarketingController@edit', 'namespace' => 'Modules\\Marketing\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'marketing.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'marketing/{marketing}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'marketing.update', 'uses' => 'Modules\\Marketing\\app\\Http\\Controllers\\MarketingController@update', 'controller' => 'Modules\\Marketing\\app\\Http\\Controllers\\MarketingController@update', 'namespace' => 'Modules\\Marketing\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'marketing.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'marketing/{marketing}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'marketing.destroy', 'uses' => 'Modules\\Marketing\\app\\Http\\Controllers\\MarketingController@destroy', 'controller' => 'Modules\\Marketing\\app\\Http\\Controllers\\MarketingController@destroy', 'namespace' => 'Modules\\Marketing\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menu.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/menu', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.menu.index', 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@index', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@index', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menu.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/menu/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.menu.create', 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@create', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@create', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menu.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/menu', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.menu.store', 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@store', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@store', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menu.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/menu/{menu}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.menu.show', 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@show', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@show', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menu.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/menu/{menu}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.menu.edit', 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@edit', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@edit', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menu.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/menu/{menu}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.menu.update', 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@update', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@update', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menu.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/menu/{menu}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.menu.destroy', 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@destroy', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@destroy', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menuitem.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/menuitem', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.menuitem.index', 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@index', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@index', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menuitem.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/menuitem/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.menuitem.create', 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@create', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@create', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menuitem.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/menuitem', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.menuitem.store', 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@store', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@store', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menuitem.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/menuitem/{menuitem}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.menuitem.show', 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@show', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@show', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menuitem.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/menuitem/{menuitem}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.menuitem.edit', 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@edit', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@edit', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menuitem.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/menuitem/{menuitem}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.menuitem.update', 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@update', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@update', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menuitem.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/menuitem/{menuitem}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.menuitem.destroy', 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@destroy', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@destroy', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menuitem.modify' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/menuitem.modify', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@modify', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@modify', 'as' => 'admin.menuitem.modify', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.menuitem.list' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/menu/items/{id}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@index', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@index', 'as' => 'admin.menuitem.list', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.get.menuitem.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/menuitem/create/{id}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@create', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@create', 'as' => 'admin.get.menuitem.create', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::sVeS9dhXRf25PDAn' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/menuitem/sortable', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@sortable', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@sortable', 'as' => 'admin.generated::sVeS9dhXRf25PDAn', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.get-menu' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/menu_item.links', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@getMenu', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@getMenu', 'as' => 'admin.get-menu', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.menus' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/menus', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@bulkAction', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuController@bulkAction', 'as' => 'admin.bulk.menus', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.menuitems' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/menuitems', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@bulkAction', 'controller' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest\\MenuitemController@bulkAction', 'as' => 'admin.bulk.menuitems', 'namespace' => 'Modules\\Menu\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.message' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/message', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001a3a0000000000000000";}}', 'as' => 'api.message', 'namespace' => 'Modules\\Message\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'message.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'message', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'message.index', 'uses' => 'Modules\\Message\\app\\Http\\Controllers\\MessageController@index', 'controller' => 'Modules\\Message\\app\\Http\\Controllers\\MessageController@index', 'namespace' => 'Modules\\Message\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'message.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'message/create', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'message.create', 'uses' => 'Modules\\Message\\app\\Http\\Controllers\\MessageController@create', 'controller' => 'Modules\\Message\\app\\Http\\Controllers\\MessageController@create', 'namespace' => 'Modules\\Message\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'message.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'message', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'message.store', 'uses' => 'Modules\\Message\\app\\Http\\Controllers\\MessageController@store', 'controller' => 'Modules\\Message\\app\\Http\\Controllers\\MessageController@store', 'namespace' => 'Modules\\Message\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'message.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'message/{message}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'message.show', 'uses' => 'Modules\\Message\\app\\Http\\Controllers\\MessageController@show', 'controller' => 'Modules\\Message\\app\\Http\\Controllers\\MessageController@show', 'namespace' => 'Modules\\Message\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'message.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'message/{message}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'message.edit', 'uses' => 'Modules\\Message\\app\\Http\\Controllers\\MessageController@edit', 'controller' => 'Modules\\Message\\app\\Http\\Controllers\\MessageController@edit', 'namespace' => 'Modules\\Message\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'message.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'message/{message}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'message.update', 'uses' => 'Modules\\Message\\app\\Http\\Controllers\\MessageController@update', 'controller' => 'Modules\\Message\\app\\Http\\Controllers\\MessageController@update', 'namespace' => 'Modules\\Message\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'message.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'message/{message}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'message.destroy', 'uses' => 'Modules\\Message\\app\\Http\\Controllers\\MessageController@destroy', 'controller' => 'Modules\\Message\\app\\Http\\Controllers\\MessageController@destroy', 'namespace' => 'Modules\\Message\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.migration' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/migration', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001a490000000000000000";}}', 'as' => 'api.migration', 'namespace' => 'Modules\\Migration\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::Eu6jdQ35oNov7YL2' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/getAdmin', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@getAdmin', 'controller' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@getAdmin', 'as' => 'admin.generated::Eu6jdQ35oNov7YL2', 'namespace' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::rECkY6Kzg1JkPPTV' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/getCategory', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@getCategory', 'controller' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@getCategory', 'as' => 'admin.generated::rECkY6Kzg1JkPPTV', 'namespace' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::qKLvHGx7WDL2SD7S' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/syncCategory', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@syncCategory', 'controller' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@syncCategory', 'as' => 'admin.generated::qKLvHGx7WDL2SD7S', 'namespace' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::f7tLIoF65MP4IVQj' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/getPosts', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@getPosts', 'controller' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@getPosts', 'as' => 'admin.generated::f7tLIoF65MP4IVQj', 'namespace' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::S5ipLCxYcm8ykQko' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/syncNews', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@syncNews', 'controller' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@syncNews', 'as' => 'admin.generated::S5ipLCxYcm8ykQko', 'namespace' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::rMudd4tuFa5VCjE3' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/syncImagesBody', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@syncImagesBody', 'controller' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@syncImagesBody', 'as' => 'admin.generated::rMudd4tuFa5VCjE3', 'namespace' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::vCgwLultIAFELYG4' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/syncSlugPost', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@syncSlugPost', 'controller' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@syncSlugPost', 'as' => 'admin.generated::vCgwLultIAFELYG4', 'namespace' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::KURQxIwbFOieTli5' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/getTags', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@getTags', 'controller' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@getTags', 'as' => 'admin.generated::KURQxIwbFOieTli5', 'namespace' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::Cu67axaJ3y1KOikF' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/getComments', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@getComments', 'controller' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@getComments', 'as' => 'admin.generated::Cu67axaJ3y1KOikF', 'namespace' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::pONpD3yU3j5slo4B' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/syncComments', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@syncComments', 'controller' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@syncComments', 'as' => 'admin.generated::pONpD3yU3j5slo4B', 'namespace' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::WJz39dqaoMkUeO4R' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/syncSlugs', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'uses' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@syncSlugs', 'controller' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest\\MigrationController@syncSlugs', 'as' => 'admin.generated::WJz39dqaoMkUeO4R', 'namespace' => 'Modules\\Migration\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.news' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/news', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001a5c0000000000000000";}}', 'as' => 'api.news', 'namespace' => 'Modules\\News\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.news.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/news', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.news.index', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@index', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@index', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.news.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/news/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.news.create', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@create', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@create', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.news.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/news', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.news.store', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@store', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@store', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.news.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/news/{news}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.news.show', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@show', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@show', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.news.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/news/{news}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.news.edit', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@edit', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@edit', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.news.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/news/{news}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.news.update', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@update', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@update', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.news.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/news/{news}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.news.destroy', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@destroy', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@destroy', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.type.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/type', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.type.index', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@index', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@index', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.type.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/type/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.type.create', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@create', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@create', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.type.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/type', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.type.store', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@store', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@store', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.type.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/type/{type}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.type.show', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@show', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@show', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.type.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/type/{type}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.type.edit', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@edit', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@edit', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.type.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/type/{type}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.type.update', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@update', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@update', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.type.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/type/{type}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.type.destroy', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@destroy', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@destroy', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.source.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/source', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.source.index', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@index', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@index', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.source.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/source/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.source.create', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@create', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@create', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.source.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/source', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.source.store', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@store', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@store', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.source.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/source/{source}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.source.show', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@show', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@show', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.source.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/source/{source}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.source.edit', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@edit', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@edit', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.source.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/source/{source}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.source.update', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@update', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@update', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.source.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/source/{source}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.source.destroy', 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@destroy', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@destroy', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.news' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/news', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@bulkAction', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\NewsController@bulkAction', 'as' => 'admin.bulk.news', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.types' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/types', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@bulkAction', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\TypeController@bulkAction', 'as' => 'admin.bulk.types', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.sources' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/sources', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@bulkAction', 'controller' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest\\SourceController@bulkAction', 'as' => 'admin.bulk.sources', 'namespace' => 'Modules\\News\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.note' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/note', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001a7c0000000000000000";}}', 'as' => 'api.note', 'namespace' => 'Modules\\Note\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'note.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'note', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'note.index', 'uses' => 'Modules\\Note\\app\\Http\\Controllers\\NoteController@index', 'controller' => 'Modules\\Note\\app\\Http\\Controllers\\NoteController@index', 'namespace' => 'Modules\\Note\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'note.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'note/create', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'note.create', 'uses' => 'Modules\\Note\\app\\Http\\Controllers\\NoteController@create', 'controller' => 'Modules\\Note\\app\\Http\\Controllers\\NoteController@create', 'namespace' => 'Modules\\Note\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'note.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'note', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'note.store', 'uses' => 'Modules\\Note\\app\\Http\\Controllers\\NoteController@store', 'controller' => 'Modules\\Note\\app\\Http\\Controllers\\NoteController@store', 'namespace' => 'Modules\\Note\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'note.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'note/{note}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'note.show', 'uses' => 'Modules\\Note\\app\\Http\\Controllers\\NoteController@show', 'controller' => 'Modules\\Note\\app\\Http\\Controllers\\NoteController@show', 'namespace' => 'Modules\\Note\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'note.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'note/{note}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'note.edit', 'uses' => 'Modules\\Note\\app\\Http\\Controllers\\NoteController@edit', 'controller' => 'Modules\\Note\\app\\Http\\Controllers\\NoteController@edit', 'namespace' => 'Modules\\Note\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'note.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'note/{note}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'note.update', 'uses' => 'Modules\\Note\\app\\Http\\Controllers\\NoteController@update', 'controller' => 'Modules\\Note\\app\\Http\\Controllers\\NoteController@update', 'namespace' => 'Modules\\Note\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'note.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'note/{note}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'note.destroy', 'uses' => 'Modules\\Note\\app\\Http\\Controllers\\NoteController@destroy', 'controller' => 'Modules\\Note\\app\\Http\\Controllers\\NoteController@destroy', 'namespace' => 'Modules\\Note\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.novinhub' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/novinhub', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001a8b0000000000000000";}}', 'as' => 'api.novinhub', 'namespace' => 'Modules\\NovinHub\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'novinhub.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'novinhub', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'novinhub.index', 'uses' => 'Modules\\NovinHub\\app\\Http\\Controllers\\NovinHubController@index', 'controller' => 'Modules\\NovinHub\\app\\Http\\Controllers\\NovinHubController@index', 'namespace' => 'Modules\\NovinHub\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'novinhub.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'novinhub/create', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'novinhub.create', 'uses' => 'Modules\\NovinHub\\app\\Http\\Controllers\\NovinHubController@create', 'controller' => 'Modules\\NovinHub\\app\\Http\\Controllers\\NovinHubController@create', 'namespace' => 'Modules\\NovinHub\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'novinhub.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'novinhub', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'novinhub.store', 'uses' => 'Modules\\NovinHub\\app\\Http\\Controllers\\NovinHubController@store', 'controller' => 'Modules\\NovinHub\\app\\Http\\Controllers\\NovinHubController@store', 'namespace' => 'Modules\\NovinHub\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'novinhub.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'novinhub/{novinhub}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'novinhub.show', 'uses' => 'Modules\\NovinHub\\app\\Http\\Controllers\\NovinHubController@show', 'controller' => 'Modules\\NovinHub\\app\\Http\\Controllers\\NovinHubController@show', 'namespace' => 'Modules\\NovinHub\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'novinhub.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'novinhub/{novinhub}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'novinhub.edit', 'uses' => 'Modules\\NovinHub\\app\\Http\\Controllers\\NovinHubController@edit', 'controller' => 'Modules\\NovinHub\\app\\Http\\Controllers\\NovinHubController@edit', 'namespace' => 'Modules\\NovinHub\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'novinhub.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'novinhub/{novinhub}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'novinhub.update', 'uses' => 'Modules\\NovinHub\\app\\Http\\Controllers\\NovinHubController@update', 'controller' => 'Modules\\NovinHub\\app\\Http\\Controllers\\NovinHubController@update', 'namespace' => 'Modules\\NovinHub\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'novinhub.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'novinhub/{novinhub}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'novinhub.destroy', 'uses' => 'Modules\\NovinHub\\app\\Http\\Controllers\\NovinHubController@destroy', 'controller' => 'Modules\\NovinHub\\app\\Http\\Controllers\\NovinHubController@destroy', 'namespace' => 'Modules\\NovinHub\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.otp' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/otp', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001a9a0000000000000000";}}', 'as' => 'api.otp', 'namespace' => 'Modules\\Otp\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'otp.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'otp', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'otp.index', 'uses' => 'Modules\\Otp\\app\\Http\\Controllers\\OtpController@index', 'controller' => 'Modules\\Otp\\app\\Http\\Controllers\\OtpController@index', 'namespace' => 'Modules\\Otp\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'otp.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'otp/create', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'otp.create', 'uses' => 'Modules\\Otp\\app\\Http\\Controllers\\OtpController@create', 'controller' => 'Modules\\Otp\\app\\Http\\Controllers\\OtpController@create', 'namespace' => 'Modules\\Otp\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'otp.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'otp', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'otp.store', 'uses' => 'Modules\\Otp\\app\\Http\\Controllers\\OtpController@store', 'controller' => 'Modules\\Otp\\app\\Http\\Controllers\\OtpController@store', 'namespace' => 'Modules\\Otp\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'otp.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'otp/{otp}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'otp.show', 'uses' => 'Modules\\Otp\\app\\Http\\Controllers\\OtpController@show', 'controller' => 'Modules\\Otp\\app\\Http\\Controllers\\OtpController@show', 'namespace' => 'Modules\\Otp\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'otp.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'otp/{otp}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'otp.edit', 'uses' => 'Modules\\Otp\\app\\Http\\Controllers\\OtpController@edit', 'controller' => 'Modules\\Otp\\app\\Http\\Controllers\\OtpController@edit', 'namespace' => 'Modules\\Otp\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'otp.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'otp/{otp}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'otp.update', 'uses' => 'Modules\\Otp\\app\\Http\\Controllers\\OtpController@update', 'controller' => 'Modules\\Otp\\app\\Http\\Controllers\\OtpController@update', 'namespace' => 'Modules\\Otp\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'otp.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'otp/{otp}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'otp.destroy', 'uses' => 'Modules\\Otp\\app\\Http\\Controllers\\OtpController@destroy', 'controller' => 'Modules\\Otp\\app\\Http\\Controllers\\OtpController@destroy', 'namespace' => 'Modules\\Otp\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.page.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/page', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.page.index', 'uses' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@index', 'controller' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@index', 'namespace' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.page.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/page/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.page.create', 'uses' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@create', 'controller' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@create', 'namespace' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.page.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/page', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.page.store', 'uses' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@store', 'controller' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@store', 'namespace' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.page.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/page/{page}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.page.show', 'uses' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@show', 'controller' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@show', 'namespace' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.page.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/page/{page}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.page.edit', 'uses' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@edit', 'controller' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@edit', 'namespace' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.page.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/page/{page}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.page.update', 'uses' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@update', 'controller' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@update', 'namespace' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.page.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/page/{page}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.page.destroy', 'uses' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@destroy', 'controller' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@destroy', 'namespace' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.pages' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/pages', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@bulkAction', 'controller' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest\\PageController@bulkAction', 'as' => 'admin.bulk.pages', 'namespace' => 'Modules\\Page\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.poll' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/poll', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001ab60000000000000000";}}', 'as' => 'api.poll', 'namespace' => 'Modules\\Poll\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.poll.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/poll', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.poll.index', 'uses' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@index', 'controller' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@index', 'namespace' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.poll.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/poll/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.poll.create', 'uses' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@create', 'controller' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@create', 'namespace' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.poll.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/poll', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.poll.store', 'uses' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@store', 'controller' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@store', 'namespace' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.poll.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/poll/{poll}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.poll.show', 'uses' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@show', 'controller' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@show', 'namespace' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.poll.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/poll/{poll}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.poll.edit', 'uses' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@edit', 'controller' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@edit', 'namespace' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.poll.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/poll/{poll}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.poll.update', 'uses' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@update', 'controller' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@update', 'namespace' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.poll.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/poll/{poll}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.poll.destroy', 'uses' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@destroy', 'controller' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@destroy', 'namespace' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.pollitem.delete' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/pollitem/delete/{id}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollitemController@destroy', 'controller' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollitemController@destroy', 'as' => 'admin.pollitem.delete', 'namespace' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.polls' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/polls', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@bulkAction', 'controller' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest\\PollController@bulkAction', 'as' => 'admin.bulk.polls', 'namespace' => 'Modules\\Poll\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.portfolio' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/portfolio', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001ac70000000000000000";}}', 'as' => 'api.portfolio', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'portfolio.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'portfolio', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'portfolio.index', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\PortfolioController@index', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\PortfolioController@index', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'portfolio.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'portfolio/create', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'portfolio.create', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\PortfolioController@create', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\PortfolioController@create', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'portfolio.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'portfolio', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'portfolio.store', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\PortfolioController@store', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\PortfolioController@store', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'portfolio.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'portfolio/{portfolio}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'portfolio.show', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\PortfolioController@show', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\PortfolioController@show', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'portfolio.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'portfolio/{portfolio}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'portfolio.edit', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\PortfolioController@edit', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\PortfolioController@edit', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'portfolio.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'portfolio/{portfolio}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'portfolio.update', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\PortfolioController@update', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\PortfolioController@update', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'portfolio.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'portfolio/{portfolio}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'portfolio.destroy', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\PortfolioController@destroy', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\PortfolioController@destroy', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.portfolio_category.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/portfolio_category', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.portfolio_category.index', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@index', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@index', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.portfolio_category.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/portfolio_category/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.portfolio_category.create', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@create', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@create', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.portfolio_category.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/portfolio_category', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.portfolio_category.store', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@store', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@store', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.portfolio_category.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/portfolio_category/{portfolio_category}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.portfolio_category.show', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@show', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@show', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.portfolio_category.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/portfolio_category/{portfolio_category}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.portfolio_category.edit', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@edit', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@edit', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.portfolio_category.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/portfolio_category/{portfolio_category}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.portfolio_category.update', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@update', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@update', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.portfolio_category.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/portfolio_category/{portfolio_category}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.portfolio_category.destroy', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@destroy', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@destroy', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.portfolio_categories' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/portfolio_categories', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@bulkAction', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioCategoryController@bulkAction', 'as' => 'admin.bulk.portfolio_categories', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.portfolio.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/portfolio', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.portfolio.index', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@index', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@index', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.portfolio.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/portfolio/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.portfolio.create', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@create', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@create', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.portfolio.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/portfolio', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.portfolio.store', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@store', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@store', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.portfolio.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/portfolio/{portfolio}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.portfolio.show', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@show', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@show', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.portfolio.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/portfolio/{portfolio}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.portfolio.edit', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@edit', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@edit', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.portfolio.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/portfolio/{portfolio}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.portfolio.update', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@update', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@update', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.portfolio.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/portfolio/{portfolio}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.portfolio.destroy', 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@destroy', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@destroy', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.portfolio' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/portfolio', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@bulkAction', 'controller' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest\\PortfolioController@bulkAction', 'as' => 'admin.bulk.portfolio', 'namespace' => 'Modules\\Portfolio\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.product' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/product', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001ae60000000000000000";}}', 'as' => 'api.product', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/product', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.product.index', 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@index', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@index', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/product/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.product.create', 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@create', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@create', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/product', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.product.store', 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@store', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@store', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/product/{product}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.product.show', 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@show', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@show', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/product/{product}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.product.edit', 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@edit', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@edit', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/product/{product}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.product.update', 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@update', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@update', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/product/{product}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.product.destroy', 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@destroy', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@destroy', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-colors' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/product-color/{product}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductColorController@index', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductColorController@index', 'as' => 'admin.product-colors', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-colors.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/product-color/{product}/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductColorController@create', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductColorController@create', 'as' => 'admin.product-colors.create', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-colors.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/product-color/{product}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductColorController@store', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductColorController@store', 'as' => 'admin.product-colors.store', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-colors.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/product-color/{productColor}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductColorController@edit', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductColorController@edit', 'as' => 'admin.product-colors.edit', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-colors.update' => array ( 'methods' => array ( 0 => 'PUT', ), 'uri' => 'admin/product-color/{productColor}/update', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductColorController@update', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductColorController@update', 'as' => 'admin.product-colors.update', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-colors.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/product-color/{productColor}/delete', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductColorController@destroy', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductColorController@destroy', 'as' => 'admin.product-colors.destroy', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-guarantees' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/product-guarantee/{product}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductGuaranteeController@index', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductGuaranteeController@index', 'as' => 'admin.product-guarantees', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-guarantees.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/product-guarantee/{product}/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductGuaranteeController@create', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductGuaranteeController@create', 'as' => 'admin.product-guarantees.create', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-guarantees.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/product-guarantee/{product}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductGuaranteeController@store', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductGuaranteeController@store', 'as' => 'admin.product-guarantees.store', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-guarantees.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/product-guarantee/{productGuarantee}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductGuaranteeController@edit', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductGuaranteeController@edit', 'as' => 'admin.product-guarantees.edit', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-guarantees.update' => array ( 'methods' => array ( 0 => 'PUT', ), 'uri' => 'admin/product-guarantee/{productGuarantee}/update', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductGuaranteeController@update', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductGuaranteeController@update', 'as' => 'admin.product-guarantees.update', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-guarantees.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/product-guarantee/{productGuarantee}/delete', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductGuaranteeController@destroy', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductGuaranteeController@destroy', 'as' => 'admin.product-guarantees.destroy', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-materials' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/product-material/{product}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductMaterialController@index', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductMaterialController@index', 'as' => 'admin.product-materials', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-materials.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/product-material/{product}/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductMaterialController@create', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductMaterialController@create', 'as' => 'admin.product-materials.create', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-materials.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/product-material/{product}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductMaterialController@store', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductMaterialController@store', 'as' => 'admin.product-materials.store', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-materials.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/product-material/{productMaterial}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductMaterialController@edit', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductMaterialController@edit', 'as' => 'admin.product-materials.edit', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-materials.update' => array ( 'methods' => array ( 0 => 'PUT', ), 'uri' => 'admin/product-material/{productMaterial}/update', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductMaterialController@update', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductMaterialController@update', 'as' => 'admin.product-materials.update', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.product-materials.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/product-material/{productMaterial}/delete', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductMaterialController@destroy', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductMaterialController@destroy', 'as' => 'admin.product-materials.destroy', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.products' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/products', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@bulkAction', 'controller' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest\\ProductController@bulkAction', 'as' => 'admin.bulk.products', 'namespace' => 'Modules\\Product\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.role' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/role', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001b080000000000000000";}}', 'as' => 'api.role', 'namespace' => 'Modules\\Role\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.role.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/role', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.role.index', 'uses' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest\\RoleController@index', 'controller' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest\\RoleController@index', 'namespace' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.role.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/role/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.role.create', 'uses' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest\\RoleController@create', 'controller' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest\\RoleController@create', 'namespace' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.role.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/role', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.role.store', 'uses' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest\\RoleController@store', 'controller' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest\\RoleController@store', 'namespace' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.role.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/role/{role}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.role.show', 'uses' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest\\RoleController@show', 'controller' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest\\RoleController@show', 'namespace' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.role.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/role/{role}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.role.edit', 'uses' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest\\RoleController@edit', 'controller' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest\\RoleController@edit', 'namespace' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.role.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/role/{role}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.role.update', 'uses' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest\\RoleController@update', 'controller' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest\\RoleController@update', 'namespace' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.role.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/role/{role}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.role.destroy', 'uses' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest\\RoleController@destroy', 'controller' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest\\RoleController@destroy', 'namespace' => 'Modules\\Role\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.service' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/service', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001d530000000000000000";}}', 'as' => 'api.service', 'namespace' => 'Modules\\Service\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.generated::7I99dQMKGH5SoAYi' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/service/sortable', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@sortable', 'controller' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@sortable', 'as' => 'admin.generated::7I99dQMKGH5SoAYi', 'namespace' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.service.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/service', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.service.index', 'uses' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@index', 'controller' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@index', 'namespace' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.service.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/service/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.service.create', 'uses' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@create', 'controller' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@create', 'namespace' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.service.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/service', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.service.store', 'uses' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@store', 'controller' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@store', 'namespace' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.service.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/service/{service}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.service.show', 'uses' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@show', 'controller' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@show', 'namespace' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.service.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/service/{service}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.service.edit', 'uses' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@edit', 'controller' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@edit', 'namespace' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.service.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/service/{service}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.service.update', 'uses' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@update', 'controller' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@update', 'namespace' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.service.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/service/{service}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.service.destroy', 'uses' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@destroy', 'controller' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@destroy', 'namespace' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.services' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/services', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@bulkAction', 'controller' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest\\ServiceController@bulkAction', 'as' => 'admin.bulk.services', 'namespace' => 'Modules\\Service\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.site' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/site', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001d640000000000000000";}}', 'as' => 'api.site', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.site.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/site', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.site.index', 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@index', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@index', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.site.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/site/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.site.create', 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@create', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@create', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.site.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/site', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.site.store', 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@store', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@store', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.site.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/site/{site}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.site.show', 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@show', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@show', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.site.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/site/{site}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.site.edit', 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@edit', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@edit', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.site.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/site/{site}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.site.update', 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@update', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@update', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.site.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/site/{site}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.site.destroy', 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@destroy', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@destroy', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.setting.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/setting', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.setting.index', 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@index', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@index', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.setting.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/setting/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.setting.create', 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@create', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@create', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.setting.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/setting', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.setting.store', 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@store', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@store', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.setting.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/setting/{setting}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.setting.show', 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@show', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@show', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.setting.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/setting/{setting}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.setting.edit', 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@edit', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@edit', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.setting.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/setting/{setting}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.setting.update', 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@update', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@update', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.setting.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/setting/{setting}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.setting.destroy', 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@destroy', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@destroy', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.sites' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/sites', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@bulkAction', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SiteController@bulkAction', 'as' => 'admin.bulk.sites', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.settings' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/settings', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@bulkAction', 'controller' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest\\SettingController@bulkAction', 'as' => 'admin.bulk.settings', 'namespace' => 'Modules\\Site\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.tag' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/tag', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001d7c0000000000000000";}}', 'as' => 'api.tag', 'namespace' => 'Modules\\Tag\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'tag.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'tag', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'tag.index', 'uses' => 'Modules\\Tag\\app\\Http\\Controllers\\TagController@index', 'controller' => 'Modules\\Tag\\app\\Http\\Controllers\\TagController@index', 'namespace' => 'Modules\\Tag\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'tag.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'tag/create', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'tag.create', 'uses' => 'Modules\\Tag\\app\\Http\\Controllers\\TagController@create', 'controller' => 'Modules\\Tag\\app\\Http\\Controllers\\TagController@create', 'namespace' => 'Modules\\Tag\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'tag.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'tag', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'tag.store', 'uses' => 'Modules\\Tag\\app\\Http\\Controllers\\TagController@store', 'controller' => 'Modules\\Tag\\app\\Http\\Controllers\\TagController@store', 'namespace' => 'Modules\\Tag\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'tag.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'tag/{tag}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'tag.show', 'uses' => 'Modules\\Tag\\app\\Http\\Controllers\\TagController@show', 'controller' => 'Modules\\Tag\\app\\Http\\Controllers\\TagController@show', 'namespace' => 'Modules\\Tag\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'tag.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'tag/{tag}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'tag.edit', 'uses' => 'Modules\\Tag\\app\\Http\\Controllers\\TagController@edit', 'controller' => 'Modules\\Tag\\app\\Http\\Controllers\\TagController@edit', 'namespace' => 'Modules\\Tag\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'tag.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'tag/{tag}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'tag.update', 'uses' => 'Modules\\Tag\\app\\Http\\Controllers\\TagController@update', 'controller' => 'Modules\\Tag\\app\\Http\\Controllers\\TagController@update', 'namespace' => 'Modules\\Tag\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'tag.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'tag/{tag}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'tag.destroy', 'uses' => 'Modules\\Tag\\app\\Http\\Controllers\\TagController@destroy', 'controller' => 'Modules\\Tag\\app\\Http\\Controllers\\TagController@destroy', 'namespace' => 'Modules\\Tag\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.template' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/template', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001d8b0000000000000000";}}', 'as' => 'api.template', 'namespace' => 'Modules\\Template\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.template.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/template', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.template.index', 'uses' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@index', 'controller' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@index', 'namespace' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.template.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/template/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.template.create', 'uses' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@create', 'controller' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@create', 'namespace' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.template.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/template', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.template.store', 'uses' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@store', 'controller' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@store', 'namespace' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.template.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/template/{template}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.template.show', 'uses' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@show', 'controller' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@show', 'namespace' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.template.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/template/{template}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.template.edit', 'uses' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@edit', 'controller' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@edit', 'namespace' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.template.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/template/{template}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.template.update', 'uses' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@update', 'controller' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@update', 'namespace' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.template.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/template/{template}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.template.destroy', 'uses' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@destroy', 'controller' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@destroy', 'namespace' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.templates' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/templates', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@bulkAction', 'controller' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest\\TemplateController@bulkAction', 'as' => 'admin.bulk.templates', 'namespace' => 'Modules\\Template\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.user' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/user', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001d9b0000000000000000";}}', 'as' => 'api.user', 'namespace' => 'Modules\\User\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'user.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'user', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'user.index', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\UserController@index', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\UserController@index', 'namespace' => 'Modules\\User\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'user.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'user/create', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'user.create', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\UserController@create', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\UserController@create', 'namespace' => 'Modules\\User\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'user.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'user', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'user.store', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\UserController@store', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\UserController@store', 'namespace' => 'Modules\\User\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'user.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'user/{user}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'user.show', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\UserController@show', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\UserController@show', 'namespace' => 'Modules\\User\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'user.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'user/{user}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'user.edit', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\UserController@edit', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\UserController@edit', 'namespace' => 'Modules\\User\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'user.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'user/{user}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'user.update', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\UserController@update', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\UserController@update', 'namespace' => 'Modules\\User\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'user.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'user/{user}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'user.destroy', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\UserController@destroy', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\UserController@destroy', 'namespace' => 'Modules\\User\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.education.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/education', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.education.index', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@index', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@index', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.education.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/education/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.education.create', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@create', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@create', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.education.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/education', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.education.store', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@store', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@store', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.education.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/education/{education}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.education.show', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@show', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@show', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.education.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/education/{education}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.education.edit', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@edit', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@edit', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.education.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/education/{education}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.education.update', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@update', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@update', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.education.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/education/{education}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.education.destroy', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@destroy', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@destroy', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.education.list' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/education/index', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@index', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@index', 'as' => 'admin.education.list', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.educations' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/educations', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@bulkAction', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\EducationController@bulkAction', 'as' => 'admin.bulk.educations', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.major.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/major', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.major.index', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@index', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@index', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.major.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/major/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.major.create', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@create', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@create', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.major.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/major', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.major.store', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@store', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@store', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.major.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/major/{major}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.major.show', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@show', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@show', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.major.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/major/{major}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.major.edit', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@edit', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@edit', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.major.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/major/{major}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.major.update', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@update', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@update', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.major.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/major/{major}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.major.destroy', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@destroy', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@destroy', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.major.list' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/major/index', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@index', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@index', 'as' => 'admin.major.list', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.majors' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/majors', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@bulkAction', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\MajorController@bulkAction', 'as' => 'admin.bulk.majors', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.user.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/user', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.user.index', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@index', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@index', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.user.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/user/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.user.create', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@create', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@create', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.user.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/user', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.user.store', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@store', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@store', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.user.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/user/{user}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.user.show', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@show', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@show', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.user.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/user/{user}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.user.edit', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@edit', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@edit', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.user.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/user/{user}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.user.update', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@update', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@update', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.user.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/user/{user}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.user.destroy', 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@destroy', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@destroy', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.user.list' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/user/index', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@index', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@index', 'as' => 'admin.user.list', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.user.create.note' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/user/create/note/{id}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@createNote', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@createNote', 'as' => 'admin.user.create.note', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.messages' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/user/messages/{id}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@messages', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@messages', 'as' => 'admin.messages', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.user.create.message' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/user/create/message/{id}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@createMessage', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@createMessage', 'as' => 'admin.user.create.message', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.user.update.message' => array ( 'methods' => array ( 0 => 'PATCH', ), 'uri' => 'admin/user/update/message/{id}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@UpdateMessage', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@UpdateMessage', 'as' => 'admin.user.update.message', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.user.destroy.message' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/user/destroy/message/{id}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@destroyMessage', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@destroyMessage', 'as' => 'admin.user.destroy.message', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.users' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/users', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@bulkAction', 'controller' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest\\UserController@bulkAction', 'as' => 'admin.bulk.users', 'namespace' => 'Modules\\User\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.vehicle' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/vehicle', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001dc70000000000000000";}}', 'as' => 'api.vehicle', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'vehicle.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'vehicle', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'vehicle.index', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\VehicleController@index', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\VehicleController@index', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'vehicle.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'vehicle/create', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'vehicle.create', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\VehicleController@create', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\VehicleController@create', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'vehicle.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'vehicle', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'vehicle.store', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\VehicleController@store', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\VehicleController@store', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'vehicle.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'vehicle/{vehicle}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'vehicle.show', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\VehicleController@show', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\VehicleController@show', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'vehicle.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'vehicle/{vehicle}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'vehicle.edit', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\VehicleController@edit', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\VehicleController@edit', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'vehicle.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'vehicle/{vehicle}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'vehicle.update', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\VehicleController@update', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\VehicleController@update', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'vehicle.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'vehicle/{vehicle}', 'action' => array ( 'middleware' => array ( 0 => 'web', ), 'as' => 'vehicle.destroy', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\VehicleController@destroy', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\VehicleController@destroy', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers', 'prefix' => '', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleCategory.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleCategory', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleCategory.index', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@index', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@index', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleCategory.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleCategory/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleCategory.create', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@create', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@create', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleCategory.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/VehicleCategory', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleCategory.store', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@store', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@store', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleCategory.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleCategory/{VehicleCategory}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleCategory.show', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@show', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@show', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleCategory.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleCategory/{VehicleCategory}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleCategory.edit', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@edit', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@edit', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleCategory.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/VehicleCategory/{VehicleCategory}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleCategory.update', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@update', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@update', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleCategory.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/VehicleCategory/{VehicleCategory}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleCategory.destroy', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@destroy', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@destroy', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleCategory.list' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleCategory/index', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@index', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@index', 'as' => 'admin.VehicleCategory.list', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.VehicleCategories' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/VehicleCategory', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@bulkAction', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleCategoryController@bulkAction', 'as' => 'admin.bulk.VehicleCategories', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleBrand.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleBrand', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleBrand.index', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@index', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@index', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleBrand.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleBrand/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleBrand.create', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@create', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@create', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleBrand.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/VehicleBrand', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleBrand.store', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@store', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@store', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleBrand.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleBrand/{VehicleBrand}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleBrand.show', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@show', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@show', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleBrand.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleBrand/{VehicleBrand}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleBrand.edit', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@edit', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@edit', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleBrand.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/VehicleBrand/{VehicleBrand}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleBrand.update', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@update', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@update', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleBrand.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/VehicleBrand/{VehicleBrand}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleBrand.destroy', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@destroy', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@destroy', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleBrand.list' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleBrand/index', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@index', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@index', 'as' => 'admin.VehicleBrand.list', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.VehicleBrands' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/VehicleBrand', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@bulkAction', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleBrandController@bulkAction', 'as' => 'admin.bulk.VehicleBrands', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleType.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleType', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleType.index', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@index', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@index', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleType.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleType/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleType.create', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@create', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@create', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleType.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/VehicleType', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleType.store', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@store', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@store', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleType.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleType/{VehicleType}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleType.show', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@show', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@show', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleType.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleType/{VehicleType}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleType.edit', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@edit', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@edit', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleType.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/VehicleType/{VehicleType}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleType.update', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@update', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@update', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleType.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/VehicleType/{VehicleType}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.VehicleType.destroy', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@destroy', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@destroy', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.VehicleType.list' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/VehicleType/index', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@index', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@index', 'as' => 'admin.VehicleType.list', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.VehicleTypes' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/VehicleType', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@bulkAction', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleTypeController@bulkAction', 'as' => 'admin.bulk.VehicleTypes', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.Vehicle.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/Vehicle', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.Vehicle.index', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@index', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@index', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.Vehicle.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/Vehicle/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.Vehicle.create', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@create', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@create', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.Vehicle.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/Vehicle', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.Vehicle.store', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@store', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@store', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.Vehicle.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/Vehicle/{Vehicle}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.Vehicle.show', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@show', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@show', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.Vehicle.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/Vehicle/{Vehicle}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.Vehicle.edit', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@edit', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@edit', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.Vehicle.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/Vehicle/{Vehicle}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.Vehicle.update', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@update', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@update', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.Vehicle.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/Vehicle/{Vehicle}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.Vehicle.destroy', 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@destroy', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@destroy', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.Vehicle.list' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/Vehicle/index', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@index', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@index', 'as' => 'admin.Vehicle.list', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.Vehicle.create.note' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/Vehicle/create/note/{id}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@createNote', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@createNote', 'as' => 'admin.Vehicle.create.note', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.Vehicle' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/Vehicle', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@bulkAction', 'controller' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest\\VehicleController@bulkAction', 'as' => 'admin.bulk.Vehicle', 'namespace' => 'Modules\\Vehicle\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'api.video' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'api/v1/video', 'action' => array ( 'middleware' => array ( 0 => 'api', 1 => 'auth:sanctum', ), '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:58:"fn (\\Illuminate\\Http\\Request $request) => $request->user()";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000001dc80000000000000000";}}', 'as' => 'api.video', 'namespace' => 'Modules\\Video\\app\\Http\\Controllers', 'prefix' => 'api/v1', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.video.index' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/video', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.video.index', 'uses' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@index', 'controller' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@index', 'namespace' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.video.create' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/video/create', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.video.create', 'uses' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@create', 'controller' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@create', 'namespace' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.video.store' => array ( 'methods' => array ( 0 => 'POST', ), 'uri' => 'admin/video', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.video.store', 'uses' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@store', 'controller' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@store', 'namespace' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.video.show' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/video/{video}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.video.show', 'uses' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@show', 'controller' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@show', 'namespace' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.video.edit' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/video/{video}/edit', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.video.edit', 'uses' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@edit', 'controller' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@edit', 'namespace' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.video.update' => array ( 'methods' => array ( 0 => 'PUT', 1 => 'PATCH', ), 'uri' => 'admin/video/{video}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.video.update', 'uses' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@update', 'controller' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@update', 'namespace' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.video.destroy' => array ( 'methods' => array ( 0 => 'DELETE', ), 'uri' => 'admin/video/{video}', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'as' => 'admin.video.destroy', 'uses' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@destroy', 'controller' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@destroy', 'namespace' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => '/admin', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), 'admin.bulk.videos' => array ( 'methods' => array ( 0 => 'GET', 1 => 'HEAD', ), 'uri' => 'admin/bulk/videos', 'action' => array ( 'middleware' => array ( 0 => 'web', 1 => 'auth:admin', 2 => 'check_role_admin', ), 'uses' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@bulkAction', 'controller' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest\\VideoController@bulkAction', 'as' => 'admin.bulk.videos', 'namespace' => 'Modules\\Video\\app\\Http\\Controllers\\Dashboard\\Frest', 'prefix' => 'admin/bulk', 'where' => array ( ), ), 'fallback' => false, 'defaults' => array ( ), 'wheres' => array ( ), 'bindingFields' => array ( ), 'lockSeconds' => NULL, 'waitSeconds' => NULL, 'withTrashed' => false, ), ), ) ); cache/services.php000064400000060321151405220750010146 0ustar00 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\\Auth\\Passwords\\PasswordResetServiceProvider', 15 => 'Illuminate\\Pipeline\\PipelineServiceProvider', 16 => 'Illuminate\\Queue\\QueueServiceProvider', 17 => 'Illuminate\\Redis\\RedisServiceProvider', 18 => 'Illuminate\\Session\\SessionServiceProvider', 19 => 'Illuminate\\Translation\\TranslationServiceProvider', 20 => 'Illuminate\\Validation\\ValidationServiceProvider', 21 => 'Illuminate\\View\\ViewServiceProvider', 22 => 'Alexusmai\\LaravelFileManager\\FileManagerServiceProvider', 23 => 'Anetwork\\Validation\\PersianValidationServiceProvider', 24 => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 25 => 'Barryvdh\\Debugbar\\ServiceProvider', 26 => 'Barryvdh\\DomPDF\\ServiceProvider', 27 => 'Cviebrock\\EloquentSluggable\\ServiceProvider', 28 => 'Hekmatinasser\\Verta\\Laravel\\VertaServiceProvider', 29 => 'Intervention\\Image\\ImageServiceProvider', 30 => 'Clockwork\\Support\\Laravel\\ClockworkServiceProvider', 31 => 'Jorenvh\\Share\\Providers\\ShareServiceProvider', 32 => 'Kavenegar\\Laravel\\ServiceProvider', 33 => 'Laravel\\Breeze\\BreezeServiceProvider', 34 => 'Laravel\\Sail\\SailServiceProvider', 35 => 'Laravel\\Sanctum\\SanctumServiceProvider', 36 => 'Laravel\\Telescope\\TelescopeServiceProvider', 37 => 'Laravel\\Tinker\\TinkerServiceProvider', 38 => 'Laravel\\Ui\\UiServiceProvider', 39 => 'Livewire\\LivewireServiceProvider', 40 => 'Mews\\Captcha\\CaptchaServiceProvider', 41 => 'Carbon\\Laravel\\ServiceProvider', 42 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider', 43 => 'Termwind\\Laravel\\TermwindServiceProvider', 44 => 'Nwidart\\Modules\\LaravelModulesServiceProvider', 45 => 'Shetabit\\Payment\\Provider\\PaymentServiceProvider', 46 => 'Shetabit\\Visitor\\Provider\\VisitorServiceProvider', 47 => 'Spatie\\LaravelIgnition\\IgnitionServiceProvider', 48 => 'App\\Providers\\AppServiceProvider', 49 => 'App\\Providers\\AuthServiceProvider', 50 => 'App\\Providers\\EventServiceProvider', 51 => 'App\\Providers\\RouteServiceProvider', 52 => 'App\\Providers\\TelescopeServiceProvider', 53 => 'Anetwork\\Validation\\PersianValidationServiceProvider', 54 => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 55 => 'Shetabit\\Visitor\\Provider\\VisitorServiceProvider', 56 => 'Hekmatinasser\\Verta\\Laravel\\VertaServiceProvider', 57 => 'Jorenvh\\Share\\Providers\\ShareServiceProvider', 58 => 'Mews\\Captcha\\CaptchaServiceProvider', 59 => 'Kavenegar\\Laravel\\ServiceProvider', 60 => 'Shetabit\\Payment\\Provider\\PaymentServiceProvider', ), 'eager' => array ( 0 => 'Illuminate\\Auth\\AuthServiceProvider', 1 => 'Illuminate\\Cookie\\CookieServiceProvider', 2 => 'Illuminate\\Database\\DatabaseServiceProvider', 3 => 'Illuminate\\Encryption\\EncryptionServiceProvider', 4 => 'Illuminate\\Filesystem\\FilesystemServiceProvider', 5 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider', 6 => 'Illuminate\\Notifications\\NotificationServiceProvider', 7 => 'Illuminate\\Pagination\\PaginationServiceProvider', 8 => 'Illuminate\\Session\\SessionServiceProvider', 9 => 'Illuminate\\View\\ViewServiceProvider', 10 => 'Alexusmai\\LaravelFileManager\\FileManagerServiceProvider', 11 => 'Anetwork\\Validation\\PersianValidationServiceProvider', 12 => 'Barryvdh\\Debugbar\\ServiceProvider', 13 => 'Barryvdh\\DomPDF\\ServiceProvider', 14 => 'Cviebrock\\EloquentSluggable\\ServiceProvider', 15 => 'Hekmatinasser\\Verta\\Laravel\\VertaServiceProvider', 16 => 'Intervention\\Image\\ImageServiceProvider', 17 => 'Clockwork\\Support\\Laravel\\ClockworkServiceProvider', 18 => 'Jorenvh\\Share\\Providers\\ShareServiceProvider', 19 => 'Kavenegar\\Laravel\\ServiceProvider', 20 => 'Laravel\\Sanctum\\SanctumServiceProvider', 21 => 'Laravel\\Telescope\\TelescopeServiceProvider', 22 => 'Laravel\\Ui\\UiServiceProvider', 23 => 'Livewire\\LivewireServiceProvider', 24 => 'Mews\\Captcha\\CaptchaServiceProvider', 25 => 'Carbon\\Laravel\\ServiceProvider', 26 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider', 27 => 'Termwind\\Laravel\\TermwindServiceProvider', 28 => 'Nwidart\\Modules\\LaravelModulesServiceProvider', 29 => 'Shetabit\\Payment\\Provider\\PaymentServiceProvider', 30 => 'Shetabit\\Visitor\\Provider\\VisitorServiceProvider', 31 => 'Spatie\\LaravelIgnition\\IgnitionServiceProvider', 32 => 'App\\Providers\\AppServiceProvider', 33 => 'App\\Providers\\AuthServiceProvider', 34 => 'App\\Providers\\EventServiceProvider', 35 => 'App\\Providers\\RouteServiceProvider', 36 => 'App\\Providers\\TelescopeServiceProvider', 37 => 'Anetwork\\Validation\\PersianValidationServiceProvider', 38 => 'Shetabit\\Visitor\\Provider\\VisitorServiceProvider', 39 => 'Hekmatinasser\\Verta\\Laravel\\VertaServiceProvider', 40 => 'Jorenvh\\Share\\Providers\\ShareServiceProvider', 41 => 'Mews\\Captcha\\CaptchaServiceProvider', 42 => 'Kavenegar\\Laravel\\ServiceProvider', 43 => 'Shetabit\\Payment\\Provider\\PaymentServiceProvider', ), 'deferred' => array ( 'Illuminate\\Broadcasting\\BroadcastManager' => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', 'Illuminate\\Contracts\\Broadcasting\\Factory' => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', 'Illuminate\\Contracts\\Broadcasting\\Broadcaster' => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', 'Illuminate\\Bus\\Dispatcher' => 'Illuminate\\Bus\\BusServiceProvider', 'Illuminate\\Contracts\\Bus\\Dispatcher' => 'Illuminate\\Bus\\BusServiceProvider', 'Illuminate\\Contracts\\Bus\\QueueingDispatcher' => 'Illuminate\\Bus\\BusServiceProvider', 'Illuminate\\Bus\\BatchRepository' => 'Illuminate\\Bus\\BusServiceProvider', 'Illuminate\\Bus\\DatabaseBatchRepository' => 'Illuminate\\Bus\\BusServiceProvider', 'cache' => 'Illuminate\\Cache\\CacheServiceProvider', 'cache.store' => 'Illuminate\\Cache\\CacheServiceProvider', 'cache.psr6' => 'Illuminate\\Cache\\CacheServiceProvider', 'memcached.connector' => 'Illuminate\\Cache\\CacheServiceProvider', 'Illuminate\\Cache\\RateLimiter' => 'Illuminate\\Cache\\CacheServiceProvider', 'Illuminate\\Foundation\\Console\\AboutCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Cache\\Console\\ClearCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Cache\\Console\\ForgetCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ClearCompiledCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Auth\\Console\\ClearResetsCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ConfigCacheCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ConfigClearCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ConfigShowCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\DbCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\MonitorCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\PruneCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\ShowCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\TableCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\WipeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\DownCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\EnvironmentCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\EnvironmentDecryptCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\EnvironmentEncryptCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\EventCacheCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\EventClearCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\EventListCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\KeyGenerateCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\OptimizeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\OptimizeClearCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\PackageDiscoverCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Cache\\Console\\PruneStaleTagsCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\ClearCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\ListFailedCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\FlushFailedCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\ForgetFailedCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\ListenCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\MonitorCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\PruneBatchesCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\PruneFailedJobsCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\RestartCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\RetryCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\RetryBatchCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\WorkCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\RouteCacheCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\RouteClearCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\RouteListCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\DumpCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\Seeds\\SeedCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Console\\Scheduling\\ScheduleFinishCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Console\\Scheduling\\ScheduleListCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Console\\Scheduling\\ScheduleRunCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Console\\Scheduling\\ScheduleClearCacheCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Console\\Scheduling\\ScheduleTestCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Console\\Scheduling\\ScheduleWorkCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Console\\Scheduling\\ScheduleInterruptCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\ShowModelCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\StorageLinkCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\StorageUnlinkCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\UpCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ViewCacheCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ViewClearCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Cache\\Console\\CacheTableCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\CastMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ChannelListCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ChannelMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ComponentMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ConsoleMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Routing\\Console\\ControllerMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\DocsCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\EventGenerateCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\EventMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ExceptionMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\Factories\\FactoryMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\JobMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\LangPublishCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ListenerMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\MailMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Routing\\Console\\MiddlewareMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ModelMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\NotificationMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Notifications\\Console\\NotificationTableCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ObserverMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\PolicyMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ProviderMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\FailedTableCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\TableCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Queue\\Console\\BatchesTableCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\RequestMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ResourceMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\RuleMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ScopeMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\Seeds\\SeederMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Session\\Console\\SessionTableCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ServeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\StubPublishCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\TestMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\VendorPublishCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Foundation\\Console\\ViewMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'migrator' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'migration.repository' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'migration.creator' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\Migrations\\MigrateCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\Migrations\\FreshCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\Migrations\\InstallCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\Migrations\\RefreshCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\Migrations\\ResetCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\Migrations\\RollbackCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\Migrations\\StatusCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'Illuminate\\Database\\Console\\Migrations\\MigrateMakeCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'composer' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 'hash' => 'Illuminate\\Hashing\\HashServiceProvider', 'hash.driver' => 'Illuminate\\Hashing\\HashServiceProvider', 'mail.manager' => 'Illuminate\\Mail\\MailServiceProvider', 'mailer' => 'Illuminate\\Mail\\MailServiceProvider', 'Illuminate\\Mail\\Markdown' => 'Illuminate\\Mail\\MailServiceProvider', 'auth.password' => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider', 'auth.password.broker' => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider', 'Illuminate\\Contracts\\Pipeline\\Hub' => 'Illuminate\\Pipeline\\PipelineServiceProvider', 'pipeline' => 'Illuminate\\Pipeline\\PipelineServiceProvider', 'queue' => 'Illuminate\\Queue\\QueueServiceProvider', 'queue.connection' => 'Illuminate\\Queue\\QueueServiceProvider', 'queue.failer' => 'Illuminate\\Queue\\QueueServiceProvider', 'queue.listener' => 'Illuminate\\Queue\\QueueServiceProvider', 'queue.worker' => 'Illuminate\\Queue\\QueueServiceProvider', 'redis' => 'Illuminate\\Redis\\RedisServiceProvider', 'redis.connection' => 'Illuminate\\Redis\\RedisServiceProvider', 'translator' => 'Illuminate\\Translation\\TranslationServiceProvider', 'translation.loader' => 'Illuminate\\Translation\\TranslationServiceProvider', 'validator' => 'Illuminate\\Validation\\ValidationServiceProvider', 'validation.presence' => 'Illuminate\\Validation\\ValidationServiceProvider', 'Illuminate\\Contracts\\Validation\\UncompromisedVerifier' => 'Illuminate\\Validation\\ValidationServiceProvider', 'Artesaos\\SEOTools\\Contracts\\SEOTools' => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 'Artesaos\\SEOTools\\Contracts\\MetaTags' => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 'Artesaos\\SEOTools\\Contracts\\TwitterCards' => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 'Artesaos\\SEOTools\\Contracts\\OpenGraph' => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 'Artesaos\\SEOTools\\Contracts\\JsonLd' => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 'Artesaos\\SEOTools\\Contracts\\JsonLdMulti' => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 'seotools' => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 'seotools.metatags' => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 'seotools.opengraph' => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 'seotools.twitter' => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 'seotools.json-ld' => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 'seotools.json-ld-multi' => 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider', 'Laravel\\Breeze\\Console\\InstallCommand' => 'Laravel\\Breeze\\BreezeServiceProvider', 'Laravel\\Sail\\Console\\InstallCommand' => 'Laravel\\Sail\\SailServiceProvider', 'Laravel\\Sail\\Console\\PublishCommand' => 'Laravel\\Sail\\SailServiceProvider', 'command.tinker' => 'Laravel\\Tinker\\TinkerServiceProvider', ), 'when' => array ( 'Illuminate\\Broadcasting\\BroadcastServiceProvider' => array ( ), 'Illuminate\\Bus\\BusServiceProvider' => array ( ), 'Illuminate\\Cache\\CacheServiceProvider' => array ( ), 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider' => array ( ), 'Illuminate\\Hashing\\HashServiceProvider' => array ( ), 'Illuminate\\Mail\\MailServiceProvider' => array ( ), 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider' => array ( ), 'Illuminate\\Pipeline\\PipelineServiceProvider' => array ( ), 'Illuminate\\Queue\\QueueServiceProvider' => array ( ), 'Illuminate\\Redis\\RedisServiceProvider' => array ( ), 'Illuminate\\Translation\\TranslationServiceProvider' => array ( ), 'Illuminate\\Validation\\ValidationServiceProvider' => array ( ), 'Artesaos\\SEOTools\\Providers\\SEOToolsServiceProvider' => array ( ), 'Laravel\\Breeze\\BreezeServiceProvider' => array ( ), 'Laravel\\Sail\\SailServiceProvider' => array ( ), 'Laravel\\Tinker\\TinkerServiceProvider' => array ( ), ), );cache/service_module.php000064400000000377151405220750011335 0ustar00 array ( 0 => 'Modules\\Service\\app\\Providers\\ServiceServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Service\\app\\Providers\\ServiceServiceProvider', ), 'deferred' => array ( ), );cache/site_module.php000064400000000363151405220750010634 0ustar00 array ( 0 => 'Modules\\Site\\app\\Providers\\SiteServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Site\\app\\Providers\\SiteServiceProvider', ), 'deferred' => array ( ), );cache/tag_module.php000064400000000357151405220750010446 0ustar00 array ( 0 => 'Modules\\Tag\\app\\Providers\\TagServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Tag\\app\\Providers\\TagServiceProvider', ), 'deferred' => array ( ), );cache/template_module.php000064400000000403151405220750011476 0ustar00 array ( 0 => 'Modules\\Template\\app\\Providers\\TemplateServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Template\\app\\Providers\\TemplateServiceProvider', ), 'deferred' => array ( ), );cache/user_module.php000064400000000363151405220750010646 0ustar00 array ( 0 => 'Modules\\User\\app\\Providers\\UserServiceProvider', ), 'eager' => array ( 0 => 'Modules\\User\\app\\Providers\\UserServiceProvider', ), 'deferred' => array ( ), );cache/vehicle_module.php000064400000000377151405220750011314 0ustar00 array ( 0 => 'Modules\\Vehicle\\app\\Providers\\VehicleServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Vehicle\\app\\Providers\\VehicleServiceProvider', ), 'deferred' => array ( ), );cache/video_module.php000064400000000367151405220750011002 0ustar00 array ( 0 => 'Modules\\Video\\app\\Providers\\VideoServiceProvider', ), 'eager' => array ( 0 => 'Modules\\Video\\app\\Providers\\VideoServiceProvider', ), 'deferred' => array ( ), );