NotFoundHttpException {#169
  -statusCode: 404
  -headers: []
  #message: ""
  #code: 0
  #file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php"
  #line: 161
  -trace: array:30 [
    0 => array:3 [
      "call" => "Illuminate\Routing\RouteCollection->match()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:754"
      "args" => array:1 [
        0 => Request {#39
          #json: null
          #userResolver: Closure {#179
            class: "Illuminate\Auth\AuthServiceProvider"
            this: AuthServiceProvider {#40 …}
            use: array:1 [
              "$app" => Application {#2
                #basePath: "/var/www/f_gate/public_html"
                #hasBeenBootstrapped: true
                #booted: true
                #bootingCallbacks: array:1 [
                  0 => Closure {#147
                    class: "Illuminate\Foundation\Application"
                    this: Application {#2}
                    use: array:1 [
                      "$instance" => TranslationServiceProvider {#135
                        #defer: true
                        #app: Application {#2}
                      }
                    ]
                    file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
                    line: "651 to 653"
                  }
                ]
                #bootedCallbacks: array:1 [
                  0 => Closure {#104
                    class: "Illuminate\Foundation\Support\Providers\RouteServiceProvider"
                    this: RouteServiceProvider {#87
                      #namespace: "FrontGate\Http\Controllers"
                      #app: Application {#2}
                      #defer: false
                    }
                    use: array:1 [
                      "$router" => Router {#24
                        #events: Dispatcher {#5
                          #container: Application {#2}
                          #listeners: array:2 [
                            "router.matched" => array:1 [
                              0 => array:1 [
                                0 => Closure {#94
                                  class: "Illuminate\Foundation\Providers\FormRequestServiceProvider"
                                  this: FormRequestServiceProvider {#68
                                    #app: Application {#2}
                                    #defer: false
                                  }
                                  file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Providers/FormRequestServiceProvider.php"
                                  line: "28 to 35"
                                }
                              ]
                            ]
                            "FrontGate\Events\SomeEvent" => array:1 [
                              0 => array:1 [
                                0 => Closure {#98
                                  class: "Illuminate\Events\Dispatcher"
                                  this: Dispatcher {#5}
                                  use: array:2 [ …2]
                                  file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php"
                                  line: "345 to 349"
                                }
                              ]
                            ]
                          ]
                          #wildcards: []
                          #sorted: array:36 [
                            "Illuminate\Events\EventServiceProvider" => []
                            "Illuminate\Routing\RoutingServiceProvider" => []
                            "bootstrapping: Illuminate\Foundation\Bootstrap\DetectEnvironment" => []
                            "bootstrapped: Illuminate\Foundation\Bootstrap\DetectEnvironment" => []
                            "bootstrapping: Illuminate\Foundation\Bootstrap\LoadConfiguration" => []
                            "bootstrapped: Illuminate\Foundation\Bootstrap\LoadConfiguration" => []
                            "bootstrapping: Illuminate\Foundation\Bootstrap\ConfigureLogging" => []
                            "bootstrapped: Illuminate\Foundation\Bootstrap\ConfigureLogging" => []
                            "bootstrapping: Illuminate\Foundation\Bootstrap\HandleExceptions" => []
                            "bootstrapped: Illuminate\Foundation\Bootstrap\HandleExceptions" => []
                            "bootstrapping: Illuminate\Foundation\Bootstrap\RegisterFacades" => []
                            "bootstrapped: Illuminate\Foundation\Bootstrap\RegisterFacades" => []
                            "bootstrapping: Illuminate\Foundation\Bootstrap\RegisterProviders" => []
                            "Illuminate\Auth\AuthServiceProvider" => []
                            "Illuminate\Routing\ControllerServiceProvider" => []
                            "Illuminate\Cookie\CookieServiceProvider" => []
                            "Illuminate\Database\DatabaseServiceProvider" => []
                            "Illuminate\Encryption\EncryptionServiceProvider" => []
                            "Illuminate\Filesystem\FilesystemServiceProvider" => []
                            "Illuminate\Foundation\Providers\FormRequestServiceProvider" => []
                            "Illuminate\Foundation\Providers\FoundationServiceProvider" => []
                            "Illuminate\Pagination\PaginationServiceProvider" => []
                            "Illuminate\Session\SessionServiceProvider" => []
                            "Illuminate\Validation\ValidationServiceProvider" => []
                            "Illuminate\View\ViewServiceProvider" => []
                            "FrontGate\Providers\AppServiceProvider" => []
                            "FrontGate\Providers\AuthServiceProvider" => []
                            "FrontGate\Providers\EventServiceProvider" => []
                            "FrontGate\Providers\RouteServiceProvider" => []
                            "FrontGate\Providers\v1\ValidationServiceProvider" => []
                            "Intervention\Image\ImageServiceProvider" => []
                            "bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders" => []
                            "bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders" => []
                            "Illuminate\Translation\TranslationServiceProvider" => []
                            "bootstrapped: Illuminate\Foundation\Bootstrap\BootProviders" => []
                            "router.before" => []
                          ]
                          #firing: []
                          #queueResolver: Closure {#6
                            class: "Illuminate\Events\EventServiceProvider"
                            this: EventServiceProvider {#3
                              #app: Application {#2}
                              #defer: false
                            }
                            use: array:1 [
                              "$app" => Application {#2}
                            ]
                            file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php"
                            line: "17 to 19"
                          }
                        }
                        #container: Application {#2}
                        #routes: RouteCollection {#26
                          #routes: array:3 [
                            "GET" => array:28 [
                              "/" => Route {#103
                                #uri: "/"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Front\IndexController@index"
                                  "controller" => "FrontGate\Http\Controllers\v1\Front\IndexController@index"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => null
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#213
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/"
                                  -regex: "#^/$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "payment/active" => Route {#109
                                #uri: "payment/active"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@active"
                                  "controller" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@active"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "/payment"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#185
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/payment/active"
                                  -regex: "#^/payment/active$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "help/howtopay" => Route {#111
                                #uri: "help/howtopay"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Front\HelpController@howtopay"
                                  "controller" => "FrontGate\Http\Controllers\v1\Front\HelpController@howtopay"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "/help"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#181
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/help/howtopay"
                                  -regex: "#^/help/howtopay$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "help/howtoget" => Route {#112
                                #uri: "help/howtoget"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Front\HelpController@howtoget"
                                  "controller" => "FrontGate\Http\Controllers\v1\Front\HelpController@howtoget"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "/help"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#186
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/help/howtoget"
                                  -regex: "#^/help/howtoget$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "help/howtouse" => Route {#113
                                #uri: "help/howtouse"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Front\HelpController@howtouse"
                                  "controller" => "FrontGate\Http\Controllers\v1\Front\HelpController@howtouse"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "/help"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#187
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/help/howtouse"
                                  -regex: "#^/help/howtouse$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "help/paysystems" => Route {#114
                                #uri: "help/paysystems"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Front\HelpController@paysystems"
                                  "controller" => "FrontGate\Http\Controllers\v1\Front\HelpController@paysystems"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "/help"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#188
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/help/paysystems"
                                  -regex: "#^/help/paysystems$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "help/refund" => Route {#115
                                #uri: "help/refund"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Front\HelpController@refund"
                                  "controller" => "FrontGate\Http\Controllers\v1\Front\HelpController@refund"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "/help"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#189
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/help/refund"
                                  -regex: "#^/help/refund$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "help/feedback" => Route {#116
                                #uri: "help/feedback"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Front\HelpController@feedback"
                                  "controller" => "FrontGate\Http\Controllers\v1\Front\HelpController@feedback"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "/help"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#190
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/help/feedback"
                                  -regex: "#^/help/feedback$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "test/send" => Route {#106
                                #uri: "test/send"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\TestController@send"
                                  "controller" => "FrontGate\Http\Controllers\v1\TestController@send"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => null
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#191
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/test/send"
                                  -regex: "#^/test/send$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "api/pay/paysystem" => Route {#122
                                #uri: "api/pay/paysystem"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:6 [
                                  "middleware" => "v1.access.merchant.ip"
                                  "uses" => "FrontGate\Http\Controllers\v1\Pay\PaysystemController@index"
                                  "controller" => "FrontGate\Http\Controllers\v1\Pay\PaysystemController@index"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "api/pay/paysystem"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#192
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/api/pay/paysystem"
                                  -regex: "#^/api/pay/paysystem$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "api/pay" => Route {#123
                                #uri: "api/pay"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:6 [
                                  "middleware" => "v1.exist.pay"
                                  "uses" => "FrontGate\Http\Controllers\v1\Pay\PayController@enter_data"
                                  "controller" => "FrontGate\Http\Controllers\v1\Pay\PayController@enter_data"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "api/pay"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#193
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/api/pay"
                                  -regex: "#^/api/pay$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "api/pay/inner" => Route {#125
                                #uri: "api/pay/inner"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:6 [
                                  "middleware" => array:2 [ …2]
                                  "uses" => "FrontGate\Http\Controllers\v1\Pay\PayController@inner"
                                  "controller" => "FrontGate\Http\Controllers\v1\Pay\PayController@inner"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "api/pay"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#194
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/api/pay/inner"
                                  -regex: "#^/api/pay/inner$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "api/panel/directories" => Route {#126
                                #uri: "api/panel/directories"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:6 [
                                  "middleware" => "v1.access.front"
                                  "uses" => "FrontGate\Http\Controllers\v1\Front\PanelController@get_list"
                                  "controller" => "FrontGate\Http\Controllers\v1\Front\PanelController@get_list"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "api/panel"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#195
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/api/panel/directories"
                                  -regex: "#^/api/panel/directories$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "pay/limit" => Route {#119
                                #uri: "pay/limit"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Front\ErrorController@limit"
                                  "controller" => "FrontGate\Http\Controllers\v1\Front\ErrorController@limit"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "/pay"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#196
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/pay/limit"
                                  -regex: "#^/pay/limit$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "pay/fail" => Route {#120
                                #uri: "pay/fail"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Front\ErrorController@fail"
                                  "controller" => "FrontGate\Http\Controllers\v1\Front\ErrorController@fail"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "/pay"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#197
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/pay/fail"
                                  -regex: "#^/pay/fail$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "pay/error" => Route {#127
                                #uri: "pay/error"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Front\ErrorController@error"
                                  "controller" => "FrontGate\Http\Controllers\v1\Front\ErrorController@error"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "/pay"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#198
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/pay/error"
                                  -regex: "#^/pay/error$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "pay/inner/acard" => Route {#131
                                #uri: "pay/inner/acard"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:6 [
                                  "middleware" => "v1.exist.inner.pay"
                                  "uses" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@index"
                                  "controller" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@index"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "pay/inner/acard"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#199
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/pay/inner/acard"
                                  -regex: "#^/pay/inner/acard$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "pay/inner/acard_altegronet" => Route {#133
                                #uri: "pay/inner/acard_altegronet"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:6 [
                                  "middleware" => "v1.exist.inner.pay"
                                  "uses" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardAltegroNetController@index"
                                  "controller" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardAltegroNetController@index"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "pay/inner/acard_altegronet"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#200
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/pay/inner/acard_altegronet"
                                  -regex: "#^/pay/inner/acard_altegronet$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "pay/inner/terminal/{label}" => Route {#129
                                #uri: "pay/inner/terminal/{label}"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Pay\Methods\TerminalController@index"
                                  "controller" => "FrontGate\Http\Controllers\v1\Pay\Methods\TerminalController@index"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "pay/inner"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#201
                                  -variables: array:1 [ …1]
                                  -tokens: array:2 [ …2]
                                  -staticPrefix: "/pay/inner/terminal"
                                  -regex: "#^/pay/inner/terminal/(?P<label>[^/]++)$#s"
                                  -pathVariables: array:1 [ …1]
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "pay/inner/mobimoney" => Route {#130
                                #uri: "pay/inner/mobimoney"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Pay\Methods\MobiMoneyController@index"
                                  "controller" => "FrontGate\Http\Controllers\v1\Pay\Methods\MobiMoneyController@index"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "pay/inner"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#202
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/pay/inner/mobimoney"
                                  -regex: "#^/pay/inner/mobimoney$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "pay/inner/bank_statement" => Route {#136
                                #uri: "pay/inner/bank_statement"
                                #methods: array:2 [
                                  0 => "GET"
                                  1 => "HEAD"
                                ]
                                #action: array:5 [ …5]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#203 …8}
                                #container: Application {#2}
                              }
                              "pay/inner/bank_statement/download" => Route {#137
                                #uri: "pay/inner/bank_statement/download"
                                #methods: array:2 [ …2]
                                #action: array:5 [ …5]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#204 …8}
                                #container: Application {#2}
                              }
                              "pay/inner/prepayment_bank_statement/check_user" => Route {#138
                                #uri: "pay/inner/prepayment_bank_statement/check_user"
                                #methods: array:2 [ …2]
                                #action: array:5 [ …5]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#205 …8}
                                #container: Application {#2}
                              }
                              "pay/inner/prepayment_bank_statement/inn" => Route {#139
                                #uri: "pay/inner/prepayment_bank_statement/inn"
                                #methods: array:2 [ …2]
                                #action: array:5 [ …5]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#206 …8}
                                #container: Application {#2}
                              }
                              "pay/inner/prepayment_bank_statement/enter" => Route {#141
                                #uri: "pay/inner/prepayment_bank_statement/enter"
                                #methods: array:2 [ …2]
                                #action: array:5 [ …5]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#207 …8}
                                #container: Application {#2}
                              }
                              "pay/inner/prepayment_bank_statement" => Route {#143
                                #uri: "pay/inner/prepayment_bank_statement"
                                #methods: array:2 [ …2]
                                #action: array:5 [ …5]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#208 …8}
                                #container: Application {#2}
                              }
                              "pay/inner/prepayment_bank_statement/download" => Route {#144
                                #uri: "pay/inner/prepayment_bank_statement/download"
                                #methods: array:2 [ …2]
                                #action: array:5 [ …5]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#209 …8}
                                #container: Application {#2}
                              }
                              "pay/terminal/{id}" => Route {#128
                                #uri: "pay/terminal/{id}"
                                #methods: array:2 [ …2]
                                #action: array:5 [ …5]
                                #defaults: []
                                #wheres: array:1 [ …1]
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#210 …8}
                                #container: Application {#2}
                              }
                            ]
                            "HEAD" => array:28 [
                              "/" => Route {#103}
                              "payment/active" => Route {#109}
                              "help/howtopay" => Route {#111}
                              "help/howtoget" => Route {#112}
                              "help/howtouse" => Route {#113}
                              "help/paysystems" => Route {#114}
                              "help/refund" => Route {#115}
                              "help/feedback" => Route {#116}
                              "test/send" => Route {#106}
                              "api/pay/paysystem" => Route {#122}
                              "api/pay" => Route {#123}
                              "api/pay/inner" => Route {#125}
                              "api/panel/directories" => Route {#126}
                              "pay/limit" => Route {#119}
                              "pay/fail" => Route {#120}
                              "pay/error" => Route {#127}
                              "pay/inner/acard" => Route {#131}
                              "pay/inner/acard_altegronet" => Route {#133}
                              "pay/inner/terminal/{label}" => Route {#129}
                              "pay/inner/mobimoney" => Route {#130}
                              "pay/inner/bank_statement" => Route {#136}
                              "pay/inner/bank_statement/download" => Route {#137}
                              "pay/inner/prepayment_bank_statement/check_user" => Route {#138}
                              "pay/inner/prepayment_bank_statement/inn" => Route {#139}
                              "pay/inner/prepayment_bank_statement/enter" => Route {#141}
                              "pay/inner/prepayment_bank_statement" => Route {#143}
                              "pay/inner/prepayment_bank_statement/download" => Route {#144}
                              "pay/terminal/{id}" => Route {#128}
                            ]
                            "POST" => array:11 [
                              "payment/stage1/{id}" => Route {#107
                                #uri: "payment/stage1/{id}"
                                #methods: array:1 [
                                  0 => "POST"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Front\PaymentController@stage1"
                                  "controller" => "FrontGate\Http\Controllers\v1\Front\PaymentController@stage1"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "/payment"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#211
                                  -variables: array:1 [ …1]
                                  -tokens: array:2 [ …2]
                                  -staticPrefix: "/payment/stage1"
                                  -regex: "#^/payment/stage1/(?P<id>[^/]++)$#s"
                                  -pathVariables: array:1 [ …1]
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "payment/stage2/{id}" => Route {#108
                                #uri: "payment/stage2/{id}"
                                #methods: array:1 [
                                  0 => "POST"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Front\PaymentController@stage2"
                                  "controller" => "FrontGate\Http\Controllers\v1\Front\PaymentController@stage2"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "/payment"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#214
                                  -variables: array:1 [ …1]
                                  -tokens: array:2 [ …2]
                                  -staticPrefix: "/payment/stage2"
                                  -regex: "#^/payment/stage2/(?P<id>[^/]++)$#s"
                                  -pathVariables: array:1 [ …1]
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "payment/card_check" => Route {#110
                                #uri: "payment/card_check"
                                #methods: array:1 [
                                  0 => "POST"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@card_check"
                                  "controller" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@card_check"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "/payment"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#215
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/payment/card_check"
                                  -regex: "#^/payment/card_check$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "help/feedback" => Route {#117
                                #uri: "help/feedback"
                                #methods: array:1 [
                                  0 => "POST"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\Front\HelpController@send_feedback"
                                  "controller" => "FrontGate\Http\Controllers\v1\Front\HelpController@send_feedback"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "/help"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#216
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/help/feedback"
                                  -regex: "#^/help/feedback$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "api/test" => Route {#105
                                #uri: "api/test"
                                #methods: array:1 [
                                  0 => "POST"
                                ]
                                #action: array:5 [
                                  "uses" => "FrontGate\Http\Controllers\v1\TestController@index"
                                  "controller" => "FrontGate\Http\Controllers\v1\TestController@index"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => null
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#217
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/api/test"
                                  -regex: "#^/api/test$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "api/pay" => Route {#121
                                #uri: "api/pay"
                                #methods: array:1 [
                                  0 => "POST"
                                ]
                                #action: array:6 [
                                  "middleware" => "v1.exist.pay"
                                  "uses" => "FrontGate\Http\Controllers\v1\Pay\PayController@get_data"
                                  "controller" => "FrontGate\Http\Controllers\v1\Pay\PayController@get_data"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "api/pay"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#218
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/api/pay"
                                  -regex: "#^/api/pay$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "api/pay/check" => Route {#124
                                #uri: "api/pay/check"
                                #methods: array:1 [
                                  0 => "POST"
                                ]
                                #action: array:6 [
                                  "middleware" => "v1.access.front"
                                  "uses" => "FrontGate\Http\Controllers\v1\Pay\PayController@check"
                                  "controller" => "FrontGate\Http\Controllers\v1\Pay\PayController@check"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "api/pay"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#219
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/api/pay/check"
                                  -regex: "#^/api/pay/check$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "pay/inner/acard" => Route {#132
                                #uri: "pay/inner/acard"
                                #methods: array:1 [
                                  0 => "POST"
                                ]
                                #action: array:6 [
                                  "middleware" => "v1.exist.inner.pay"
                                  "uses" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@check"
                                  "controller" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@check"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "pay/inner/acard"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#220
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/pay/inner/acard"
                                  -regex: "#^/pay/inner/acard$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "pay/inner/acard_altegronet" => Route {#134
                                #uri: "pay/inner/acard_altegronet"
                                #methods: array:1 [
                                  0 => "POST"
                                ]
                                #action: array:6 [
                                  "middleware" => "v1.exist.inner.pay"
                                  "uses" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardAltegroNetController@check"
                                  "controller" => "FrontGate\Http\Controllers\v1\Pay\Methods\AcardAltegroNetController@check"
                                  "namespace" => "FrontGate\Http\Controllers"
                                  "prefix" => "pay/inner/acard_altegronet"
                                  "where" => []
                                ]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#221
                                  -variables: []
                                  -tokens: array:1 [ …1]
                                  -staticPrefix: "/pay/inner/acard_altegronet"
                                  -regex: "#^/pay/inner/acard_altegronet$#s"
                                  -pathVariables: []
                                  -hostVariables: []
                                  -hostRegex: null
                                  -hostTokens: []
                                }
                                #container: Application {#2}
                              }
                              "pay/inner/prepayment_bank_statement/check_inn" => Route {#140
                                #uri: "pay/inner/prepayment_bank_statement/check_inn"
                                #methods: array:1 [ …1]
                                #action: array:5 [ …5]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#222 …8}
                                #container: Application {#2}
                              }
                              "pay/inner/prepayment_bank_statement/enter" => Route {#142
                                #uri: "pay/inner/prepayment_bank_statement/enter"
                                #methods: array:1 [ …1]
                                #action: array:5 [ …5]
                                #defaults: []
                                #wheres: []
                                #parameters: null
                                #parameterNames: null
                                #compiled: CompiledRoute {#223 …8}
                                #container: Application {#2}
                              }
                            ]
                          ]
                          #allRoutes: array:39 [
                            "HEAD/" => Route {#103}
                            "POSTpayment/stage1/{id}" => Route {#107}
                            "POSTpayment/stage2/{id}" => Route {#108}
                            "HEADpayment/active" => Route {#109}
                            "POSTpayment/card_check" => Route {#110}
                            "HEADhelp/howtopay" => Route {#111}
                            "HEADhelp/howtoget" => Route {#112}
                            "HEADhelp/howtouse" => Route {#113}
                            "HEADhelp/paysystems" => Route {#114}
                            "HEADhelp/refund" => Route {#115}
                            "HEADhelp/feedback" => Route {#116}
                            "POSThelp/feedback" => Route {#117}
                            "POSTapi/test" => Route {#105}
                            "HEADtest/send" => Route {#106}
                            "HEADapi/pay/paysystem" => Route {#122}
                            "POSTapi/pay" => Route {#121}
                            "HEADapi/pay" => Route {#123}
                            "HEADapi/pay/inner" => Route {#125}
                            "POSTapi/pay/check" => Route {#124}
                            "HEADapi/panel/directories" => Route {#126}
                            "HEADpay/limit" => Route {#119}
                            "HEADpay/fail" => Route {#120}
                            "HEADpay/error" => Route {#127}
                            "HEADpay/inner/acard" => Route {#131}
                            "POSTpay/inner/acard" => Route {#132}
                            "HEADpay/inner/acard_altegronet" => Route {#133}
                            "POSTpay/inner/acard_altegronet" => Route {#134}
                            "HEADpay/inner/terminal/{label}" => Route {#129}
                            "HEADpay/inner/mobimoney" => Route {#130}
                            "HEADpay/inner/bank_statement" => Route {#136}
                            "HEADpay/inner/bank_statement/download" => Route {#137}
                            "HEADpay/inner/prepayment_bank_statement/check_user" => Route {#138}
                            "HEADpay/inner/prepayment_bank_statement/inn" => Route {#139}
                            "POSTpay/inner/prepayment_bank_statement/check_inn" => Route {#140}
                            "HEADpay/inner/prepayment_bank_statement/enter" => Route {#141}
                            "POSTpay/inner/prepayment_bank_statement/enter" => Route {#142}
                            "HEADpay/inner/prepayment_bank_statement" => Route {#143}
                            "HEADpay/inner/prepayment_bank_statement/download" => Route {#144}
                            "HEADpay/terminal/{id}" => Route {#128}
                          ]
                          #nameList: []
                          #actionList: array:38 [
                            "FrontGate\Http\Controllers\v1\Front\IndexController@index" => Route {#103}
                            "FrontGate\Http\Controllers\v1\Front\PaymentController@stage1" => Route {#107}
                            "FrontGate\Http\Controllers\v1\Front\PaymentController@stage2" => Route {#108}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@active" => Route {#109}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@card_check" => Route {#110}
                            "FrontGate\Http\Controllers\v1\Front\HelpController@howtopay" => Route {#111}
                            "FrontGate\Http\Controllers\v1\Front\HelpController@howtoget" => Route {#112}
                            "FrontGate\Http\Controllers\v1\Front\HelpController@howtouse" => Route {#113}
                            "FrontGate\Http\Controllers\v1\Front\HelpController@paysystems" => Route {#114}
                            "FrontGate\Http\Controllers\v1\Front\HelpController@refund" => Route {#115}
                            "FrontGate\Http\Controllers\v1\Front\HelpController@feedback" => Route {#116}
                            "FrontGate\Http\Controllers\v1\Front\HelpController@send_feedback" => Route {#117}
                            "FrontGate\Http\Controllers\v1\TestController@index" => Route {#105}
                            "FrontGate\Http\Controllers\v1\TestController@send" => Route {#106}
                            "FrontGate\Http\Controllers\v1\Pay\PaysystemController@index" => Route {#122}
                            "FrontGate\Http\Controllers\v1\Pay\PayController@get_data" => Route {#121}
                            "FrontGate\Http\Controllers\v1\Pay\PayController@enter_data" => Route {#123}
                            "FrontGate\Http\Controllers\v1\Pay\PayController@inner" => Route {#128}
                            "FrontGate\Http\Controllers\v1\Pay\PayController@check" => Route {#124}
                            "FrontGate\Http\Controllers\v1\Front\PanelController@get_list" => Route {#126}
                            "FrontGate\Http\Controllers\v1\Front\ErrorController@limit" => Route {#119}
                            "FrontGate\Http\Controllers\v1\Front\ErrorController@fail" => Route {#120}
                            "FrontGate\Http\Controllers\v1\Front\ErrorController@error" => Route {#127}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@index" => Route {#131}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\AcardController@check" => Route {#132}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\AcardAltegroNetController@index" => Route {#133}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\AcardAltegroNetController@check" => Route {#134}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\TerminalController@index" => Route {#129}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\MobiMoneyController@index" => Route {#130}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\BankStatementController@index" => Route {#136}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\BankStatementController@download" => Route {#137}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\PrepaymentBankStatementController@check_user" => Route {#138}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\PrepaymentBankStatementController@inn" => Route {#139}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\PrepaymentBankStatementController@check_inn" => Route {#140}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\PrepaymentBankStatementController@enter" => Route {#141}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\PrepaymentBankStatementController@check_enter" => Route {#142}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\PrepaymentBankStatementController@index" => Route {#143}
                            "FrontGate\Http\Controllers\v1\Pay\Methods\PrepaymentBankStatementController@download" => Route {#144}
                          ]
                        }
                        #current: null
                        #currentRequest: Request {#39}
                        #middleware: array:8 [
                          "auth" => "FrontGate\Http\Middleware\Authenticate"
                          "auth.basic" => "Illuminate\Auth\Middleware\AuthenticateWithBasicAuth"
                          "guest" => "FrontGate\Http\Middleware\RedirectIfAuthenticated"
                          "v1.access.merchant.ip" => "FrontGate\Http\Middleware\v1\AccessMerchantIP"
                          "v1.exist.pay" => "FrontGate\Http\Middleware\v1\ExistPay"
                          "v1.exist.inner.pay" => "FrontGate\Http\Middleware\v1\ExistInnerPay"
                          "v1.access.front" => "FrontGate\Http\Middleware\v1\AccessFront"
                          "v1.check.signature" => "FrontGate\Http\Middleware\v1\CheckSignature"
                        ]
                        #patternFilters: []
                        #regexFilters: []
                        #binders: []
                        #patterns: []
                        #groupStack: []
                      }
                    ]
                    file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Support/Providers/RouteServiceProvider.php"
                    line: "32 to 34"
                  }
                ]
                #terminatingCallbacks: []
                #serviceProviders: array:21 [
                  0 => EventServiceProvider {#3}
                  1 => RoutingServiceProvider {#7
                    #app: Application {#2}
                    #defer: false
                  }
                  2 => AuthServiceProvider {#40 …}
                  3 => ControllerServiceProvider {#50
                    #app: Application {#2}
                    #defer: false
                  }
                  4 => CookieServiceProvider {#52
                    #app: Application {#2}
                    #defer: false
                  }
                  5 => DatabaseServiceProvider {#54
                    #app: Application {#2}
                    #defer: false
                  }
                  6 => EncryptionServiceProvider {#60
                    #app: Application {#2}
                    #defer: false
                  }
                  7 => FilesystemServiceProvider {#62
                    #app: Application {#2}
                    #defer: false
                  }
                  8 => FormRequestServiceProvider {#68}
                  9 => FoundationServiceProvider {#67
                    #providers: array:1 [
                      0 => "Illuminate\Foundation\Providers\FormRequestServiceProvider"
                    ]
                    #instances: array:1 [
                      0 => FormRequestServiceProvider {#68}
                    ]
                    #app: Application {#2}
                    #defer: false
                  }
                  10 => PaginationServiceProvider {#69
                    #app: Application {#2}
                    #defer: false
                  }
                  11 => SessionServiceProvider {#72
                    #app: Application {#2}
                    #defer: false
                  }
                  12 => ValidationServiceProvider {#76
                    #app: Application {#2}
                    #defer: false
                  }
                  13 => ViewServiceProvider {#80
                    #app: Application {#2}
                    #defer: false
                  }
                  14 => AppServiceProvider {#84
                    #app: Application {#2}
                    #defer: false
                  }
                  15 => AuthServiceProvider {#85
                    #policies: array:1 [
                      "FrontGate\Model" => "FrontGate\Policies\ModelPolicy"
                    ]
                    #app: Application {#2}
                    #defer: false
                  }
                  16 => EventServiceProvider {#86
                    #listen: array:1 [
                      "FrontGate\Events\SomeEvent" => array:1 [
                        0 => "FrontGate\Listeners\EventListener"
                      ]
                    ]
                    #subscribe: []
                    #app: Application {#2}
                    #defer: false
                  }
                  17 => RouteServiceProvider {#87}
                  18 => ValidationServiceProvider {#88
                    #app: Application {#2}
                    #defer: false
                  }
                  19 => ImageServiceProvider {#89
                    #defer: false
                    #provider: ImageServiceProviderLaravel5 {#90
                      #app: Application {#2}
                      #defer: false
                    }
                    #app: Application {#2}
                  }
                  20 => TranslationServiceProvider {#135}
                ]
                #loadedProviders: array:21 [
                  "Illuminate\Events\EventServiceProvider" => true
                  "Illuminate\Routing\RoutingServiceProvider" => true
                  "Illuminate\Auth\AuthServiceProvider" => true
                  "Illuminate\Routing\ControllerServiceProvider" => true
                  "Illuminate\Cookie\CookieServiceProvider" => true
                  "Illuminate\Database\DatabaseServiceProvider" => true
                  "Illuminate\Encryption\EncryptionServiceProvider" => true
                  "Illuminate\Filesystem\FilesystemServiceProvider" => true
                  "Illuminate\Foundation\Providers\FormRequestServiceProvider" => true
                  "Illuminate\Foundation\Providers\FoundationServiceProvider" => true
                  "Illuminate\Pagination\PaginationServiceProvider" => true
                  "Illuminate\Session\SessionServiceProvider" => true
                  "Illuminate\Validation\ValidationServiceProvider" => true
                  "Illuminate\View\ViewServiceProvider" => true
                  "FrontGate\Providers\AppServiceProvider" => true
                  "FrontGate\Providers\AuthServiceProvider" => true
                  "FrontGate\Providers\EventServiceProvider" => true
                  "FrontGate\Providers\RouteServiceProvider" => true
                  "FrontGate\Providers\v1\ValidationServiceProvider" => true
                  "Intervention\Image\ImageServiceProvider" => true
                  "Illuminate\Translation\TranslationServiceProvider" => true
                ]
                #deferredServices: array:89 [
                  "command.app.name" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.clear-compiled" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.command.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.config.cache" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.config.clear" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.console.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.event.generate" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.event.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.down" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.environment" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.handler.command" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.handler.event" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.job.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.key.generate" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.listener.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.model.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.optimize" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.policy.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.provider.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.request.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.route.cache" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.route.clear" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.route.list" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.serve" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.test.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.tinker" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.up" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.vendor.publish" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "command.view.clear" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                  "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"
                  "cache" => "Illuminate\Cache\CacheServiceProvider"
                  "cache.store" => "Illuminate\Cache\CacheServiceProvider"
                  "memcached.connector" => "Illuminate\Cache\CacheServiceProvider"
                  "command.cache.clear" => "Illuminate\Cache\CacheServiceProvider"
                  "command.cache.table" => "Illuminate\Cache\CacheServiceProvider"
                  "command.auth.resets.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "Illuminate\Console\Scheduling\ScheduleRunCommand" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "migrator" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "migration.repository" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.migrate" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.migrate.rollback" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.migrate.reset" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.migrate.refresh" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.migrate.install" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.migrate.status" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "migration.creator" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.migrate.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "seeder" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.seed" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.seeder.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "composer" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.queue.table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.queue.failed" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.queue.retry" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.queue.forget" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.queue.flush" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.queue.failed-table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.controller.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.middleware.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.session.database" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "hash" => "Illuminate\Hashing\HashServiceProvider"
                  "mailer" => "Illuminate\Mail\MailServiceProvider"
                  "swift.mailer" => "Illuminate\Mail\MailServiceProvider"
                  "swift.transport" => "Illuminate\Mail\MailServiceProvider"
                  "Illuminate\Contracts\Pipeline\Hub" => "Illuminate\Pipeline\PipelineServiceProvider"
                  "queue" => "Illuminate\Queue\QueueServiceProvider"
                  "queue.worker" => "Illuminate\Queue\QueueServiceProvider"
                  "queue.listener" => "Illuminate\Queue\QueueServiceProvider"
                  "queue.failer" => "Illuminate\Queue\QueueServiceProvider"
                  "command.queue.work" => "Illuminate\Queue\QueueServiceProvider"
                  "command.queue.listen" => "Illuminate\Queue\QueueServiceProvider"
                  "command.queue.restart" => "Illuminate\Queue\QueueServiceProvider"
                  "command.queue.subscribe" => "Illuminate\Queue\QueueServiceProvider"
                  "queue.connection" => "Illuminate\Queue\QueueServiceProvider"
                  "redis" => "Illuminate\Redis\RedisServiceProvider"
                  "auth.password" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
                  "auth.password.tokens" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
                  "translation.loader" => "Illuminate\Translation\TranslationServiceProvider"
                  "command.ide-helper.generate" => "Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider"
                  "command.ide-helper.models" => "Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider"
                  "bpc" => "FrontGate\Providers\v1\FrontGateServiceProvider"
                  "PaymentGate" => "FrontGate\Providers\v1\FrontGateServiceProvider"
                  "KibanaLog" => "FrontGate\Providers\v1\FrontGateServiceProvider"
                  "UIS" => "FrontGate\Providers\v1\FrontGateServiceProvider"
                ]
                #monologConfigurator: null
                #databasePath: null
                #storagePath: null
                #environmentPath: null
                #environmentFile: ".env"
                #namespace: null
                #resolved: array:36 [
                  "events" => true
                  "router" => true
                  "FrontGate\Http\Kernel" => true
                  "Illuminate\Contracts\Http\Kernel" => true
                  "Illuminate\Foundation\Bootstrap\DetectEnvironment" => true
                  "Illuminate\Foundation\Bootstrap\LoadConfiguration" => true
                  "Illuminate\Foundation\Bootstrap\ConfigureLogging" => true
                  "env" => true
                  "Illuminate\Foundation\Bootstrap\HandleExceptions" => true
                  "Illuminate\Foundation\Bootstrap\RegisterFacades" => true
                  "Illuminate\Foundation\Bootstrap\RegisterProviders" => true
                  "Illuminate\Foundation\Bootstrap\BootProviders" => true
                  "db.factory" => true
                  "db" => true
                  "Illuminate\Contracts\Auth\Access\Gate" => true
                  "url" => true
                  "files" => true
                  "translation.loader" => true
                  "translator" => true
                  "validation.presence" => true
                  "validator" => true
                  "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode" => true
                  "encrypter" => true
                  "FrontGate\Http\Middleware\EncryptCookies" => true
                  "cookie" => true
                  "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse" => true
                  "session" => true
                  "Illuminate\Session\Middleware\StartSession" => true
                  "view.engine.resolver" => true
                  "view.finder" => true
                  "view" => true
                  "Illuminate\View\Middleware\ShareErrorsFromSession" => true
                  "FrontGate\Http\Middleware\VerifyCsrfToken" => true
                  "Psr\Log\LoggerInterface" => true
                  "FrontGate\Exceptions\Handler" => true
                  "Illuminate\Contracts\Debug\ExceptionHandler" => true
                ]
                #bindings: array:40 [
                  "events" => array:2 [
                    "concrete" => Closure {#4
                      class: "Illuminate\Events\EventServiceProvider"
                      this: EventServiceProvider {#3}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php"
                      line: "16 to 20"
                    }
                    "shared" => true
                  ]
                  "router" => array:2 [
                    "concrete" => Closure {#9
                      class: "Illuminate\Container\Container"
                      this: Application {#2}
                      parameters: array:1 [
                        "$container" => []
                      ]
                      use: array:2 [
                        "$closure" => Closure {#8
                          class: "Illuminate\Routing\RoutingServiceProvider"
                          this: RoutingServiceProvider {#7}
                          parameters: array:1 [ …1]
                          file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                          line: "38 to 40"
                        }
                        "$object" => Router {#24}
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                      line: "268 to 279"
                    }
                    "shared" => false
                  ]
                  "url" => array:2 [
                    "concrete" => Closure {#11
                      class: "Illuminate\Container\Container"
                      this: Application {#2}
                      parameters: array:1 [
                        "$container" => []
                      ]
                      use: array:2 [
                        "$closure" => Closure {#10
                          class: "Illuminate\Routing\RoutingServiceProvider"
                          this: RoutingServiceProvider {#7}
                          parameters: array:1 [ …1]
                          file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                          line: "50 to 76"
                        }
                        "$object" => UrlGenerator {#99
                          #routes: RouteCollection {#26}
                          #request: Request {#39}
                          #forcedRoot: null
                          #forceSchema: null
                          #cachedRoot: null
                          #cachedSchema: null
                          #rootNamespace: "FrontGate\Http\Controllers"
                          #sessionResolver: Closure {#100 …4}
                          #dontEncode: array:14 [ …14]
                        }
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                      line: "268 to 279"
                    }
                    "shared" => false
                  ]
                  "redirect" => array:2 [
                    "concrete" => Closure {#13
                      class: "Illuminate\Container\Container"
                      this: Application {#2}
                      parameters: array:1 [
                        "$container" => []
                      ]
                      use: array:2 [
                        "$closure" => Closure {#12
                          class: "Illuminate\Routing\RoutingServiceProvider"
                          this: RoutingServiceProvider {#7}
                          parameters: array:1 [ …1]
                          file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                          line: "98 to 109"
                        }
                        "$object" => null
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                      line: "268 to 279"
                    }
                    "shared" => false
                  ]
                  "Psr\Http\Message\ServerRequestInterface" => array:2 [
                    "concrete" => Closure {#14
                      class: "Illuminate\Routing\RoutingServiceProvider"
                      this: RoutingServiceProvider {#7}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                      line: "119 to 121"
                    }
                    "shared" => false
                  ]
                  "Psr\Http\Message\ResponseInterface" => array:2 [
                    "concrete" => Closure {#15
                      class: "Illuminate\Routing\RoutingServiceProvider"
                      this: RoutingServiceProvider {#7}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                      line: "131 to 133"
                    }
                    "shared" => false
                  ]
                  "Illuminate\Contracts\Routing\ResponseFactory" => array:2 [
                    "concrete" => Closure {#16
                      class: "Illuminate\Routing\RoutingServiceProvider"
                      this: RoutingServiceProvider {#7}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                      line: "143 to 145"
                    }
                    "shared" => true
                  ]
                  "Illuminate\Contracts\Http\Kernel" => array:2 [
                    "concrete" => Closure {#17
                      class: "Illuminate\Container\Container"
                      this: Application {#2}
                      parameters: array:2 [
                        "$c" => []
                        "$parameters" => array:1 [
                          "default" => []
                        ]
                      ]
                      use: array:2 [
                        "$abstract" => "Illuminate\Contracts\Http\Kernel"
                        "$concrete" => "FrontGate\Http\Kernel"
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                      line: "213 to 217"
                    }
                    "shared" => true
                  ]
                  "Illuminate\Contracts\Console\Kernel" => array:2 [
                    "concrete" => Closure {#18
                      class: "Illuminate\Container\Container"
                      this: Application {#2}
                      parameters: array:2 [
                        "$c" => []
                        "$parameters" => array:1 [
                          "default" => []
                        ]
                      ]
                      use: array:2 [
                        "$abstract" => "Illuminate\Contracts\Console\Kernel"
                        "$concrete" => "FrontGate\Console\Kernel"
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                      line: "213 to 217"
                    }
                    "shared" => true
                  ]
                  "Illuminate\Contracts\Debug\ExceptionHandler" => array:2 [
                    "concrete" => Closure {#19
                      class: "Illuminate\Container\Container"
                      this: Application {#2}
                      parameters: array:2 [
                        "$c" => []
                        "$parameters" => array:1 [
                          "default" => []
                        ]
                      ]
                      use: array:2 [
                        "$abstract" => "Illuminate\Contracts\Debug\ExceptionHandler"
                        "$concrete" => "FrontGate\Exceptions\Handler"
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                      line: "213 to 217"
                    }
                    "shared" => true
                  ]
                  "env" => array:2 [
                    "concrete" => Closure {#27
                      class: "Illuminate\Container\Container"
                      this: Application {#2}
                      use: array:1 [
                        "$value" => "local"
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                      line: "1175 to 1177"
                    }
                    "shared" => false
                  ]
                  "Psr\Log\LoggerInterface" => array:2 [
                    "concrete" => Closure {#35
                      class: "Illuminate\Foundation\Bootstrap\ConfigureLogging"
                      this: ConfigureLogging {#22 …}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/ConfigureLogging.php"
                      line: "35 to 37"
                    }
                    "shared" => false
                  ]
                  "auth" => array:2 [
                    "concrete" => Closure {#33
                      class: "Illuminate\Auth\AuthServiceProvider"
                      this: AuthServiceProvider {#40 …}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
                      line: "35 to 42"
                    }
                    "shared" => true
                  ]
                  "auth.driver" => array:2 [
                    "concrete" => Closure {#34
                      class: "Illuminate\Auth\AuthServiceProvider"
                      this: AuthServiceProvider {#40 …}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
                      line: "44 to 46"
                    }
                    "shared" => true
                  ]
                  "Illuminate\Contracts\Auth\Authenticatable" => array:2 [
                    "concrete" => Closure {#46
                      class: "Illuminate\Auth\AuthServiceProvider"
                      this: AuthServiceProvider {#40 …}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
                      line: "56 to 58"
                    }
                    "shared" => false
                  ]
                  "Illuminate\Contracts\Auth\Access\Gate" => array:2 [
                    "concrete" => Closure {#48
                      class: "Illuminate\Auth\AuthServiceProvider"
                      this: AuthServiceProvider {#40 …}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
                      line: "68 to 70"
                    }
                    "shared" => true
                  ]
                  "illuminate.route.dispatcher" => array:2 [
                    "concrete" => Closure {#51
                      class: "Illuminate\Routing\ControllerServiceProvider"
                      this: ControllerServiceProvider {#50}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/ControllerServiceProvider.php"
                      line: "16 to 18"
                    }
                    "shared" => true
                  ]
                  "cookie" => array:2 [
                    "concrete" => Closure {#53
                      class: "Illuminate\Cookie\CookieServiceProvider"
                      this: CookieServiceProvider {#52}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Cookie/CookieServiceProvider.php"
                      line: "16 to 20"
                    }
                    "shared" => true
                  ]
                  "Faker\Generator" => array:2 [
                    "concrete" => Closure {#55
                      class: "Illuminate\Database\DatabaseServiceProvider"
                      this: DatabaseServiceProvider {#54}
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
                      line: "62 to 64"
                    }
                    "shared" => true
                  ]
                  "Illuminate\Database\Eloquent\Factory" => array:2 [
                    "concrete" => Closure {#56
                      class: "Illuminate\Database\DatabaseServiceProvider"
                      this: DatabaseServiceProvider {#54}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
                      line: "66 to 70"
                    }
                    "shared" => true
                  ]
                  "Illuminate\Contracts\Queue\EntityResolver" => array:2 [
                    "concrete" => Closure {#57
                      class: "Illuminate\Database\DatabaseServiceProvider"
                      this: DatabaseServiceProvider {#54}
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
                      line: "80 to 82"
                    }
                    "shared" => true
                  ]
                  "db.factory" => array:2 [
                    "concrete" => Closure {#58
                      class: "Illuminate\Database\DatabaseServiceProvider"
                      this: DatabaseServiceProvider {#54}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
                      line: "43 to 45"
                    }
                    "shared" => true
                  ]
                  "db" => array:2 [
                    "concrete" => Closure {#59
                      class: "Illuminate\Database\DatabaseServiceProvider"
                      this: DatabaseServiceProvider {#54}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php"
                      line: "50 to 52"
                    }
                    "shared" => true
                  ]
                  "encrypter" => array:2 [
                    "concrete" => Closure {#61
                      class: "Illuminate\Encryption\EncryptionServiceProvider"
                      this: EncryptionServiceProvider {#60}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php"
                      line: "17 to 31"
                    }
                    "shared" => true
                  ]
                  "files" => array:2 [
                    "concrete" => Closure {#63
                      class: "Illuminate\Filesystem\FilesystemServiceProvider"
                      this: FilesystemServiceProvider {#62}
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
                      line: "28 to 28"
                    }
                    "shared" => true
                  ]
                  "filesystem" => array:2 [
                    "concrete" => Closure {#64
                      class: "Illuminate\Filesystem\FilesystemServiceProvider"
                      this: FilesystemServiceProvider {#62}
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
                      line: "56 to 58"
                    }
                    "shared" => true
                  ]
                  "filesystem.disk" => array:2 [
                    "concrete" => Closure {#65
                      class: "Illuminate\Filesystem\FilesystemServiceProvider"
                      this: FilesystemServiceProvider {#62}
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
                      line: "40 to 42"
                    }
                    "shared" => true
                  ]
                  "filesystem.cloud" => array:2 [
                    "concrete" => Closure {#66
                      class: "Illuminate\Filesystem\FilesystemServiceProvider"
                      this: FilesystemServiceProvider {#62}
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php"
                      line: "44 to 46"
                    }
                    "shared" => true
                  ]
                  "session" => array:2 [
                    "concrete" => Closure {#73
                      class: "Illuminate\Session\SessionServiceProvider"
                      this: SessionServiceProvider {#72}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php"
                      line: "30 to 32"
                    }
                    "shared" => true
                  ]
                  "session.store" => array:2 [
                    "concrete" => Closure {#74
                      class: "Illuminate\Session\SessionServiceProvider"
                      this: SessionServiceProvider {#72}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php"
                      line: "42 to 49"
                    }
                    "shared" => true
                  ]
                  "Illuminate\Session\Middleware\StartSession" => array:2 [
                    "concrete" => Closure {#75
                      class: "Illuminate\Container\Container"
                      this: Application {#2}
                      parameters: array:2 [
                        "$c" => []
                        "$parameters" => array:1 [
                          "default" => []
                        ]
                      ]
                      use: array:2 [
                        "$abstract" => "Illuminate\Session\Middleware\StartSession"
                        "$concrete" => "Illuminate\Session\Middleware\StartSession"
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                      line: "213 to 217"
                    }
                    "shared" => true
                  ]
                  "validation.presence" => array:2 [
                    "concrete" => Closure {#79
                      class: "Illuminate\Validation\ValidationServiceProvider"
                      this: ValidationServiceProvider {#76}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Validation/ValidationServiceProvider.php"
                      line: "64 to 66"
                    }
                    "shared" => true
                  ]
                  "validator" => array:2 [
                    "concrete" => Closure {#78
                      class: "Illuminate\Validation\ValidationServiceProvider"
                      this: ValidationServiceProvider {#76}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Validation/ValidationServiceProvider.php"
                      line: "43 to 54"
                    }
                    "shared" => true
                  ]
                  "view.engine.resolver" => array:2 [
                    "concrete" => Closure {#81
                      class: "Illuminate\View\ViewServiceProvider"
                      this: ViewServiceProvider {#80}
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
                      line: "34 to 45"
                    }
                    "shared" => true
                  ]
                  "view.finder" => array:2 [
                    "concrete" => Closure {#82
                      class: "Illuminate\View\ViewServiceProvider"
                      this: ViewServiceProvider {#80}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
                      line: "90 to 94"
                    }
                    "shared" => false
                  ]
                  "view" => array:2 [
                    "concrete" => Closure {#83
                      class: "Illuminate\View\ViewServiceProvider"
                      this: ViewServiceProvider {#80}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
                      line: "104 to 122"
                    }
                    "shared" => true
                  ]
                  "image" => array:2 [
                    "concrete" => Closure {#92
                      class: "Illuminate\Container\Container"
                      this: Application {#2}
                      parameters: array:1 [
                        "$container" => []
                      ]
                      use: array:2 [
                        "$closure" => Closure {#91
                          class: "Intervention\Image\ImageServiceProviderLaravel5"
                          this: ImageServiceProviderLaravel5 {#90}
                          parameters: array:1 [ …1]
                          file: "/var/www/f_gate/public_html/vendor/intervention/image/src/Intervention/Image/ImageServiceProviderLaravel5.php"
                          line: "51 to 53"
                        }
                        "$object" => null
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php"
                      line: "268 to 279"
                    }
                    "shared" => false
                  ]
                  "translation.loader" => array:2 [
                    "concrete" => Closure {#145
                      class: "Illuminate\Translation\TranslationServiceProvider"
                      this: TranslationServiceProvider {#135}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Translation/TranslationServiceProvider.php"
                      line: "48 to 50"
                    }
                    "shared" => true
                  ]
                  "translator" => array:2 [
                    "concrete" => Closure {#146
                      class: "Illuminate\Translation\TranslationServiceProvider"
                      this: TranslationServiceProvider {#135}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Translation/TranslationServiceProvider.php"
                      line: "25 to 38"
                    }
                    "shared" => true
                  ]
                  "blade.compiler" => array:2 [
                    "concrete" => Closure {#175
                      class: "Illuminate\View\ViewServiceProvider"
                      this: ViewServiceProvider {#80}
                      parameters: array:1 [
                        "$app" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
                      line: "72 to 76"
                    }
                    "shared" => true
                  ]
                ]
                #instances: array:30 [
                  "app" => Application {#2}
                  "Illuminate\Container\Container" => Application {#2}
                  "events" => Dispatcher {#5}
                  "path" => "/var/www/f_gate/public_html/app"
                  "path.base" => "/var/www/f_gate/public_html"
                  "path.config" => "/var/www/f_gate/public_html/config"
                  "path.database" => "/var/www/f_gate/public_html/database"
                  "path.lang" => "/var/www/f_gate/public_html/resources/lang"
                  "path.public" => "/var/www/f_gate/public_html/public"
                  "path.storage" => "/var/www/f_gate/public_html/storage"
                  "Illuminate\Contracts\Http\Kernel" => Kernel {#25 …}
                  "request" => Request {#39}
                  "config" => Repository {#30
                    #items: array:14 [
                      "queue" => array:3 [
                        "default" => "sync"
                        "connections" => array:6 [
                          "sync" => array:1 [ …1]
                          "database" => array:4 [ …4]
                          "beanstalkd" => array:4 [ …4]
                          "sqs" => array:5 [ …5]
                          "iron" => array:6 [ …6]
                          "redis" => array:4 [ …4]
                        ]
                        "failed" => array:2 [
                          "database" => "mysql"
                          "table" => "failed_jobs"
                        ]
                      ]
                      "mail" => array:9 [
                        "driver" => "smtp"
                        "host" => "mailtrap.io"
                        "port" => "2525"
                        "from" => array:2 [
                          "address" => null
                          "name" => null
                        ]
                        "encryption" => null
                        "username" => null
                        "password" => null
                        "sendmail" => "/usr/sbin/sendmail -bs"
                        "pretend" => false
                      ]
                      "services" => array:4 [
                        "mailgun" => array:2 [
                          "domain" => null
                          "secret" => null
                        ]
                        "mandrill" => array:1 [
                          "secret" => null
                        ]
                        "ses" => array:3 [
                          "key" => null
                          "secret" => null
                          "region" => "us-east-1"
                        ]
                        "stripe" => array:3 [
                          "model" => "FrontGate\User"
                          "key" => null
                          "secret" => null
                        ]
                      ]
                      "auth" => array:4 [
                        "driver" => "eloquent"
                        "model" => "FrontGate\User"
                        "table" => "users"
                        "password" => array:3 [
                          "email" => "emails.password"
                          "table" => "password_resets"
                          "expire" => 60
                        ]
                      ]
                      "compile" => array:2 [
                        "files" => []
                        "providers" => []
                      ]
                      "database" => array:5 [
                        "fetch" => 8
                        "default" => "pgsql"
                        "connections" => array:4 [
                          "sqlite" => array:3 [ …3]
                          "mysql" => array:9 [ …9]
                          "pgsql" => array:8 [ …8]
                          "sqlsrv" => array:7 [ …7]
                        ]
                        "migrations" => "migrations"
                        "redis" => array:2 [
                          "cluster" => false
                          "default" => array:4 [ …4]
                        ]
                      ]
                      "broadcasting" => array:2 [
                        "default" => "pusher"
                        "connections" => array:3 [
                          "pusher" => array:5 [ …5]
                          "redis" => array:2 [ …2]
                          "log" => array:1 [ …1]
                        ]
                      ]
                      "cache" => array:3 [
                        "default" => "redis"
                        "stores" => array:6 [
                          "apc" => array:1 [ …1]
                          "array" => array:1 [ …1]
                          "database" => array:3 [ …3]
                          "file" => array:2 [ …2]
                          "memcached" => array:2 [ …2]
                          "redis" => array:2 [ …2]
                        ]
                        "prefix" => "payment_"
                      ]
                      "filesystems" => array:3 [
                        "default" => "local"
                        "cloud" => "s3"
                        "disks" => array:4 [
                          "local" => array:2 [ …2]
                          "ftp" => array:4 [ …4]
                          "s3" => array:5 [ …5]
                          "rackspace" => array:7 [ …7]
                        ]
                      ]
                      "settings" => array:3 [
                        "payment" => array:2 [
                          "time" => 30
                          "inner" => array:1 [ …1]
                        ]
                        "access" => array:7 [
                          0 => "127.0.0.1"
                          1 => "192.168.1.7"
                          2 => "178.21.10.53"
                          3 => "192.168.1.4"
                          4 => "185.98.85.44"
                          5 => "185.8.216.108"
                          6 => "194.107.177.120"
                        ]
                        "api" => array:4 [
                          "gate" => array:1 [ …1]
                          "bpc" => array:2 [ …2]
                          "kibana" => array:2 [ …2]
                          "uis" => array:2 [ …2]
                        ]
                      ]
                      "view" => array:2 [
                        "paths" => array:1 [
                          0 => "/var/www/f_gate/public_html/resources/views"
                        ]
                        "compiled" => "/var/www/f_gate/public_html/storage/framework/views"
                      ]
                      "session" => array:12 [
                        "driver" => "file"
                        "lifetime" => 120
                        "expire_on_close" => false
                        "encrypt" => false
                        "files" => "/var/www/f_gate/public_html/storage/framework/sessions"
                        "connection" => null
                        "table" => "sessions"
                        "lottery" => array:2 [
                          0 => 2
                          1 => 100
                        ]
                        "cookie" => "laravel_session"
                        "path" => "/"
                        "domain" => null
                        "secure" => false
                      ]
                      "app" => array:10 [
                        "debug" => true
                        "url" => "https://front.masterplat.net"
                        "timezone" => "Europe/Moscow"
                        "locale" => "ru"
                        "fallback_locale" => "ru"
                        "key" => "6xrLpGxKrUMTMY3m5AvVRbIu55Sp70P6"
                        "cipher" => "AES-256-CBC"
                        "log" => "daily"
                        "providers" => array:31 [
                          0 => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                          1 => "Illuminate\Auth\AuthServiceProvider"
                          2 => "Illuminate\Broadcasting\BroadcastServiceProvider"
                          3 => "Illuminate\Bus\BusServiceProvider"
                          4 => "Illuminate\Cache\CacheServiceProvider"
                          5 => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                          6 => "Illuminate\Routing\ControllerServiceProvider"
                          7 => "Illuminate\Cookie\CookieServiceProvider"
                          8 => "Illuminate\Database\DatabaseServiceProvider"
                          9 => "Illuminate\Encryption\EncryptionServiceProvider"
                          10 => "Illuminate\Filesystem\FilesystemServiceProvider"
                          11 => "Illuminate\Foundation\Providers\FoundationServiceProvider"
                          12 => "Illuminate\Hashing\HashServiceProvider"
                          13 => "Illuminate\Mail\MailServiceProvider"
                          14 => "Illuminate\Pagination\PaginationServiceProvider"
                          15 => "Illuminate\Pipeline\PipelineServiceProvider"
                          16 => "Illuminate\Queue\QueueServiceProvider"
                          17 => "Illuminate\Redis\RedisServiceProvider"
                          18 => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
                          19 => "Illuminate\Session\SessionServiceProvider"
                          20 => "Illuminate\Translation\TranslationServiceProvider"
                          21 => "Illuminate\Validation\ValidationServiceProvider"
                          22 => "Illuminate\View\ViewServiceProvider"
                          23 => "FrontGate\Providers\AppServiceProvider"
                          24 => "FrontGate\Providers\AuthServiceProvider"
                          25 => "FrontGate\Providers\EventServiceProvider"
                          26 => "FrontGate\Providers\RouteServiceProvider"
                          27 => "Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider"
                          28 => "FrontGate\Providers\v1\FrontGateServiceProvider"
                          29 => "FrontGate\Providers\v1\ValidationServiceProvider"
                          30 => "Intervention\Image\ImageServiceProvider"
                        ]
                        "aliases" => array:35 [
                          "App" => "Illuminate\Support\Facades\App"
                          "Artisan" => "Illuminate\Support\Facades\Artisan"
                          "Auth" => "Illuminate\Support\Facades\Auth"
                          "Blade" => "Illuminate\Support\Facades\Blade"
                          "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"
                          "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"
                          "Input" => "Illuminate\Support\Facades\Input"
                          "Inspiring" => "Illuminate\Foundation\Inspiring"
                          "Lang" => "Illuminate\Support\Facades\Lang"
                          "Log" => "Illuminate\Support\Facades\Log"
                          "Mail" => "Illuminate\Support\Facades\Mail"
                          "Password" => "Illuminate\Support\Facades\Password"
                          "Queue" => "Illuminate\Support\Facades\Queue"
                          "Redirect" => "Illuminate\Support\Facades\Redirect"
                          "Redis" => "Illuminate\Support\Facades\Redis"
                          "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"
                          "URL" => "Illuminate\Support\Facades\URL"
                          "Validator" => "Illuminate\Support\Facades\Validator"
                          "View" => "Illuminate\Support\Facades\View"
                          "KibanaLog" => "FrontGate\Classes\v1\Facades\KibanaLog"
                          "Image" => "Intervention\Image\Facades\Image"
                        ]
                      ]
                      "image" => array:1 [
                        "driver" => "gd"
                      ]
                    ]
                  }
                  "log" => Writer {#23
                    #monolog: Logger {#28
                      #name: "local"
                      #handlers: array:1 [
                        0 => RotatingFileHandler {#32
                          #filename: "/var/www/f_gate/public_html/storage/logs/laravel.log"
                          #maxFiles: 5
                          #mustRotate: null
                          #nextRotation: DateTime {#37 …3}
                          #filenameFormat: "{filename}-{date}"
                          #dateFormat: "Y-m-d"
                          #stream: null
                          #url: "/var/www/f_gate/public_html/storage/logs/laravel-2024-04-29.log"
                          -errorMessage: null
                          #filePermission: null
                          #useLocking: false
                          -dirCreated: null
                          #level: 100
                          #bubble: true
                          #formatter: LineFormatter {#36 …5}
                          #processors: []
                        }
                      ]
                      #processors: []
                    }
                    #dispatcher: Dispatcher {#5}
                    #levels: array:8 [
                      "debug" => 100
                      "info" => 200
                      "notice" => 250
                      "warning" => 300
                      "error" => 400
                      "critical" => 500
                      "alert" => 550
                      "emergency" => 600
                    ]
                  }
                  "db.factory" => ConnectionFactory {#93
                    #container: Application {#2}
                  }
                  "db" => DatabaseManager {#21
                    #app: Application {#2}
                    #factory: ConnectionFactory {#93}
                    #connections: []
                    #extensions: []
                  }
                  "Illuminate\Contracts\Auth\Access\Gate" => Gate {#95
                    #container: Application {#2}
                    #userResolver: Closure {#97
                      class: "Illuminate\Auth\AuthServiceProvider"
                      this: AuthServiceProvider {#40 …}
                      use: array:1 [
                        "$app" => Application {#2}
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
                      line: "69 to 69"
                    }
                    #abilities: []
                    #policies: array:1 [
                      "FrontGate\Model" => "FrontGate\Policies\ModelPolicy"
                    ]
                    #beforeCallbacks: []
                    #afterCallbacks: []
                  }
                  "routes" => RouteCollection {#26}
                  "files" => Filesystem {#102}
                  "translation.loader" => FileLoader {#148
                    #files: Filesystem {#102}
                    #path: "/var/www/f_gate/public_html/resources/lang"
                    #hints: []
                  }
                  "translator" => Translator {#149
                    #loader: FileLoader {#148}
                    #locale: "ru"
                    #fallback: "ru"
                    #loaded: []
                    #parsed: []
                  }
                  "validation.presence" => DatabasePresenceVerifier {#150
                    #db: DatabaseManager {#21}
                    #connection: null
                  }
                  "validator" => Factory {#118
                    #translator: Translator {#149}
                    #verifier: DatabasePresenceVerifier {#150}
                    #container: Application {#2}
                    #extensions: []
                    #implicitExtensions: []
                    #replacers: []
                    #fallbackMessages: []
                    #resolver: Closure {#151
                      class: "FrontGate\Providers\v1\ValidationServiceProvider"
                      this: ValidationServiceProvider {#88}
                      parameters: array:4 [
                        "$translator" => []
                        "$data" => []
                        "$rules" => []
                        "$messages" => []
                      ]
                      file: "/var/www/f_gate/public_html/app/Providers/v1/ValidationServiceProvider.php"
                      line: "15 to 18"
                    }
                  }
                  "encrypter" => Encrypter {#164
                    #cipher: "AES-256-CBC"
                    #key: "6xrLpGxKrUMTMY3m5AvVRbIu55Sp70P6"
                  }
                  "cookie" => CookieJar {#166
                    #path: "/"
                    #domain: null
                    #queued: []
                  }
                  "session" => SessionManager {#168
                    #app: Application {#2}
                    #customCreators: []
                    #drivers: array:1 [
                      "file" => Store {#153
                        #id: "8ce47b97d578555582b2bf3e68d9eeded79933db"
                        #name: "laravel_session"
                        #attributes: array:1 [
                          "_token" => "wcyv6A019u7Lfa1ComaMBeXD7JCkBxXEXtutC2lP"
                        ]
                        #bags: []
                        #metaBag: MetadataBag {#161
                          -name: "__metadata"
                          -storageKey: "_sf2_meta"
                          #meta: &73 array:3 [
                            "u" => 1714385143
                            "c" => 1714385143
                            "l" => "0"
                          ]
                          -lastUsed: 1714385143
                          -updateThreshold: 0
                        }
                        #bagData: array:1 [
                          "_sf2_meta" => &73 array:3 [&73]
                        ]
                        #handler: FileSessionHandler {#160
                          #files: Filesystem {#102}
                          #path: "/var/www/f_gate/public_html/storage/framework/sessions"
                        }
                        #started: true
                      }
                    ]
                  }
                  "Illuminate\Session\Middleware\StartSession" => StartSession {#167
                    #manager: SessionManager {#168}
                    #sessionHandled: true
                  }
                  "view.engine.resolver" => EngineResolver {#173
                    #resolvers: array:2 [
                      "php" => Closure {#174
                        class: "Illuminate\View\ViewServiceProvider"
                        this: ViewServiceProvider {#80}
                        file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
                        line: "56 to 56"
                      }
                      "blade" => Closure {#176
                        class: "Illuminate\View\ViewServiceProvider"
                        this: ViewServiceProvider {#80}
                        use: array:1 [
                          "$app" => Application {#2}
                        ]
                        file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php"
                        line: "78 to 80"
                      }
                    ]
                    #resolved: []
                  }
                  "view" => Factory {#178
                    #engines: EngineResolver {#173}
                    #finder: FileViewFinder {#177
                      #files: Filesystem {#102}
                      #paths: array:1 [
                        0 => "/var/www/f_gate/public_html/resources/views"
                      ]
                      #views: []
                      #hints: []
                      #extensions: array:2 [
                        0 => "blade.php"
                        1 => "php"
                      ]
                    }
                    #events: Dispatcher {#5}
                    #container: Application {#2}
                    #shared: array:3 [
                      "__env" => Factory {#178}
                      "app" => Application {#2}
                      "errors" => ViewErrorBag {#171
                        #bags: []
                      }
                    ]
                    #aliases: []
                    #names: []
                    #extensions: array:2 [
                      "blade.php" => "blade"
                      "php" => "php"
                    ]
                    #composers: []
                    #sections: []
                    #sectionStack: []
                    #renderCount: 0
                  }
                  "Illuminate\Contracts\Debug\ExceptionHandler" => Handler {#226
                    #dontReport: array:2 [
                      0 => "Symfony\Component\HttpKernel\Exception\HttpException"
                      1 => "Illuminate\Database\Eloquent\ModelNotFoundException"
                    ]
                    #log: Logger {#28}
                  }
                ]
                #aliases: array:57 [
                  "Illuminate\Foundation\Application" => "app"
                  "Illuminate\Contracts\Container\Container" => "app"
                  "Illuminate\Contracts\Foundation\Application" => "app"
                  "Illuminate\Auth\AuthManager" => "auth"
                  "Illuminate\Auth\Guard" => "auth.driver"
                  "Illuminate\Contracts\Auth\Guard" => "auth.driver"
                  "Illuminate\Auth\Passwords\TokenRepositoryInterface" => "auth.password.tokens"
                  "Illuminate\View\Compilers\BladeCompiler" => "blade.compiler"
                  "Illuminate\Cache\CacheManager" => "cache"
                  "Illuminate\Contracts\Cache\Factory" => "cache"
                  "Illuminate\Cache\Repository" => "cache.store"
                  "Illuminate\Contracts\Cache\Repository" => "cache.store"
                  "Illuminate\Config\Repository" => "config"
                  "Illuminate\Contracts\Config\Repository" => "config"
                  "Illuminate\Cookie\CookieJar" => "cookie"
                  "Illuminate\Contracts\Cookie\Factory" => "cookie"
                  "Illuminate\Contracts\Cookie\QueueingFactory" => "cookie"
                  "Illuminate\Encryption\Encrypter" => "encrypter"
                  "Illuminate\Contracts\Encryption\Encrypter" => "encrypter"
                  "Illuminate\Database\DatabaseManager" => "db"
                  "Illuminate\Events\Dispatcher" => "events"
                  "Illuminate\Contracts\Events\Dispatcher" => "events"
                  "Illuminate\Filesystem\Filesystem" => "files"
                  "Illuminate\Filesystem\FilesystemManager" => "filesystem"
                  "Illuminate\Contracts\Filesystem\Factory" => "filesystem"
                  "Illuminate\Contracts\Filesystem\Filesystem" => "filesystem.disk"
                  "Illuminate\Contracts\Filesystem\Cloud" => "filesystem.cloud"
                  "Illuminate\Contracts\Hashing\Hasher" => "hash"
                  "Illuminate\Translation\Translator" => "translator"
                  "Symfony\Component\Translation\TranslatorInterface" => "translator"
                  "Illuminate\Log\Writer" => "log"
                  "Illuminate\Contracts\Logging\Log" => "log"
                  "Illuminate\Mail\Mailer" => "mailer"
                  "Illuminate\Contracts\Mail\Mailer" => "mailer"
                  "Illuminate\Contracts\Mail\MailQueue" => "mailer"
                  "Illuminate\Auth\Passwords\PasswordBroker" => "auth.password"
                  "Illuminate\Contracts\Auth\PasswordBroker" => "auth.password"
                  "Illuminate\Queue\QueueManager" => "queue"
                  "Illuminate\Contracts\Queue\Factory" => "queue"
                  "Illuminate\Contracts\Queue\Monitor" => "queue"
                  "Illuminate\Contracts\Queue\Queue" => "queue.connection"
                  "Illuminate\Routing\Redirector" => "redirect"
                  "Illuminate\Redis\Database" => "redis"
                  "Illuminate\Contracts\Redis\Database" => "redis"
                  "Illuminate\Http\Request" => "request"
                  "Illuminate\Routing\Router" => "router"
                  "Illuminate\Contracts\Routing\Registrar" => "router"
                  "Illuminate\Session\SessionManager" => "session"
                  "Illuminate\Session\Store" => "session.store"
                  "Symfony\Component\HttpFoundation\Session\SessionInterface" => "session.store"
                  "Illuminate\Routing\UrlGenerator" => "url"
                  "Illuminate\Contracts\Routing\UrlGenerator" => "url"
                  "Illuminate\Validation\Factory" => "validator"
                  "Illuminate\Contracts\Validation\Factory" => "validator"
                  "Illuminate\View\Factory" => "view"
                  "Illuminate\Contracts\View\Factory" => "view"
                  "Intervention\Image\ImageManager" => "image"
                ]
                #extenders: []
                #tags: []
                #buildStack: []
                +contextual: []
                #reboundCallbacks: array:2 [
                  "request" => array:2 [
                    0 => Closure {#49
                      class: "Illuminate\Auth\AuthServiceProvider"
                      this: AuthServiceProvider {#40 …}
                      parameters: array:2 [
                        "$app" => []
                        "$request" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
                      line: "80 to 84"
                    }
                    1 => Closure {#96
                      class: "Illuminate\Routing\RoutingServiceProvider"
                      this: RoutingServiceProvider {#7}
                      parameters: array:2 [
                        "$app" => []
                        "$request" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                      line: "86 to 88"
                    }
                  ]
                  "routes" => array:1 [
                    0 => Closure {#101
                      class: "Illuminate\Routing\RoutingServiceProvider"
                      this: RoutingServiceProvider {#7}
                      parameters: array:2 [
                        "$app" => []
                        "$routes" => []
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php"
                      line: "71 to 73"
                    }
                  ]
                ]
                #globalResolvingCallbacks: []
                #globalAfterResolvingCallbacks: []
                #resolvingCallbacks: []
                #afterResolvingCallbacks: array:1 [
                  "Illuminate\Contracts\Validation\ValidatesWhenResolved" => array:1 [
                    0 => Closure {#77
                      class: "Illuminate\Validation\ValidationServiceProvider"
                      this: ValidationServiceProvider {#76}
                      parameters: array:1 [
                        "$resolved" => array:1 [ …1]
                      ]
                      file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Validation/ValidationServiceProvider.php"
                      line: "31 to 33"
                    }
                  ]
                ]
              }
            ]
            file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
            line: "81 to 83"
          }
          #routeResolver: null
          +attributes: ParameterBag {#41
            #parameters: []
          }
          +request: ParameterBag {#47
            #parameters: []
          }
          +query: ParameterBag {#47}
          +server: ServerBag {#44
            #parameters: array:26 [
              "REDIRECT_STATUS" => "200"
              "HTTP_ACCEPT" => "*/*"
              "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
              "HTTP_REFERER" => "http://front.masterplat.net/news/"
              "HTTP_HOST" => "front.masterplat.net"
              "PATH" => "/sbin:/usr/sbin:/bin:/usr/bin"
              "SERVER_SIGNATURE" => "<address>Apache/2.2.15 (CentOS) Server at front.masterplat.net Port 80</address>\n"
              "SERVER_SOFTWARE" => "Apache/2.2.15 (CentOS)"
              "SERVER_NAME" => "front.masterplat.net"
              "SERVER_ADDR" => "192.168.1.7"
              "SERVER_PORT" => "80"
              "REMOTE_ADDR" => "3.144.212.145"
              "DOCUMENT_ROOT" => "/var/www/f_gate/public_html/public"
              "SERVER_ADMIN" => "root@localhost"
              "SCRIPT_FILENAME" => "/var/www/f_gate/public_html/public/index.php"
              "REMOTE_PORT" => "16476"
              "REDIRECT_URL" => "/news"
              "GATEWAY_INTERFACE" => "CGI/1.1"
              "SERVER_PROTOCOL" => "HTTP/1.1"
              "REQUEST_METHOD" => "GET"
              "QUERY_STRING" => ""
              "REQUEST_URI" => "/news"
              "SCRIPT_NAME" => "/index.php"
              "PHP_SELF" => "/index.php"
              "REQUEST_TIME_FLOAT" => 1714385143.443
              "REQUEST_TIME" => 1714385143
            ]
          }
          +files: FileBag {#43
            #parameters: []
          }
          +cookies: ParameterBag {#42
            #parameters: []
          }
          +headers: HeaderBag {#45
            #headers: array:4 [
              "accept" => array:1 [
                0 => "*/*"
              ]
              "user-agent" => array:1 [
                0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
              ]
              "referer" => array:1 [
                0 => "http://front.masterplat.net/news/"
              ]
              "host" => array:1 [
                0 => "front.masterplat.net"
              ]
            ]
            #cacheControl: []
          }
          #content: null
          #languages: null
          #charsets: null
          #encodings: null
          #acceptableContentTypes: null
          #pathInfo: "/news"
          #requestUri: "/news"
          #baseUrl: ""
          #basePath: null
          #method: "GET"
          #format: null
          #session: Store {#153}
          #locale: null
          #defaultLocale: "en"
        }
      ]
    ]
    1 => array:3 [
      "call" => "Illuminate\Routing\Router->findRoute()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:663"
      "args" => array:1 [
        0 => Request {#39}
      ]
    ]
    2 => array:3 [
      "call" => "Illuminate\Routing\Router->dispatchToRoute()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:639"
      "args" => array:1 [
        0 => Request {#39}
      ]
    ]
    3 => array:3 [
      "call" => "Illuminate\Routing\Router->dispatch()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:236"
      "args" => array:1 [
        0 => Request {#39}
      ]
    ]
    4 => array:3 [
      "call" => "Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}()"
      "file" => ""
      "args" => array:1 [
        0 => Request {#39}
      ]
    ]
    5 => array:3 [
      "call" => "call_user_func()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:139"
      "args" => array:2 [
        0 => Closure {#29
          class: "Illuminate\Foundation\Http\Kernel"
          this: Kernel {#25 …}
          parameters: array:1 [
            "$request" => []
          ]
          file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php"
          line: "233 to 237"
        }
        1 => Request {#39}
      ]
    ]
    6 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => "/var/www/f_gate/public_html/app/Http/Middleware/VerifyCsrfToken.php:46"
      "args" => array:1 [
        0 => Request {#39}
      ]
    ]
    7 => array:3 [
      "call" => "FrontGate\Http\Middleware\VerifyCsrfToken->NewHandle()"
      "file" => "/var/www/f_gate/public_html/app/Http/Middleware/VerifyCsrfToken.php:30"
      "args" => array:2 [
        0 => Request {#39}
        1 => Closure {#152
          class: "Illuminate\Pipeline\Pipeline"
          this: Pipeline {#20 …}
          parameters: array:1 [
            "$passable" => []
          ]
          use: array:1 [
            "$destination" => Closure {#29}
          ]
          file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
          line: "138 to 140"
        }
      ]
    ]
    8 => array:3 [
      "call" => "FrontGate\Http\Middleware\VerifyCsrfToken->handle()"
      "file" => ""
      "args" => array:2 [
        0 => Request {#39}
        1 => Closure {#152}
      ]
    ]
    9 => array:3 [
      "call" => "call_user_func_array()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124"
      "args" => array:2 [
        0 => array:2 [
          0 => VerifyCsrfToken {#180
            #except: []
            #encrypter: Encrypter {#164}
          }
          1 => "handle"
        ]
        1 => array:2 [
          0 => Request {#39}
          1 => Closure {#152}
        ]
      ]
    ]
    10 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49"
      "args" => array:1 [
        0 => Request {#39}
      ]
    ]
    11 => array:3 [
      "call" => "Illuminate\View\Middleware\ShareErrorsFromSession->handle()"
      "file" => ""
      "args" => array:2 [
        0 => Request {#39}
        1 => Closure {#154
          class: "Illuminate\Pipeline\Pipeline"
          this: Pipeline {#20 …}
          parameters: array:1 [
            "$passable" => []
          ]
          use: array:2 [
            "$stack" => Closure {#152}
            "$pipe" => "FrontGate\Http\Middleware\VerifyCsrfToken"
          ]
          file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
          line: "114 to 126"
        }
      ]
    ]
    12 => array:3 [
      "call" => "call_user_func_array()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124"
      "args" => array:2 [
        0 => array:2 [
          0 => ShareErrorsFromSession {#172
            #view: Factory {#178}
          }
          1 => "handle"
        ]
        1 => array:2 [
          0 => Request {#39}
          1 => Closure {#154}
        ]
      ]
    ]
    13 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:62"
      "args" => array:1 [
        0 => Request {#39}
      ]
    ]
    14 => array:3 [
      "call" => "Illuminate\Session\Middleware\StartSession->handle()"
      "file" => ""
      "args" => array:2 [
        0 => Request {#39}
        1 => Closure {#155
          class: "Illuminate\Pipeline\Pipeline"
          this: Pipeline {#20 …}
          parameters: array:1 [
            "$passable" => []
          ]
          use: array:2 [
            "$stack" => Closure {#154}
            "$pipe" => "Illuminate\View\Middleware\ShareErrorsFromSession"
          ]
          file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
          line: "114 to 126"
        }
      ]
    ]
    15 => array:3 [
      "call" => "call_user_func_array()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124"
      "args" => array:2 [
        0 => array:2 [
          0 => StartSession {#167}
          1 => "handle"
        ]
        1 => array:2 [
          0 => Request {#39}
          1 => Closure {#155}
        ]
      ]
    ]
    16 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37"
      "args" => array:1 [
        0 => Request {#39}
      ]
    ]
    17 => array:3 [
      "call" => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle()"
      "file" => ""
      "args" => array:2 [
        0 => Request {#39}
        1 => Closure {#156
          class: "Illuminate\Pipeline\Pipeline"
          this: Pipeline {#20 …}
          parameters: array:1 [
            "$passable" => []
          ]
          use: array:2 [
            "$stack" => Closure {#155}
            "$pipe" => "Illuminate\Session\Middleware\StartSession"
          ]
          file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
          line: "114 to 126"
        }
      ]
    ]
    18 => array:3 [
      "call" => "call_user_func_array()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124"
      "args" => array:2 [
        0 => array:2 [
          0 => AddQueuedCookiesToResponse {#165
            #cookies: CookieJar {#166}
          }
          1 => "handle"
        ]
        1 => array:2 [
          0 => Request {#39}
          1 => Closure {#156}
        ]
      ]
    ]
    19 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:59"
      "args" => array:1 [
        0 => Request {#39}
      ]
    ]
    20 => array:3 [
      "call" => "Illuminate\Cookie\Middleware\EncryptCookies->handle()"
      "file" => ""
      "args" => array:2 [
        0 => Request {#39}
        1 => Closure {#157
          class: "Illuminate\Pipeline\Pipeline"
          this: Pipeline {#20 …}
          parameters: array:1 [
            "$passable" => []
          ]
          use: array:2 [
            "$stack" => Closure {#156}
            "$pipe" => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse"
          ]
          file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
          line: "114 to 126"
        }
      ]
    ]
    21 => array:3 [
      "call" => "call_user_func_array()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124"
      "args" => array:2 [
        0 => array:2 [
          0 => EncryptCookies {#163
            #except: []
            #encrypter: Encrypter {#164}
          }
          1 => "handle"
        ]
        1 => array:2 [
          0 => Request {#39}
          1 => Closure {#157}
        ]
      ]
    ]
    22 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:42"
      "args" => array:1 [
        0 => Request {#39}
      ]
    ]
    23 => array:3 [
      "call" => "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle()"
      "file" => ""
      "args" => array:2 [
        0 => Request {#39}
        1 => Closure {#158
          class: "Illuminate\Pipeline\Pipeline"
          this: Pipeline {#20 …}
          parameters: array:1 [
            "$passable" => []
          ]
          use: array:2 [
            "$stack" => Closure {#157}
            "$pipe" => "FrontGate\Http\Middleware\EncryptCookies"
          ]
          file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
          line: "114 to 126"
        }
      ]
    ]
    24 => array:3 [
      "call" => "call_user_func_array()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124"
      "args" => array:2 [
        0 => array:2 [
          0 => CheckForMaintenanceMode {#162
            #app: Application {#2}
          }
          1 => "handle"
        ]
        1 => array:2 [
          0 => Request {#39}
          1 => Closure {#158}
        ]
      ]
    ]
    25 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => ""
      "args" => array:1 [
        0 => Request {#39}
      ]
    ]
    26 => array:3 [
      "call" => "call_user_func()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103"
      "args" => array:2 [
        0 => Closure {#159
          class: "Illuminate\Pipeline\Pipeline"
          this: Pipeline {#20 …}
          parameters: array:1 [
            "$passable" => []
          ]
          use: array:2 [
            "$stack" => Closure {#158}
            "$pipe" => "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode"
          ]
          file: "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
          line: "114 to 126"
        }
        1 => Request {#39}
      ]
    ]
    27 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->then()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:122"
      "args" => array:1 [
        0 => Closure {#29}
      ]
    ]
    28 => array:3 [
      "call" => "Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()"
      "file" => "/var/www/f_gate/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:87"
      "args" => array:1 [
        0 => Request {#39}
      ]
    ]
    29 => array:3 [
      "call" => "Illuminate\Foundation\Http\Kernel->handle()"
      "file" => "/var/www/f_gate/public_html/public/index.php:54"
      "args" => array:1 [
        0 => Request {#39}
      ]
    ]
  ]
}