ModelNotFoundException {#393
  #model: "App\Page"
  #message: "No query results for model [App\Page]."
  #code: 0
  #file: "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php"
  #line: 151
  -trace: array:40 [
    0 => array:3 [
      "call" => "Illuminate\Database\Eloquent\Builder->firstOrFail()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/app/SlugTrait.php:31"
      "args" => []
    ]
    1 => array:3 [
      "call" => "App\Page->getBySlug()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/app/Http/Controllers/PageController.php:190"
      "args" => array:1 [
        0 => "online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
      ]
    ]
    2 => array:3 [
      "call" => "App\Http\Controllers\PageController->uitslagen()"
      "file" => ""
      "args" => array:2 [
        0 => "speelpotten"
        1 => "online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
      ]
    ]
    3 => array:3 [
      "call" => "call_user_func_array()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:246"
      "args" => array:2 [
        0 => array:2 [
          0 => PageController {#322
            #middleware: []
            #beforeFilters: []
            #afterFilters: []
          }
          1 => "uitslagen"
        ]
        1 => array:2 [
          "slug" => "speelpotten"
          "slug2" => "online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
        ]
      ]
    ]
    4 => array:3 [
      "call" => "Illuminate\Routing\Controller->callAction()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:162"
      "args" => array:2 [
        0 => "uitslagen"
        1 => array:2 [
          "slug" => "speelpotten"
          "slug2" => "online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
        ]
      ]
    ]
    5 => array:3 [
      "call" => "Illuminate\Routing\ControllerDispatcher->call()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:107"
      "args" => array:3 [
        0 => PageController {#322}
        1 => Route {#239
          #uri: "sp/{slug}/{slug2}"
          #methods: array:2 [
            0 => "GET"
            1 => "HEAD"
          ]
          #action: array:6 [
            "as" => "uitslagen"
            "uses" => "App\Http\Controllers\PageController@uitslagen"
            "controller" => "App\Http\Controllers\PageController@uitslagen"
            "namespace" => "App\Http\Controllers"
            "prefix" => "/"
            "where" => []
          ]
          #defaults: []
          #wheres: array:2 [
            "id" => "[0-9]+"
            "slug" => "[a-z0-9-]+"
          ]
          #parameters: array:2 [
            "slug" => "speelpotten"
            "slug2" => "online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
          ]
          #parameterNames: array:2 [
            0 => "slug"
            1 => "slug2"
          ]
          #compiled: CompiledRoute {#263
            -variables: array:2 [
              0 => "slug"
              1 => "slug2"
            ]
            -tokens: array:3 [
              0 => array:4 [
                0 => "variable"
                1 => "/"
                2 => "[^/]++"
                3 => "slug2"
              ]
              1 => array:4 [
                0 => "variable"
                1 => "/"
                2 => "[a-z0-9-]+"
                3 => "slug"
              ]
              2 => array:2 [
                0 => "text"
                1 => "/sp"
              ]
            ]
            -staticPrefix: "/sp"
            -regex: "#^/sp/(?P<slug>[a-z0-9-]+)/(?P<slug2>[^/]++)$#s"
            -pathVariables: array:2 [
              0 => "slug"
              1 => "slug2"
            ]
            -hostVariables: []
            -hostRegex: null
            -hostTokens: []
          }
          #container: Application {#2
            #basePath: "/data/sites/web/dagbladhandel-albertbe/www"
            #hasBeenBootstrapped: true
            #booted: true
            #bootingCallbacks: array:2 [
              0 => Closure {#101
                reflection: """
                  Closure [ <user> public method Illuminate\Foundation\{closure} ] {\n
                    @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Foundation/Application.php 619 - 622\n
                  \n
                    - Bound Variables [1] {\n
                        Variable #0 [ $instance ]\n
                    }\n
                  }\n
                  """
              }
              1 => Closure {#184
                reflection: """
                  Closure [ <user> public method Illuminate\Foundation\{closure} ] {\n
                    @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Foundation/Application.php 619 - 622\n
                  \n
                    - Bound Variables [1] {\n
                        Variable #0 [ $instance ]\n
                    }\n
                  }\n
                  """
              }
            ]
            #bootedCallbacks: []
            #terminatingCallbacks: []
            #serviceProviders: array:24 [
              0 => EventServiceProvider {#3
                #app: Application {#2}
                #defer: false
              }
              1 => RoutingServiceProvider {#7
                #app: Application {#2}
                #defer: false
              }
              2 => AuthServiceProvider {#44
                #app: Application {#2}
                #defer: false
              }
              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 {#58
                #app: Application {#2}
                #defer: false
              }
              7 => FilesystemServiceProvider {#60
                #app: Application {#2}
                #defer: false
              }
              8 => FormRequestServiceProvider {#66
                #app: Application {#2}
                #defer: false
              }
              9 => FoundationServiceProvider {#65
                #providers: array:1 [
                  0 => "Illuminate\Foundation\Providers\FormRequestServiceProvider"
                ]
                #instances: array:1 [
                  0 => FormRequestServiceProvider {#66}
                ]
                #app: Application {#2}
                #defer: false
              }
              10 => PaginationServiceProvider {#67
                #app: Application {#2}
                #defer: false
              }
              11 => SessionServiceProvider {#70
                #app: Application {#2}
                #defer: false
              }
              12 => ValidationServiceProvider {#74
                #app: Application {#2}
                #defer: false
              }
              13 => ViewServiceProvider {#78
                #app: Application {#2}
                #defer: false
              }
              14 => ImageServiceProvider {#82
                #defer: false
                #provider: ImageServiceProviderLaravel5 {#83
                  #app: Application {#2}
                  #defer: false
                }
                #app: Application {#2}
              }
              15 => AppServiceProvider {#86
                #app: Application {#2}
                #defer: false
              }
              16 => BusServiceProvider {#88
                #app: Application {#2}
                #defer: false
              }
              17 => ConfigServiceProvider {#89
                #app: Application {#2}
                #defer: false
              }
              18 => EventServiceProvider {#90
                #listen: array:1 [
                  "event.name" => array:1 [
                    0 => "EventListener"
                  ]
                ]
                #subscribe: []
                #app: Application {#2}
                #defer: false
              }
              19 => CmsServiceProvider {#91
                #defer: false
                -srcLocation: "/data/sites/web/dagbladhandel-albertbe/www/packages/blackandwhitecompany/cms/src"
                #app: Application {#2}
              }
              20 => CmsEventServiceProvider {#93
                #listen: array:26 [
                  "Bawc\Cms\Events\Auth\LoginTrigger" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\AuthHandler@loginHandle"
                  ]
                  "Bawc\Cms\Events\Auth\LogoutTrigger" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\AuthHandler@logoutHandle"
                  ]
                  "Bawc\Cms\Events\Users\UserAdded" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\UsersHandler@userAddedHandle"
                  ]
                  "Bawc\Cms\Events\Users\UserDeleted" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\UsersHandler@userDeletedHandle"
                  ]
                  "Bawc\Cms\Events\Users\UserUpdated" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\UsersHandler@userUpdatedHandle"
                  ]
                  "Bawc\Cms\Events\Users\GroupAdded" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\UsersHandler@groupAddedHandle"
                  ]
                  "Bawc\Cms\Events\Users\GroupDeleted" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\UsersHandler@groupDeletedHandle"
                  ]
                  "Bawc\Cms\Events\Users\GroupUpdated" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\UsersHandler@groupUpdatedHandle"
                  ]
                  "Bawc\Cms\Events\Settings\LanguageAdded" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\SettingsHandler@languageAddedHandle"
                  ]
                  "Bawc\Cms\Events\Settings\LanguageDeleted" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\SettingsHandler@languageDeletedHandle"
                  ]
                  "Bawc\Cms\Events\Settings\LanguageUpdated" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\SettingsHandler@languageUpdatedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentTypeAdded" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentTypeHandler@contentTypeAddedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentTypeDeleted" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentTypeHandler@contentTypeDeletedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentTypeUpdated" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentTypeHandler@contentTypeUpdatedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentFieldAdded" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentTypeHandler@contentFieldAddedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentFieldDeleted" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentTypeHandler@contentFieldDeletedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentFieldUpdated" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentTypeHandler@contentFieldUpdatedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentModuleAdded" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentTypeHandler@contentModuleAddedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentModuleDeleted" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentTypeHandler@contentModuleDeletedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentModuleUpdated" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentTypeHandler@contentModuleUpdatedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentGroupAdded" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentTypeHandler@contentGroupAddedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentGroupDeleted" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentTypeHandler@contentGroupDeletedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentGroupUpdated" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentTypeHandler@contentGroupUpdatedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentItemAdded" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentItemHandler@contentItemAddedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentItemDeleted" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentItemHandler@contentItemDeletedHandle"
                  ]
                  "Bawc\Cms\Events\Content\ContentItemUpdated" => array:1 [
                    0 => "Bawc\Cms\Handlers\Events\ContentItemHandler@contentItemUpdatedHandle"
                  ]
                ]
                #subscribe: []
                #app: Application {#2}
                #defer: false
              }
              21 => RouteServiceProvider {#94
                #namespace: "App\Http\Controllers"
                #app: Application {#2}
                #defer: false
              }
              22 => BusServiceProvider {#98
                #defer: true
                #app: Application {#2}
              }
              23 => TranslationServiceProvider {#181
                #defer: true
                #app: Application {#2}
              }
            ]
            #loadedProviders: array:24 [
              "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
              "Intervention\Image\ImageServiceProvider" => true
              "App\Providers\AppServiceProvider" => true
              "App\Providers\BusServiceProvider" => true
              "App\Providers\ConfigServiceProvider" => true
              "App\Providers\EventServiceProvider" => true
              "Bawc\Cms\Providers\CmsServiceProvider" => true
              "Bawc\Cms\Providers\CmsEventServiceProvider" => true
              "App\Providers\RouteServiceProvider" => true
              "Illuminate\Bus\BusServiceProvider" => true
              "Illuminate\Translation\TranslationServiceProvider" => true
            ]
            #deferredServices: array:74 [
              "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.fresh" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
              "command.handler.command" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
              "command.handler.event" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
              "command.key.generate" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
              "command.model.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
              "command.optimize" => "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.tinker" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
              "command.up" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
              "command.vendor.publish" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
              "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"
              "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"
            ]
            #databasePath: null
            #storagePath: null
            #useStoragePathForOptimizations: false
            #environmentFile: ".env"
            #resolved: array:37 [
              "events" => true
              "router" => true
              "App\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\Bus\Dispatcher" => true
              "view.engine.resolver" => true
              "files" => true
              "view.finder" => true
              "view" => true
              "translation.loader" => true
              "translator" => true
              "validation.presence" => true
              "validator" => true
              "url" => true
              "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode" => true
              "encrypter" => true
              "Illuminate\Cookie\Middleware\EncryptCookies" => true
              "cookie" => true
              "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse" => true
              "session" => true
              "Illuminate\Session\Middleware\StartSession" => true
              "Illuminate\View\Middleware\ShareErrorsFromSession" => true
              "illuminate.route.dispatcher" => true
              "App\Http\Controllers\PageController" => true
              "Psr\Log\LoggerInterface" => true
              "App\Exceptions\Handler" => true
              "Illuminate\Contracts\Debug\ExceptionHandler" => true
            ]
            #bindings: array:38 [
              "events" => array:2 [
                "concrete" => Closure {#4
                  reflection: """
                    Closure [ <user> public method Illuminate\Events\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php 14 - 20\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "router" => array:2 [
                "concrete" => Closure {#9
                  reflection: """
                    Closure [ <user> public method Illuminate\Container\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Container/Container.php 281 - 294\n
                    \n
                      - Bound Variables [2] {\n
                          Variable #0 [ $closure ]\n
                          Variable #1 [ $object ]\n
                      }\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $container ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => false
              ]
              "url" => array:2 [
                "concrete" => Closure {#11
                  reflection: """
                    Closure [ <user> public method Illuminate\Container\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Container/Container.php 281 - 294\n
                    \n
                      - Bound Variables [2] {\n
                          Variable #0 [ $closure ]\n
                          Variable #1 [ $object ]\n
                      }\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $container ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => false
              ]
              "redirect" => array:2 [
                "concrete" => Closure {#13
                  reflection: """
                    Closure [ <user> public method Illuminate\Container\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Container/Container.php 281 - 294\n
                    \n
                      - Bound Variables [2] {\n
                          Variable #0 [ $closure ]\n
                          Variable #1 [ $object ]\n
                      }\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $container ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => false
              ]
              "Illuminate\Contracts\Routing\ResponseFactory" => array:2 [
                "concrete" => Closure {#14
                  reflection: """
                    Closure [ <user> public method Illuminate\Routing\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php 118 - 121\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "Illuminate\Contracts\Http\Kernel" => array:2 [
                "concrete" => Closure {#15
                  reflection: """
                    Closure [ <user> public method Illuminate\Container\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Container/Container.php 225 - 230\n
                    \n
                      - Bound Variables [2] {\n
                          Variable #0 [ $abstract ]\n
                          Variable #1 [ $concrete ]\n
                      }\n
                    \n
                      - Parameters [2] {\n
                        Parameter #0 [ <required> $c ]\n
                        Parameter #1 [ <optional> $parameters = Array ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "Illuminate\Contracts\Console\Kernel" => array:2 [
                "concrete" => Closure {#16
                  reflection: """
                    Closure [ <user> public method Illuminate\Container\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Container/Container.php 225 - 230\n
                    \n
                      - Bound Variables [2] {\n
                          Variable #0 [ $abstract ]\n
                          Variable #1 [ $concrete ]\n
                      }\n
                    \n
                      - Parameters [2] {\n
                        Parameter #0 [ <required> $c ]\n
                        Parameter #1 [ <optional> $parameters = Array ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "Illuminate\Contracts\Debug\ExceptionHandler" => array:2 [
                "concrete" => Closure {#17
                  reflection: """
                    Closure [ <user> public method Illuminate\Container\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Container/Container.php 225 - 230\n
                    \n
                      - Bound Variables [2] {\n
                          Variable #0 [ $abstract ]\n
                          Variable #1 [ $concrete ]\n
                      }\n
                    \n
                      - Parameters [2] {\n
                        Parameter #0 [ <required> $c ]\n
                        Parameter #1 [ <optional> $parameters = Array ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "env" => array:2 [
                "concrete" => Closure {#25
                  reflection: """
                    Closure [ <user> public method Illuminate\Container\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Container/Container.php 1251 - 1254\n
                    \n
                      - Bound Variables [1] {\n
                          Variable #0 [ $value ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => false
              ]
              "Psr\Log\LoggerInterface" => array:2 [
                "concrete" => Closure {#18
                  reflection: """
                    Closure [ <user> public method Illuminate\Foundation\Bootstrap\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/ConfigureLogging.php 22 - 25\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => false
              ]
              "auth" => array:2 [
                "concrete" => Closure {#46
                  reflection: """
                    Closure [ <user> public method Illuminate\Auth\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php 28 - 36\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "auth.driver" => array:2 [
                "concrete" => Closure {#47
                  reflection: """
                    Closure [ <user> public method Illuminate\Auth\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php 38 - 41\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "Illuminate\Contracts\Auth\Authenticatable" => array:2 [
                "concrete" => Closure {#48
                  reflection: """
                    Closure [ <user> public method Illuminate\Auth\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php 51 - 54\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => false
              ]
              "illuminate.route.dispatcher" => array:2 [
                "concrete" => Closure {#51
                  reflection: """
                    Closure [ <user> public method Illuminate\Routing\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/ControllerServiceProvider.php 14 - 17\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "cookie" => array:2 [
                "concrete" => Closure {#53
                  reflection: """
                    Closure [ <user> public method Illuminate\Cookie\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Cookie/CookieServiceProvider.php 14 - 19\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "Illuminate\Contracts\Queue\EntityResolver" => array:2 [
                "concrete" => Closure {#55
                  reflection: """
                    Closure [ <user> public method Illuminate\Database\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php 55 - 58\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "db.factory" => array:2 [
                "concrete" => Closure {#56
                  reflection: """
                    Closure [ <user> public method Illuminate\Database\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php 34 - 37\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "db" => array:2 [
                "concrete" => Closure {#57
                  reflection: """
                    Closure [ <user> public method Illuminate\Database\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php 42 - 45\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "encrypter" => array:2 [
                "concrete" => Closure {#59
                  reflection: """
                    Closure [ <user> public method Illuminate\Encryption\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php 14 - 24\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "files" => array:2 [
                "concrete" => Closure {#61
                  reflection: """
                    Closure [ <user> public method Illuminate\Filesystem\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php 26 - 26\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "filesystem" => array:2 [
                "concrete" => Closure {#62
                  reflection: """
                    Closure [ <user> public method Illuminate\Filesystem\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php 56 - 59\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "filesystem.disk" => array:2 [
                "concrete" => Closure {#63
                  reflection: """
                    Closure [ <user> public method Illuminate\Filesystem\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php 38 - 41\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "filesystem.cloud" => array:2 [
                "concrete" => Closure {#64
                  reflection: """
                    Closure [ <user> public method Illuminate\Filesystem\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php 43 - 46\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "session" => array:2 [
                "concrete" => Closure {#71
                  reflection: """
                    Closure [ <user> public method Illuminate\Session\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php 28 - 31\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "session.store" => array:2 [
                "concrete" => Closure {#72
                  reflection: """
                    Closure [ <user> public method Illuminate\Session\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php 41 - 49\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "Illuminate\Session\Middleware\StartSession" => array:2 [
                "concrete" => Closure {#73
                  reflection: """
                    Closure [ <user> public method Illuminate\Container\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Container/Container.php 225 - 230\n
                    \n
                      - Bound Variables [2] {\n
                          Variable #0 [ $abstract ]\n
                          Variable #1 [ $concrete ]\n
                      }\n
                    \n
                      - Parameters [2] {\n
                        Parameter #0 [ <required> $c ]\n
                        Parameter #1 [ <optional> $parameters = Array ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "validation.presence" => array:2 [
                "concrete" => Closure {#77
                  reflection: """
                    Closure [ <user> public method Illuminate\Validation\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Validation/ValidationServiceProvider.php 65 - 68\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "validator" => array:2 [
                "concrete" => Closure {#76
                  reflection: """
                    Closure [ <user> public method Illuminate\Validation\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Validation/ValidationServiceProvider.php 42 - 55\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "view.engine.resolver" => array:2 [
                "concrete" => Closure {#79
                  reflection: """
                    Closure [ <user> public method Illuminate\View\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php 32 - 45\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "view.finder" => array:2 [
                "concrete" => Closure {#80
                  reflection: """
                    Closure [ <user> public method Illuminate\View\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php 92 - 97\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => false
              ]
              "view" => array:2 [
                "concrete" => Closure {#81
                  reflection: """
                    Closure [ <user> public method Illuminate\View\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php 107 - 126\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "image" => array:2 [
                "concrete" => Closure {#85
                  reflection: """
                    Closure [ <user> public method Illuminate\Container\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Container/Container.php 281 - 294\n
                    \n
                      - Bound Variables [2] {\n
                          Variable #0 [ $closure ]\n
                          Variable #1 [ $object ]\n
                      }\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $container ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => false
              ]
              "Illuminate\Contracts\Auth\Registrar" => array:2 [
                "concrete" => Closure {#87
                  reflection: """
                    Closure [ <user> public method Illuminate\Container\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Container/Container.php 225 - 230\n
                    \n
                      - Bound Variables [2] {\n
                          Variable #0 [ $abstract ]\n
                          Variable #1 [ $concrete ]\n
                      }\n
                    \n
                      - Parameters [2] {\n
                        Parameter #0 [ <required> $c ]\n
                        Parameter #1 [ <optional> $parameters = Array ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => false
              ]
              "CmsLogger" => array:2 [
                "concrete" => Closure {#92
                  reflection: """
                    Closure [ <user> public method Bawc\Cms\Providers\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/packages/blackandwhitecompany/cms/src/providers/CmsServiceProvider.php 26 - 28\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "Illuminate\Bus\Dispatcher" => array:2 [
                "concrete" => Closure {#100
                  reflection: """
                    Closure [ <user> public method Illuminate\Bus\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Bus/BusServiceProvider.php 21 - 27\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "blade.compiler" => array:2 [
                "concrete" => Closure {#116
                  reflection: """
                    Closure [ <user> public method Illuminate\View\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php 72 - 77\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "translation.loader" => array:2 [
                "concrete" => Closure {#182
                  reflection: """
                    Closure [ <user> public method Illuminate\Translation\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Translation/TranslationServiceProvider.php 47 - 50\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
              "translator" => array:2 [
                "concrete" => Closure {#183
                  reflection: """
                    Closure [ <user> public method Illuminate\Translation\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Translation/TranslationServiceProvider.php 23 - 37\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
                "shared" => true
              ]
            ]
            #instances: array:32 [
              "app" => Application {#2}
              "Illuminate\Container\Container" => Application {#2}
              "events" => Dispatcher {#5
                #container: Application {#2}
                #listeners: array:33 [
                  "router.matched" => array:1 [
                    0 => array:1 [
                      0 => Closure {#96 …1}
                    ]
                  ]
                  "event.name" => array:1 [
                    0 => array:1 [
                      0 => Closure {#106 …1}
                    ]
                  ]
                  "composing: cms::core.head" => array:1 [
                    0 => array:1 [
                      0 => Closure {#187 …1}
                    ]
                  ]
                  "composing: cms::core.header" => array:1 [
                    0 => array:2 [
                      0 => Closure {#188 …1}
                      1 => Closure {#191 …1}
                    ]
                  ]
                  "composing: cms::core.scripts" => array:1 [
                    0 => array:1 [
                      0 => Closure {#189 …1}
                    ]
                  ]
                  "composing: cms::core.master" => array:1 [
                    0 => array:1 [
                      0 => Closure {#190 …1}
                    ]
                  ]
                  "composing: cms::core.sidebar" => array:1 [
                    0 => array:1 [
                      0 => Closure {#192 …1}
                    ]
                  ]
                  "Bawc\Cms\Events\Auth\LoginTrigger" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Auth\LogoutTrigger" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Users\UserAdded" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Users\UserDeleted" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Users\UserUpdated" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Users\GroupAdded" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Users\GroupDeleted" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Users\GroupUpdated" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Settings\LanguageAdded" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Settings\LanguageDeleted" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Settings\LanguageUpdated" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentTypeAdded" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentTypeDeleted" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentTypeUpdated" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentFieldAdded" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentFieldDeleted" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentFieldUpdated" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentModuleAdded" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentModuleDeleted" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentModuleUpdated" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentGroupAdded" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentGroupDeleted" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentGroupUpdated" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentItemAdded" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentItemDeleted" => array:1 [
                    0 => array:1 [ …1]
                  ]
                  "Bawc\Cms\Events\Content\ContentItemUpdated" => array:1 [
                    0 => array:1 [ …1]
                  ]
                ]
                #wildcards: []
                #sorted: array:52 [
                  "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" => []
                  "Intervention\Image\ImageServiceProvider" => []
                  "App\Providers\AppServiceProvider" => []
                  "App\Providers\BusServiceProvider" => []
                  "App\Providers\ConfigServiceProvider" => []
                  "App\Providers\EventServiceProvider" => []
                  "Bawc\Cms\Providers\CmsServiceProvider" => []
                  "Bawc\Cms\Providers\CmsEventServiceProvider" => []
                  "App\Providers\RouteServiceProvider" => []
                  "bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders" => []
                  "bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders" => []
                  "Illuminate\Bus\BusServiceProvider" => []
                  "Illuminate\Translation\TranslationServiceProvider" => []
                  "bootstrapped: Illuminate\Foundation\Bootstrap\BootProviders" => []
                  "router.before" => []
                  "router.matched" => array:1 [
                    0 => Closure {#96 …1}
                  ]
                  "eloquent.booting: App\Page" => []
                  "eloquent.booted: App\Page" => []
                  "locale.changed" => []
                  "eloquent.booting: App\Translation" => []
                  "eloquent.booted: App\Translation" => []
                  "illuminate.query" => []
                  "eloquent.booting: App\MainMenu" => []
                  "eloquent.booted: App\MainMenu" => []
                  "eloquent.booting: App\Speelpotten" => []
                  "eloquent.booted: App\Speelpotten" => []
                  "eloquent.booting: App\ActiveLanguages" => []
                  "eloquent.booted: App\ActiveLanguages" => []
                ]
                #firing: []
                #queueResolver: Closure {#6
                  reflection: """
                    Closure [ <user> public method Illuminate\Events\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php 16 - 19\n
                    \n
                      - Bound Variables [1] {\n
                          Variable #0 [ $app ]\n
                      }\n
                    }\n
                    """
                }
              }
              "path" => "/data/sites/web/dagbladhandel-albertbe/www/app"
              "path.base" => "/data/sites/web/dagbladhandel-albertbe/www"
              "path.config" => "/data/sites/web/dagbladhandel-albertbe/www/config"
              "path.database" => "/data/sites/web/dagbladhandel-albertbe/www/database"
              "path.lang" => "/data/sites/web/dagbladhandel-albertbe/www/resources/lang"
              "path.public" => "/data/sites/web/dagbladhandel-albertbe/www/public"
              "path.storage" => "/data/sites/web/dagbladhandel-albertbe/www/storage"
              "Illuminate\Contracts\Http\Kernel" => Kernel {#23
                #middleware: array:5 [
                  0 => "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode"
                  1 => "Illuminate\Cookie\Middleware\EncryptCookies"
                  2 => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse"
                  3 => "Illuminate\Session\Middleware\StartSession"
                  4 => "Illuminate\View\Middleware\ShareErrorsFromSession"
                ]
                #routeMiddleware: array:5 [
                  "auth" => "App\Http\Middleware\Authenticate"
                  "auth.basic" => "Illuminate\Auth\Middleware\AuthenticateWithBasicAuth"
                  "guest" => "App\Http\Middleware\RedirectIfAuthenticated"
                  "cms.auth" => "Bawc\Cms\Middleware\CmsAuthMiddleWare"
                  "cms.admin" => "Bawc\Cms\Middleware\CmsAdminMiddleware"
                ]
                #app: Application {#2}
                #router: Router {#22
                  #events: Dispatcher {#5}
                  #container: Application {#2}
                  #routes: RouteCollection {#24
                    #routes: array:3 [
                      "GET" => array:54 [
                        "image/{template}/{filename}" => Route {#97
                          #uri: "image/{template}/{filename}"
                          #methods: array:2 [ …2]
                          #action: array:3 [ …3]
                          #defaults: []
                          #wheres: array:1 [ …1]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#259 …8}
                          #container: Application {#2}
                        }
                        "cms/login" => Route {#108
                          #uri: "cms/login"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#264 …8}
                          #container: Application {#2}
                        }
                        "cms" => Route {#109
                          #uri: "cms"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#265 …8}
                          #container: Application {#2}
                        }
                        "cms/filemanager/uploader/{file}" => Route {#107
                          #uri: "cms/filemanager/uploader/{file}"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#266 …8}
                          #container: Application {#2}
                        }
                        "cms/filemanager/{file}" => Route {#112
                          #uri: "cms/filemanager/{file}"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#267 …8}
                          #container: Application {#2}
                        }
                        "cms/logout" => Route {#115
                          #uri: "cms/logout"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#268 …8}
                          #container: Application {#2}
                        }
                        "cms/users/user/all" => Route {#118
                          #uri: "cms/users/user/all"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#269 …8}
                          #container: Application {#2}
                        }
                        "cms/users/user/edit/{id}" => Route {#119
                          #uri: "cms/users/user/edit/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#270 …8}
                          #container: Application {#2}
                        }
                        "cms/users/user/create" => Route {#121
                          #uri: "cms/users/user/create"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#271 …8}
                          #container: Application {#2}
                        }
                        "cms/users/user/delete/{id}" => Route {#123
                          #uri: "cms/users/user/delete/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#272 …8}
                          #container: Application {#2}
                        }
                        "cms/users/groups/all" => Route {#124
                          #uri: "cms/users/groups/all"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#273 …8}
                          #container: Application {#2}
                        }
                        "cms/users/groups/edit/{id}" => Route {#125
                          #uri: "cms/users/groups/edit/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#274 …8}
                          #container: Application {#2}
                        }
                        "cms/users/groups/create" => Route {#127
                          #uri: "cms/users/groups/create"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#275 …8}
                          #container: Application {#2}
                        }
                        "cms/users/groups/delete/{id}" => Route {#129
                          #uri: "cms/users/groups/delete/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#276 …8}
                          #container: Application {#2}
                        }
                        "cms/content/creator/all" => Route {#130
                          #uri: "cms/content/creator/all"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#277 …8}
                          #container: Application {#2}
                        }
                        "cms/content/creator/type/create" => Route {#133
                          #uri: "cms/content/creator/type/create"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#278 …8}
                          #container: Application {#2}
                        }
                        "cms/content/creator/type/edit/{id}" => Route {#135
                          #uri: "cms/content/creator/type/edit/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#279 …8}
                          #container: Application {#2}
                        }
                        "cms/content/creator/type/confirm-delete/{id}" => Route {#137
                          #uri: "cms/content/creator/type/confirm-delete/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#280 …8}
                          #container: Application {#2}
                        }
                        "cms/content/creator/type/delete/{id}" => Route {#138
                          #uri: "cms/content/creator/type/delete/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#281 …8}
                          #container: Application {#2}
                        }
                        "cms/content/creator/module/create" => Route {#139
                          #uri: "cms/content/creator/module/create"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#282 …8}
                          #container: Application {#2}
                        }
                        "cms/content/creator/module/edit/{id}" => Route {#141
                          #uri: "cms/content/creator/module/edit/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#283 …8}
                          #container: Application {#2}
                        }
                        "cms/content/creator/module/confirm-delete/{id}" => Route {#143
                          #uri: "cms/content/creator/module/confirm-delete/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#284 …8}
                          #container: Application {#2}
                        }
                        "cms/content/creator/module/delete/{id}" => Route {#144
                          #uri: "cms/content/creator/module/delete/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#285 …8}
                          #container: Application {#2}
                        }
                        "cms/content/creator/group/create" => Route {#145
                          #uri: "cms/content/creator/group/create"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#286 …8}
                          #container: Application {#2}
                        }
                        "cms/content/creator/group/edit/{id}" => Route {#147
                          #uri: "cms/content/creator/group/edit/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#287 …8}
                          #container: Application {#2}
                        }
                        "cms/content/creator/group/confirm-delete/{id}" => Route {#149
                          #uri: "cms/content/creator/group/confirm-delete/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#288 …8}
                          #container: Application {#2}
                        }
                        "cms/content/creator/group/delete/{id}" => Route {#150
                          #uri: "cms/content/creator/group/delete/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#289 …8}
                          #container: Application {#2}
                        }
                        "cms/content/module/{id}" => Route {#151
                          #uri: "cms/content/module/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#290 …8}
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/all" => Route {#152
                          #uri: "cms/content/{slug}/all"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#291 …8}
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/sort" => Route {#153
                          #uri: "cms/content/{slug}/sort"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#292 …8}
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/create" => Route {#155
                          #uri: "cms/content/{slug}/create"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#293 …8}
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/edit/{id}" => Route {#157
                          #uri: "cms/content/{slug}/edit/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#294 …8}
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/confirm-delete/{id}" => Route {#159
                          #uri: "cms/content/{slug}/confirm-delete/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#295 …8}
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/delete/{id}" => Route {#160
                          #uri: "cms/content/{slug}/delete/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#296 …8}
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/fields" => Route {#164
                          #uri: "cms/content/{slug}/fields"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#297 …8}
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/fields/create/{type}" => Route {#165
                          #uri: "cms/content/{slug}/fields/create/{type}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#298 …8}
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/fields/edit/{id}" => Route {#167
                          #uri: "cms/content/{slug}/fields/edit/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#299 …8}
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/fields/confirm-delete/{id}" => Route {#169
                          #uri: "cms/content/{slug}/fields/confirm-delete/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#300 …8}
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/fields/delete/{id}" => Route {#170
                          #uri: "cms/content/{slug}/fields/delete/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#301 …8}
                          #container: Application {#2}
                        }
                        "cms/media/all" => Route {#163
                          #uri: "cms/media/all"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#302 …8}
                          #container: Application {#2}
                        }
                        "cms/settings/languages/all" => Route {#172
                          #uri: "cms/settings/languages/all"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#303 …8}
                          #container: Application {#2}
                        }
                        "cms/settings/languages/edit/{id}" => Route {#173
                          #uri: "cms/settings/languages/edit/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#304 …8}
                          #container: Application {#2}
                        }
                        "cms/settings/languages/create" => Route {#175
                          #uri: "cms/settings/languages/create"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#305 …8}
                          #container: Application {#2}
                        }
                        "cms/settings/languages/delete/{id}" => Route {#177
                          #uri: "cms/settings/languages/delete/{id}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#306 …8}
                          #container: Application {#2}
                        }
                        "/" => Route {#229
                          #uri: "/"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#307 …8}
                          #container: Application {#2}
                        }
                        "contact" => Route {#230
                          #uri: "contact"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#308 …8}
                          #container: Application {#2}
                        }
                        "privacy-policy" => Route {#231
                          #uri: "privacy-policy"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#309 …8}
                          #container: Application {#2}
                        }
                        "accept-policy" => Route {#232
                          #uri: "accept-policy"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#310 …8}
                          #container: Application {#2}
                        }
                        "n/{slug_page}" => Route {#233
                          #uri: "n/{slug_page}"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#311 …8}
                          #container: Application {#2}
                        }
                        "n/{slug_page}/{slug_news}" => Route {#234
                          #uri: "n/{slug_page}/{slug_news}"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#312 …8}
                          #container: Application {#2}
                        }
                        "s/{slug}/{slug_cat_land?}" => Route {#237
                          #uri: "s/{slug}/{slug_cat_land?}"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#313 …8}
                          #container: Application {#2}
                        }
                        "sp/{slug}" => Route {#238
                          #uri: "sp/{slug}"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: CompiledRoute {#314 …8}
                          #container: Application {#2}
                        }
                        "sp/{slug}/{slug2}" => Route {#239}
                        "pages/{param1}/{param2?}" => Route {#240
                          #uri: "pages/{param1}/{param2?}"
                          #methods: array:2 [ …2]
                          #action: array:5 [ …5]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                      ]
                      "HEAD" => array:54 [
                        "image/{template}/{filename}" => Route {#97}
                        "cms/login" => Route {#108}
                        "cms" => Route {#109}
                        "cms/filemanager/uploader/{file}" => Route {#107}
                        "cms/filemanager/{file}" => Route {#112}
                        "cms/logout" => Route {#115}
                        "cms/users/user/all" => Route {#118}
                        "cms/users/user/edit/{id}" => Route {#119}
                        "cms/users/user/create" => Route {#121}
                        "cms/users/user/delete/{id}" => Route {#123}
                        "cms/users/groups/all" => Route {#124}
                        "cms/users/groups/edit/{id}" => Route {#125}
                        "cms/users/groups/create" => Route {#127}
                        "cms/users/groups/delete/{id}" => Route {#129}
                        "cms/content/creator/all" => Route {#130}
                        "cms/content/creator/type/create" => Route {#133}
                        "cms/content/creator/type/edit/{id}" => Route {#135}
                        "cms/content/creator/type/confirm-delete/{id}" => Route {#137}
                        "cms/content/creator/type/delete/{id}" => Route {#138}
                        "cms/content/creator/module/create" => Route {#139}
                        "cms/content/creator/module/edit/{id}" => Route {#141}
                        "cms/content/creator/module/confirm-delete/{id}" => Route {#143}
                        "cms/content/creator/module/delete/{id}" => Route {#144}
                        "cms/content/creator/group/create" => Route {#145}
                        "cms/content/creator/group/edit/{id}" => Route {#147}
                        "cms/content/creator/group/confirm-delete/{id}" => Route {#149}
                        "cms/content/creator/group/delete/{id}" => Route {#150}
                        "cms/content/module/{id}" => Route {#151}
                        "cms/content/{slug}/all" => Route {#152}
                        "cms/content/{slug}/sort" => Route {#153}
                        "cms/content/{slug}/create" => Route {#155}
                        "cms/content/{slug}/edit/{id}" => Route {#157}
                        "cms/content/{slug}/confirm-delete/{id}" => Route {#159}
                        "cms/content/{slug}/delete/{id}" => Route {#160}
                        "cms/content/{slug}/fields" => Route {#164}
                        "cms/content/{slug}/fields/create/{type}" => Route {#165}
                        "cms/content/{slug}/fields/edit/{id}" => Route {#167}
                        "cms/content/{slug}/fields/confirm-delete/{id}" => Route {#169}
                        "cms/content/{slug}/fields/delete/{id}" => Route {#170}
                        "cms/media/all" => Route {#163}
                        "cms/settings/languages/all" => Route {#172}
                        "cms/settings/languages/edit/{id}" => Route {#173}
                        "cms/settings/languages/create" => Route {#175}
                        "cms/settings/languages/delete/{id}" => Route {#177}
                        "/" => Route {#229}
                        "contact" => Route {#230}
                        "privacy-policy" => Route {#231}
                        "accept-policy" => Route {#232}
                        "n/{slug_page}" => Route {#233}
                        "n/{slug_page}/{slug_news}" => Route {#234}
                        "s/{slug}/{slug_cat_land?}" => Route {#237}
                        "sp/{slug}" => Route {#238}
                        "sp/{slug}/{slug2}" => Route {#239}
                        "pages/{param1}/{param2?}" => Route {#240}
                      ]
                      "POST" => array:27 [
                        "cms/login" => Route {#110
                          #uri: "cms/login"
                          #methods: array:1 [ …1]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/filemanager/uploader/{file}" => Route {#111
                          #uri: "cms/filemanager/uploader/{file}"
                          #methods: array:1 [ …1]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/filemanager/{file}" => Route {#113
                          #uri: "cms/filemanager/{file}"
                          #methods: array:1 [ …1]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/users/user/edit/{id}" => Route {#120
                          #uri: "cms/users/user/edit/{id}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/users/user/create" => Route {#122
                          #uri: "cms/users/user/create"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/users/groups/edit/{id}" => Route {#126
                          #uri: "cms/users/groups/edit/{id}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/users/groups/create" => Route {#128
                          #uri: "cms/users/groups/create"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/creator/order" => Route {#131
                          #uri: "cms/content/creator/order"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/creator/type/create" => Route {#134
                          #uri: "cms/content/creator/type/create"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/creator/type/edit/{id}" => Route {#136
                          #uri: "cms/content/creator/type/edit/{id}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/creator/module/create" => Route {#140
                          #uri: "cms/content/creator/module/create"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/creator/module/edit/{id}" => Route {#142
                          #uri: "cms/content/creator/module/edit/{id}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/creator/group/create" => Route {#146
                          #uri: "cms/content/creator/group/create"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/creator/group/edit/{id}" => Route {#148
                          #uri: "cms/content/creator/group/edit/{id}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/video/info" => Route {#132
                          #uri: "cms/content/video/info"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/sort/save" => Route {#154
                          #uri: "cms/content/{slug}/sort/save"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/create" => Route {#156
                          #uri: "cms/content/{slug}/create"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/edit/{id}/save" => Route {#158
                          #uri: "cms/content/{slug}/edit/{id}/save"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/delete/multiple/ajax" => Route {#161
                          #uri: "cms/content/delete/multiple/ajax"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/copy/multiple/ajax" => Route {#162
                          #uri: "cms/content/copy/multiple/ajax"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/fields/create/{type}" => Route {#166
                          #uri: "cms/content/{slug}/fields/create/{type}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/fields/edit/{id}" => Route {#168
                          #uri: "cms/content/{slug}/fields/edit/{id}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/content/{slug}/fields/order" => Route {#171
                          #uri: "cms/content/{slug}/fields/order"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/settings/languages/edit/{id}" => Route {#174
                          #uri: "cms/settings/languages/edit/{id}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "cms/settings/languages/create" => Route {#176
                          #uri: "cms/settings/languages/create"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "contact" => Route {#235
                          #uri: "contact"
                          #methods: array:1 [ …1]
                          #action: array:5 [ …5]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                        "newsletter_subscribe" => Route {#236
                          #uri: "newsletter_subscribe"
                          #methods: array:1 [ …1]
                          #action: array:5 [ …5]
                          #defaults: []
                          #wheres: array:2 [ …2]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #container: Application {#2}
                        }
                      ]
                    ]
                    #allRoutes: array:81 [
                      "HEADimage/{template}/{filename}" => Route {#97}
                      "HEADcms/login" => Route {#108}
                      "HEADcms" => Route {#109}
                      "POSTcms/login" => Route {#110}
                      "HEADcms/filemanager/uploader/{file}" => Route {#107}
                      "POSTcms/filemanager/uploader/{file}" => Route {#111}
                      "HEADcms/filemanager/{file}" => Route {#112}
                      "POSTcms/filemanager/{file}" => Route {#113}
                      "HEADcms/logout" => Route {#115}
                      "HEADcms/users/user/all" => Route {#118}
                      "HEADcms/users/user/edit/{id}" => Route {#119}
                      "POSTcms/users/user/edit/{id}" => Route {#120}
                      "HEADcms/users/user/create" => Route {#121}
                      "POSTcms/users/user/create" => Route {#122}
                      "HEADcms/users/user/delete/{id}" => Route {#123}
                      "HEADcms/users/groups/all" => Route {#124}
                      "HEADcms/users/groups/edit/{id}" => Route {#125}
                      "POSTcms/users/groups/edit/{id}" => Route {#126}
                      "HEADcms/users/groups/create" => Route {#127}
                      "POSTcms/users/groups/create" => Route {#128}
                      "HEADcms/users/groups/delete/{id}" => Route {#129}
                      "HEADcms/content/creator/all" => Route {#130}
                      "POSTcms/content/creator/order" => Route {#131}
                      "HEADcms/content/creator/type/create" => Route {#133}
                      "POSTcms/content/creator/type/create" => Route {#134}
                      "HEADcms/content/creator/type/edit/{id}" => Route {#135}
                      "POSTcms/content/creator/type/edit/{id}" => Route {#136}
                      "HEADcms/content/creator/type/confirm-delete/{id}" => Route {#137}
                      "HEADcms/content/creator/type/delete/{id}" => Route {#138}
                      "HEADcms/content/creator/module/create" => Route {#139}
                      "POSTcms/content/creator/module/create" => Route {#140}
                      "HEADcms/content/creator/module/edit/{id}" => Route {#141}
                      "POSTcms/content/creator/module/edit/{id}" => Route {#142}
                      "HEADcms/content/creator/module/confirm-delete/{id}" => Route {#143}
                      "HEADcms/content/creator/module/delete/{id}" => Route {#144}
                      "HEADcms/content/creator/group/create" => Route {#145}
                      "POSTcms/content/creator/group/create" => Route {#146}
                      "HEADcms/content/creator/group/edit/{id}" => Route {#147}
                      "POSTcms/content/creator/group/edit/{id}" => Route {#148}
                      "HEADcms/content/creator/group/confirm-delete/{id}" => Route {#149}
                      "HEADcms/content/creator/group/delete/{id}" => Route {#150}
                      "POSTcms/content/video/info" => Route {#132}
                      "HEADcms/content/module/{id}" => Route {#151}
                      "HEADcms/content/{slug}/all" => Route {#152}
                      "HEADcms/content/{slug}/sort" => Route {#153}
                      "POSTcms/content/{slug}/sort/save" => Route {#154}
                      "HEADcms/content/{slug}/create" => Route {#155}
                      "POSTcms/content/{slug}/create" => Route {#156}
                      "HEADcms/content/{slug}/edit/{id}" => Route {#157}
                      "POSTcms/content/{slug}/edit/{id}/save" => Route {#158}
                      "HEADcms/content/{slug}/confirm-delete/{id}" => Route {#159}
                      "HEADcms/content/{slug}/delete/{id}" => Route {#160}
                      "POSTcms/content/delete/multiple/ajax" => Route {#161}
                      "POSTcms/content/copy/multiple/ajax" => Route {#162}
                      "HEADcms/content/{slug}/fields" => Route {#164}
                      "HEADcms/content/{slug}/fields/create/{type}" => Route {#165}
                      "POSTcms/content/{slug}/fields/create/{type}" => Route {#166}
                      "HEADcms/content/{slug}/fields/edit/{id}" => Route {#167}
                      "POSTcms/content/{slug}/fields/edit/{id}" => Route {#168}
                      "HEADcms/content/{slug}/fields/confirm-delete/{id}" => Route {#169}
                      "HEADcms/content/{slug}/fields/delete/{id}" => Route {#170}
                      "POSTcms/content/{slug}/fields/order" => Route {#171}
                      "HEADcms/media/all" => Route {#163}
                      "HEADcms/settings/languages/all" => Route {#172}
                      "HEADcms/settings/languages/edit/{id}" => Route {#173}
                      "POSTcms/settings/languages/edit/{id}" => Route {#174}
                      "HEADcms/settings/languages/create" => Route {#175}
                      "POSTcms/settings/languages/create" => Route {#176}
                      "HEADcms/settings/languages/delete/{id}" => Route {#177}
                      "HEAD/" => Route {#229}
                      "HEADcontact" => Route {#230}
                      "HEADprivacy-policy" => Route {#231}
                      "HEADaccept-policy" => Route {#232}
                      "HEADn/{slug_page}" => Route {#233}
                      "HEADn/{slug_page}/{slug_news}" => Route {#234}
                      "POSTcontact" => Route {#235}
                      "POSTnewsletter_subscribe" => Route {#236}
                      "HEADs/{slug}/{slug_cat_land?}" => Route {#237}
                      "HEADsp/{slug}" => Route {#238}
                      "HEADsp/{slug}/{slug2}" => Route {#239}
                      "HEADpages/{param1}/{param2?}" => Route {#240}
                    ]
                    #nameList: array:75 [
                      "imagecache" => Route {#97}
                      "cms-login-get" => Route {#108}
                      "cms-login-get-base" => Route {#109}
                      "cms-login-post" => Route {#110}
                      "fm-uploader" => Route {#111}
                      "fm" => Route {#113}
                      "cms-logout" => Route {#115}
                      "cms-users-index" => Route {#118}
                      "cms-users-edit-get" => Route {#119}
                      "cms-users-edit-post" => Route {#120}
                      "cms-users-create-get" => Route {#121}
                      "cms-users-create-post" => Route {#122}
                      "cms-users-delete" => Route {#123}
                      "cms-groups-index" => Route {#124}
                      "cms-groups-edit-get" => Route {#125}
                      "cms-groups-edit-post" => Route {#126}
                      "cms-groups-create-get" => Route {#127}
                      "cms-groups-create-post" => Route {#128}
                      "cms-groups-delete" => Route {#129}
                      "cms-content-creator-index" => Route {#130}
                      "cms-content-creator-order" => Route {#131}
                      "cms-content-creator-type-create-get" => Route {#133}
                      "cms-content-creator-type-create-post" => Route {#134}
                      "cms-content-creator-type-edit-get" => Route {#135}
                      "cms-content-creator-type-edit-post" => Route {#136}
                      "cms-content-creator-type-confirm-delete" => Route {#137}
                      "cms-content-creator-type-delete" => Route {#138}
                      "cms-content-creator-module-create-get" => Route {#139}
                      "cms-content-creator-module-create-post" => Route {#140}
                      "cms-content-creator-module-edit-get" => Route {#141}
                      "cms-content-creator-module-edit-post" => Route {#142}
                      "cms-content-creator-module-confirm-delete" => Route {#143}
                      "cms-content-creator-module-delete" => Route {#144}
                      "cms-content-creator-group-create-get" => Route {#145}
                      "cms-content-creator-group-create-post" => Route {#146}
                      "cms-content-creator-group-edit-get" => Route {#147}
                      "cms-content-creator-group-edit-post" => Route {#148}
                      "cms-content-creator-group-confirm-delete" => Route {#149}
                      "cms-content-creator-group-delete" => Route {#150}
                      "cms-content-video-info" => Route {#132}
                      "cms-content-type-module-index" => Route {#151}
                      "cms-content-type-item-index" => Route {#152}
                      "cms-content-type-item-sort" => Route {#153}
                      "cms-content-type-item-sort-save" => Route {#154}
                      "cms-content-type-item-create-get" => Route {#155}
                      "cms-content-type-item-create-post" => Route {#156}
                      "cms-content-type-item-edit-get" => Route {#157}
                      "cms-content-type-item-edit-save" => Route {#158}
                      "cms-content-type-item-confirm-delete" => Route {#159}
                      "cms-content-type-item-delete" => Route {#160}
                      "cms-content-type-item-delete-multiple-ajax" => Route {#161}
                      "cms-content-type-item-copy-multiple-ajax" => Route {#162}
                      "cms-content-type-fields-index" => Route {#164}
                      "cms-content-type-fields-create-get" => Route {#165}
                      "cms-content-type-fields-create-post" => Route {#166}
                      "cms-content-type-fields-edit-get" => Route {#167}
                      "cms-content-type-fields-edit-post" => Route {#168}
                      "cms-content-type-fields-confirm-delete" => Route {#169}
                      "cms-content-type-fields-delete" => Route {#170}
                      "cms-content-type-fields-order" => Route {#171}
                      "cms-media-index" => Route {#163}
                      "cms-settings-languages-index" => Route {#172}
                      "cms-settings-languages-edit-get" => Route {#173}
                      "cms-settings-languages-edit-post" => Route {#174}
                      "cms-settings-languages-create-get" => Route {#175}
                      "cms-settings-languages-create-post" => Route {#176}
                      "cms-settings-languages-delete-get" => Route {#177}
                      "home" => Route {#229}
                      "contact" => Route {#230}
                      "privacy-policy" => Route {#231}
                      "accept-policy" => Route {#232}
                      "news_overview" => Route {#234}
                      "sigaren" => Route {#237}
                      "speelpotten" => Route {#238}
                      "uitslagen" => Route {#239}
                    ]
                    #actionList: array:75 [
                      "Intervention\Image\ImageCacheController@getResponse" => Route {#97}
                      "Bawc\Cms\Controllers\Auth\AuthController@login" => Route {#109}
                      "Bawc\Cms\Controllers\Auth\AuthController@loginOnPost" => Route {#110}
                      "Bawc\Cms\Controllers\Media\FileController@uploader" => Route {#111}
                      "Bawc\Cms\Controllers\Media\FileController@index" => Route {#113}
                      "Bawc\Cms\Controllers\Auth\AuthController@logout" => Route {#115}
                      "Bawc\Cms\Controllers\Users\UsersController@index" => Route {#118}
                      "Bawc\Cms\Controllers\Users\UsersController@edit" => Route {#119}
                      "Bawc\Cms\Controllers\Users\UsersController@save" => Route {#122}
                      "Bawc\Cms\Controllers\Users\UsersController@create" => Route {#121}
                      "Bawc\Cms\Controllers\Users\UsersController@delete" => Route {#123}
                      "Bawc\Cms\Controllers\Users\GroupsController@index" => Route {#124}
                      "Bawc\Cms\Controllers\Users\GroupsController@edit" => Route {#125}
                      "Bawc\Cms\Controllers\Users\GroupsController@save" => Route {#128}
                      "Bawc\Cms\Controllers\Users\GroupsController@create" => Route {#127}
                      "Bawc\Cms\Controllers\Users\GroupsController@delete" => Route {#129}
                      "Bawc\Cms\Controllers\Content\CreatorController@index" => Route {#130}
                      "Bawc\Cms\Controllers\Content\CreatorController@order" => Route {#131}
                      "Bawc\Cms\Controllers\Content\ContentTypesController@create" => Route {#133}
                      "Bawc\Cms\Controllers\Content\ContentTypesController@saveOnCreate" => Route {#134}
                      "Bawc\Cms\Controllers\Content\ContentTypesController@edit" => Route {#135}
                      "Bawc\Cms\Controllers\Content\ContentTypesController@saveOnEdit" => Route {#136}
                      "Bawc\Cms\Controllers\Content\ContentTypesController@delete" => Route {#137}
                      "Bawc\Cms\Controllers\Content\ContentTypesController@confirmDelete" => Route {#138}
                      "Bawc\Cms\Controllers\Content\ModulesController@create" => Route {#139}
                      "Bawc\Cms\Controllers\Content\ModulesController@saveOnCreate" => Route {#140}
                      "Bawc\Cms\Controllers\Content\ModulesController@edit" => Route {#141}
                      "Bawc\Cms\Controllers\Content\ModulesController@saveOnEdit" => Route {#142}
                      "Bawc\Cms\Controllers\Content\ModulesController@delete" => Route {#143}
                      "Bawc\Cms\Controllers\Content\ModulesController@confirmDelete" => Route {#144}
                      "Bawc\Cms\Controllers\Content\GroupsController@create" => Route {#145}
                      "Bawc\Cms\Controllers\Content\GroupsController@saveOnCreate" => Route {#146}
                      "Bawc\Cms\Controllers\Content\GroupsController@edit" => Route {#147}
                      "Bawc\Cms\Controllers\Content\GroupsController@saveOnEdit" => Route {#148}
                      "Bawc\Cms\Controllers\Content\GroupsController@delete" => Route {#149}
                      "Bawc\Cms\Controllers\Content\GroupsController@confirmDelete" => Route {#150}
                      "Bawc\Cms\Controllers\Video\VideoController@getInfo" => Route {#132}
                      "Bawc\Cms\Controllers\Content\ModulesController@load" => Route {#151}
                      "Bawc\Cms\Controllers\Content\ItemsController@index" => Route {#152}
                      "Bawc\Cms\Controllers\Content\ItemsController@sort" => Route {#153}
                      "Bawc\Cms\Controllers\Content\ItemsController@sortOnSave" => Route {#154}
                      "Bawc\Cms\Controllers\Content\ItemsController@create" => Route {#155}
                      "Bawc\Cms\Controllers\Content\ItemsController@saveForCreate" => Route {#156}
                      "Bawc\Cms\Controllers\Content\ItemsController@edit" => Route {#157}
                      "Bawc\Cms\Controllers\Content\ItemsController@saveForEdit" => Route {#158}
                      "Bawc\Cms\Controllers\Content\ItemsController@delete" => Route {#159}
                      "Bawc\Cms\Controllers\Content\ItemsController@confirmDelete" => Route {#160}
                      "Bawc\Cms\Controllers\Content\ItemsController@deleteMultipleOnAjax" => Route {#161}
                      "Bawc\Cms\Controllers\Content\ItemsController@copyMultipleOnAjax" => Route {#162}
                      "Bawc\Cms\Controllers\Content\FieldsController@index" => Route {#164}
                      "Bawc\Cms\Controllers\Content\FieldsController@create" => Route {#165}
                      "Bawc\Cms\Controllers\Content\FieldsController@saveOnCreate" => Route {#166}
                      "Bawc\Cms\Controllers\Content\FieldsController@edit" => Route {#167}
                      "Bawc\Cms\Controllers\Content\FieldsController@saveOnEdit" => Route {#168}
                      "Bawc\Cms\Controllers\Content\FieldsController@delete" => Route {#169}
                      "Bawc\Cms\Controllers\Content\FieldsController@confirmDelete" => Route {#170}
                      "Bawc\Cms\Controllers\Content\FieldsController@order" => Route {#171}
                      "Bawc\Cms\Controllers\Media\MediaController@index" => Route {#163}
                      "Bawc\Cms\Controllers\Settings\LanguagesController@index" => Route {#172}
                      "Bawc\Cms\Controllers\Settings\LanguagesController@edit" => Route {#173}
                      "Bawc\Cms\Controllers\Settings\LanguagesController@save" => Route {#176}
                      "Bawc\Cms\Controllers\Settings\LanguagesController@create" => Route {#175}
                      "Bawc\Cms\Controllers\Settings\LanguagesController@delete" => Route {#177}
                      "App\Http\Controllers\PageController@home" => Route {#229}
                      "App\Http\Controllers\ContactController@index" => Route {#230}
                      "App\Http\Controllers\PageController@policy" => Route {#231}
                      "App\Http\Controllers\PageController@acceptCookies" => Route {#232}
                      "App\Http\Controllers\NewsController@overview" => Route {#233}
                      "App\Http\Controllers\NewsController@detail" => Route {#234}
                      "App\Http\Controllers\ContactController@send" => Route {#235}
                      "App\Http\Controllers\PageController@newsletter_subscribe" => Route {#236}
                      "App\Http\Controllers\PageController@sigaren" => Route {#237}
                      "App\Http\Controllers\PageController@speelpotten" => Route {#238}
                      "App\Http\Controllers\PageController@uitslagen" => Route {#239}
                      "App\Http\Controllers\PageController@page" => Route {#240}
                    ]
                  }
                  #current: Route {#239}
                  #currentRequest: Request {#37
                    #json: null
                    #sessionStore: null
                    #userResolver: Closure {#255
                      reflection: """
                        Closure [ <user> public method Illuminate\Auth\{closure} ] {\n
                          @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php 66 - 69\n
                        \n
                          - Bound Variables [1] {\n
                              Variable #0 [ $app ]\n
                          }\n
                        }\n
                        """
                    }
                    #routeResolver: Closure {#315
                      reflection: """
                        Closure [ <user> public method Illuminate\Routing\{closure} ] {\n
                          @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/Router.php 654 - 657\n
                        \n
                          - Bound Variables [1] {\n
                              Variable #0 [ $route ]\n
                          }\n
                        }\n
                        """
                    }
                    +attributes: ParameterBag {#39
                      #parameters: []
                    }
                    +request: ParameterBag {#45
                      #parameters: []
                    }
                    +query: ParameterBag {#45}
                    +server: ServerBag {#42
                      #parameters: array:53 [
                        "USER" => "dagbladhandel-albertbe"
                        "HOME" => "/data/sites/web/dagbladhandel-albertbe/"
                        "FCGI_ROLE" => "RESPONDER"
                        "REDIRECT_REDIRECT_HTTPS" => "on"
                        "REDIRECT_REDIRECT_UNIQUE_ID" => "ZiGE1krso5LGJKpD5MJ8qAAAAKs"
                        "REDIRECT_REDIRECT_LOGPREFIX" => "user_dagbladhandel-albertbe"
                        "REDIRECT_REDIRECT_SCRIPT_URL" => "/sp/speelpotten/online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
                        "REDIRECT_REDIRECT_SCRIPT_URI" => "https://www.dagbladhandel-albert.be/sp/speelpotten/online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
                        "REDIRECT_REDIRECT_STATUS" => "200"
                        "REDIRECT_HTTPS" => "on"
                        "REDIRECT_UNIQUE_ID" => "ZiGE1krso5LGJKpD5MJ8qAAAAKs"
                        "REDIRECT_LOGPREFIX" => "user_dagbladhandel-albertbe"
                        "REDIRECT_SCRIPT_URL" => "/sp/speelpotten/online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
                        "REDIRECT_SCRIPT_URI" => "https://www.dagbladhandel-albert.be/sp/speelpotten/online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
                        "REDIRECT_STATUS" => "200"
                        "HTTPS" => "on"
                        "UNIQUE_ID" => "ZiGE1krso5LGJKpD5MJ8qAAAAKs"
                        "LOGPREFIX" => "user_dagbladhandel-albertbe"
                        "SCRIPT_URL" => "/sp/speelpotten/online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
                        "SCRIPT_URI" => "https://www.dagbladhandel-albert.be/sp/speelpotten/online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
                        "proxy-nokeepalive" => "1"
                        "HTTP_HOST" => "www.dagbladhandel-albert.be"
                        "HTTP_X_REAL_IP" => "3.141.47.221"
                        "HTTP_X_HCL_FORWARDED_PROTO" => "https"
                        "HTTP_X_HCL_FORWARDED_PORT" => "443"
                        "HTTP_X_SCHEME" => "https"
                        "HTTP_ACCEPT" => "*/*"
                        "HTTP_USER_AGENT" => "claudebot"
                        "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
                        "LD_LIBRARY_PATH" => "/data/jail/usr/local/httpd-2.4-worker/lib:/data/jail/usr/local/openssl/lib"
                        "SERVER_SIGNATURE" => ""
                        "SERVER_SOFTWARE" => "Apache"
                        "SERVER_NAME" => "www.dagbladhandel-albert.be"
                        "SERVER_ADDR" => "185.162.31.26"
                        "SERVER_PORT" => "443"
                        "REMOTE_ADDR" => "3.141.47.221"
                        "DOCUMENT_ROOT" => "/data/sites/web/dagbladhandel-albertbe/www"
                        "REQUEST_SCHEME" => "https"
                        "CONTEXT_PREFIX" => ""
                        "CONTEXT_DOCUMENT_ROOT" => "/data/sites/web/dagbladhandel-albertbe/www"
                        "SERVER_ADMIN" => "support@webhosting.be"
                        "SCRIPT_FILENAME" => "/data/sites/web/dagbladhandel-albertbe/www/public/index.php"
                        "REMOTE_PORT" => "6726"
                        "REDIRECT_URL" => "/public/sp/speelpotten/online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
                        "GATEWAY_INTERFACE" => "CGI/1.1"
                        "SERVER_PROTOCOL" => "HTTP/1.1"
                        "REQUEST_METHOD" => "GET"
                        "QUERY_STRING" => ""
                        "REQUEST_URI" => "/sp/speelpotten/online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
                        "SCRIPT_NAME" => "/public/index.php"
                        "PHP_SELF" => "/public/index.php"
                        "REQUEST_TIME_FLOAT" => 1713472726.595
                        "REQUEST_TIME" => 1713472726
                      ]
                    }
                    +files: FileBag {#41
                      #parameters: []
                    }
                    +cookies: ParameterBag {#40
                      #parameters: []
                    }
                    +headers: HeaderBag {#43
                      #headers: array:7 [
                        "host" => array:1 [
                          0 => "www.dagbladhandel-albert.be"
                        ]
                        "x-real-ip" => array:1 [
                          0 => "3.141.47.221"
                        ]
                        "x-hcl-forwarded-proto" => array:1 [
                          0 => "https"
                        ]
                        "x-hcl-forwarded-port" => array:1 [
                          0 => "443"
                        ]
                        "x-scheme" => array:1 [
                          0 => "https"
                        ]
                        "accept" => array:1 [
                          0 => "*/*"
                        ]
                        "user-agent" => array:1 [
                          0 => "claudebot"
                        ]
                      ]
                      #cacheControl: []
                    }
                    #content: null
                    #languages: null
                    #charsets: null
                    #encodings: null
                    #acceptableContentTypes: null
                    #pathInfo: "/sp/speelpotten/online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
                    #requestUri: "/sp/speelpotten/online-spelen-met-onze-euro-millions-speelpotten-bij-albert-uit-rekkem-en-roeselare"
                    #baseUrl: ""
                    #basePath: null
                    #method: "GET"
                    #format: null
                    #session: EncryptedStore {#226
                      #encrypter: Encrypter {#249
                        #key: "SomeRandomString"
                        #cipher: "rijndael-128"
                        #mode: "cbc"
                        #block: 16
                      }
                      #id: "9b896d130b1eeedebef540ccadb945923fe00d24"
                      #name: "laravel_session"
                      #attributes: array:2 [
                        "_token" => "FzO2UKh9oMPsFNamxyRDIFKMYhh9tVR3gT770pcu"
                        "lang" => "nl"
                      ]
                      #bags: []
                      #metaBag: MetadataBag {#246
                        -name: "__metadata"
                        -storageKey: "_sf2_meta"
                        #meta: &93 array:3 [
                          "u" => 1713472726
                          "c" => 1713472726
                          "l" => "0"
                        ]
                        -lastUsed: 1713472726
                        -updateThreshold: 0
                      }
                      #bagData: array:1 [
                        "_sf2_meta" => &93 array:3 [&93]
                      ]
                      #handler: FileSessionHandler {#245
                        #files: Filesystem {#179}
                        #path: "/data/sites/web/dagbladhandel-albertbe/www/storage/framework/sessions"
                      }
                      #started: true
                    }
                    #locale: null
                    #defaultLocale: "en"
                  }
                  #middleware: array:5 [
                    "auth" => "App\Http\Middleware\Authenticate"
                    "auth.basic" => "Illuminate\Auth\Middleware\AuthenticateWithBasicAuth"
                    "guest" => "App\Http\Middleware\RedirectIfAuthenticated"
                    "cms.auth" => "Bawc\Cms\Middleware\CmsAuthMiddleWare"
                    "cms.admin" => "Bawc\Cms\Middleware\CmsAdminMiddleware"
                  ]
                  #patternFilters: []
                  #regexFilters: []
                  #binders: []
                  #patterns: array:2 [
                    "id" => "[0-9]+"
                    "slug" => "[a-z0-9-]+"
                  ]
                  #groupStack: []
                }
                #bootstrappers: array:7 [
                  0 => "Illuminate\Foundation\Bootstrap\DetectEnvironment"
                  1 => "Illuminate\Foundation\Bootstrap\LoadConfiguration"
                  2 => "Illuminate\Foundation\Bootstrap\ConfigureLogging"
                  3 => "Illuminate\Foundation\Bootstrap\HandleExceptions"
                  4 => "Illuminate\Foundation\Bootstrap\RegisterFacades"
                  5 => "Illuminate\Foundation\Bootstrap\RegisterProviders"
                  6 => "Illuminate\Foundation\Bootstrap\BootProviders"
                ]
              }
              "request" => Request {#37}
              "config" => Repository {#28
                #items: array:15 [
                  "auth" => array:4 [
                    "driver" => "eloquent"
                    "model" => "Bawc\Cms\Models\Users\CmsUser"
                    "table" => "cms_users"
                    "password" => array:3 [ …3]
                  ]
                  "app" => array:21 [
                    "debug" => false
                    "captcha-site" => "6Lfu3rsUAAAAAAdyd0Eqg9DOJWn-iFxWIPlurrwc"
                    "captcha-secret" => "6Lfu3rsUAAAAAN6ZaCR8XtbBWhELAr-_fTOSSGCn"
                    "url" => "https://www.dagbladhandel-albert.be/"
                    "title" => "Dagbladhandel Albert"
                    "author" => "Black and White Company"
                    "main_keywords" => "Dagbladhandel Albert"
                    "description" => "Dagbladhandel Albert"
                    "image" => "img/layout/header_logo.jpg"
                    "timezone" => "Europe/Brussels"
                    "locale" => "nl"
                    "alt_langs" => array:2 [ …2]
                    "default_locale" => "nl"
                    "locale_prefix" => ""
                    "fallback_locale" => "en"
                    "key" => "SomeRandomString"
                    "cipher" => "rijndael-128"
                    "log" => "single"
                    "providers" => array:30 [ …30]
                    "aliases" => array:36 [ …36]
                    "items_per_page" => 20
                  ]
                  "cache" => array:3 [
                    "default" => "database"
                    "stores" => array:6 [ …6]
                    "prefix" => "app_"
                  ]
                  "cms" => array:42 [
                    "name" => "Blackdoor CMS"
                    "url_prefix" => "cms"
                    "db_prefix" => "cms_"
                    "db_users" => "cms_users"
                    "db_user_groups" => "cms_user_groups"
                    "db_active_languages" => "cms_active_languages"
                    "db_collation_types" => "cms_collation_types"
                    "db_content_types" => "cms_content_types"
                    "db_content_modules" => "cms_content_modules"
                    "db_content_groups" => "cms_content_groups"
                    "db_content_fields" => "cms_content_fields"
                    "db_fields" => "cms_fields"
                    "db_content_field_settings" => "cms_content_field_settings"
                    "db_content_media" => "cms_content_media"
                    "db_content_logs" => "cms_content_logs"
                    "db_content_prefix" => "site_"
                    "upload_dir" => "uploads"
                    "upload_img_width" => 2000
                    "upload_img_height" => 2000
                    "upload_type_image" => "image"
                    "upload_type_file" => "file"
                    "header_title" => "CMS"
                    "start_route" => "cms-users-index"
                    "lang_interface" => "nl"
                    "pager_per_page" => 25
                    "menu_type_top" => "top"
                    "menu_type_sidebar" => "sidebar"
                    "constant_page_title" => "pageTitle"
                    "constant_page_description" => "pageDescription"
                    "FAILED" => "failed"
                    "SUCCESS" => "success"
                    "UPDATED" => "updated"
                    "DELETED" => "deleted"
                    "ADDED" => "added"
                    "logs_limit" => 5
                    "cache_prefix" => "cms_"
                    "cache" => array:5 [ …5]
                    "default_fields" => array:4 [ …4]
                    "counter_types" => array:5 [ …5]
                    "fields" => array:19 [ …19]
                    "contact_telephone" => "056 35 85 08"
                    "js_events" => array:6 [ …6]
                  ]
                  "compile" => array:2 [
                    "files" => array:5 [ …5]
                    "providers" => []
                  ]
                  "database" => array:5 [
                    "fetch" => 8
                    "default" => "mysql"
                    "connections" => array:4 [ …4]
                    "migrations" => "laravel_migrations"
                    "redis" => array:2 [ …2]
                  ]
                  "filesystems" => array:3 [
                    "default" => "local"
                    "cloud" => "s3"
                    "disks" => array:3 [ …3]
                  ]
                  "image" => array:1 [
                    "driver" => "gd"
                  ]
                  "imagecache" => array:4 [
                    "route" => "image"
                    "paths" => array:248 [ …248]
                    "templates" => array:3 [ …3]
                    "lifetime" => 43200
                  ]
                  "mail" => array:12 [
                    "to" => "info@dagbladhandel-albert.be"
                    "name" => "Dagbladhandel Albert"
                    "contact_subject" => "Contact via website"
                    "driver" => "smtp"
                    "host" => "smtp-auth.mailprotect.be"
                    "port" => 2525
                    "from" => array:2 [ …2]
                    "encryption" => "tls"
                    "username" => "contact@blackandwhitecompany.be"
                    "password" => "175WB58g3a31D01c5B0n"
                    "sendmail" => "/usr/sbin/sendmail -bs"
                    "pretend" => false
                  ]
                  "newsletter_api" => array:3 [
                    "id_klanten" => 3
                    "rest_key_api" => "0b31b5b88bf8ed52db9d23e7c966a3fd2aad1e6ef716f8e37052bcb75356888e"
                    "base_uri_api" => "http://news.bwmc.be/api/"
                  ]
                  "queue" => array:3 [
                    "default" => "sync"
                    "connections" => array:6 [ …6]
                    "failed" => array:2 [ …2]
                  ]
                  "services" => array:4 [
                    "mailgun" => array:2 [ …2]
                    "mandrill" => array:1 [ …1]
                    "ses" => array:3 [ …3]
                    "stripe" => array:2 [ …2]
                  ]
                  "session" => array:12 [
                    "driver" => "file"
                    "lifetime" => 120
                    "expire_on_close" => false
                    "encrypt" => true
                    "files" => "/data/sites/web/dagbladhandel-albertbe/www/storage/framework/sessions"
                    "connection" => null
                    "table" => "sessions"
                    "lottery" => array:2 [ …2]
                    "cookie" => "laravel_session"
                    "path" => "/"
                    "domain" => null
                    "secure" => false
                  ]
                  "view" => array:2 [
                    "paths" => array:1 [ …1]
                    "compiled" => "/data/sites/web/dagbladhandel-albertbe/www/storage/framework/views"
                  ]
                ]
              }
              "log" => Writer {#35
                #monolog: Logger {#33
                  #name: "local"
                  #handlers: array:1 [
                    0 => StreamHandler {#29 …10}
                  ]
                  #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 {#95
                #container: Application {#2}
              }
              "db" => DatabaseManager {#32
                #app: Application {#2}
                #factory: ConnectionFactory {#95}
                #connections: array:1 [
                  "mysql" => MySqlConnection {#325
                    #pdo: PDO {#326 …2}
                    #readPdo: null
                    #reconnector: Closure {#329 …1}
                    #queryGrammar: MySqlGrammar {#327 …2}
                    #schemaGrammar: null
                    #postProcessor: MySqlProcessor {#328}
                    #events: Dispatcher {#5}
                    #fetchMode: 8
                    #transactions: 0
                    #queryLog: []
                    #loggingQueries: false
                    #pretending: false
                    #database: "ID127507_albert"
                    #tablePrefix: ""
                    #config: array:11 [ …11]
                  }
                ]
                #extensions: []
              }
              "Illuminate\Bus\Dispatcher" => Dispatcher {#102
                #container: Application {#2}
                #pipeline: Pipeline {#104
                  #container: Application {#2}
                  #passable: null
                  #pipes: []
                  #method: "handle"
                }
                #pipes: []
                #queueResolver: Closure {#103
                  reflection: """
                    Closure [ <user> public method Illuminate\Bus\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Bus/BusServiceProvider.php 23 - 26\n
                    \n
                      - Bound Variables [1] {\n
                          Variable #0 [ $app ]\n
                      }\n
                    }\n
                    """
                }
                #mappings: []
                #mapper: Closure {#99
                  reflection: """
                    Closure [ <user> public method App\Providers\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/app/Providers/BusServiceProvider.php 16 - 21\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> $command ]\n
                      }\n
                    }\n
                    """
                }
              }
              "view.engine.resolver" => EngineResolver {#105
                #resolvers: array:2 [
                  "php" => Closure {#114
                    reflection: """
                      Closure [ <user> public method Illuminate\View\{closure} ] {\n
                        @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php 56 - 56\n
                      }\n
                      """
                  }
                  "blade" => Closure {#117
                    reflection: """
                      Closure [ <user> public method Illuminate\View\{closure} ] {\n
                        @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php 79 - 82\n
                      \n
                        - Bound Variables [1] {\n
                            Variable #0 [ $app ]\n
                        }\n
                      }\n
                      """
                  }
                ]
                #resolved: []
              }
              "files" => Filesystem {#179}
              "view" => Factory {#180
                #engines: EngineResolver {#105}
                #finder: FileViewFinder {#178
                  #files: Filesystem {#179}
                  #paths: array:1 [
                    0 => "/data/sites/web/dagbladhandel-albertbe/www/resources/views"
                  ]
                  #views: []
                  #hints: array:1 [
                    "cms" => array:1 [ …1]
                  ]
                  #extensions: array:2 [
                    0 => "blade.php"
                    1 => "php"
                  ]
                }
                #events: Dispatcher {#5}
                #container: Application {#2}
                #shared: array:3 [
                  "__env" => Factory {#180}
                  "app" => Application {#2}
                  "errors" => ViewErrorBag {#256
                    #bags: []
                  }
                ]
                #aliases: []
                #names: []
                #extensions: array:2 [
                  "blade.php" => "blade"
                  "php" => "php"
                ]
                #composers: []
                #sections: []
                #sectionStack: []
                #renderCount: 0
              }
              "translation.loader" => FileLoader {#185
                #files: Filesystem {#179}
                #path: "/data/sites/web/dagbladhandel-albertbe/www/resources/lang"
                #hints: array:1 [
                  "cms" => "/data/sites/web/dagbladhandel-albertbe/www/packages/blackandwhitecompany/cms/src/resources/lang"
                ]
              }
              "translator" => Translator {#186
                #loader: FileLoader {#185}
                #locale: "nl"
                #fallback: "en"
                #loaded: []
                #parsed: []
              }
              "validation.presence" => DatabasePresenceVerifier {#195
                #db: DatabaseManager {#32}
                #connection: null
              }
              "validator" => Factory {#194
                #translator: Translator {#186}
                #verifier: DatabasePresenceVerifier {#195}
                #container: Application {#2}
                #extensions: []
                #implicitExtensions: []
                #replacers: []
                #fallbackMessages: []
                #resolver: Closure {#193
                  reflection: """
                    Closure [ <user> public method Bawc\Cms\Providers\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/packages/blackandwhitecompany/cms/src/providers/CmsServiceProvider.php 81 - 83\n
                    \n
                      - Parameters [4] {\n
                        Parameter #0 [ <required> $translator ]\n
                        Parameter #1 [ <required> $data ]\n
                        Parameter #2 [ <required> $rules ]\n
                        Parameter #3 [ <required> $messages ]\n
                      }\n
                    }\n
                    """
                }
              }
              "routes" => RouteCollection {#24}
              "encrypter" => Encrypter {#249}
              "cookie" => CookieJar {#251
                #path: "/"
                #domain: null
                #queued: []
              }
              "session" => SessionManager {#253
                #app: Application {#2}
                #customCreators: []
                #drivers: array:1 [
                  "file" => EncryptedStore {#226}
                ]
              }
              "Illuminate\Session\Middleware\StartSession" => StartSession {#252
                #manager: SessionManager {#253}
                #sessionHandled: true
              }
              "Illuminate\Routing\Route" => Route {#239}
              "illuminate.route.dispatcher" => ControllerDispatcher {#319
                #router: Router {#22}
                #container: Application {#2}
              }
              "Illuminate\Contracts\Debug\ExceptionHandler" => Handler {#257
                #dontReport: array:1 [
                  0 => "Symfony\Component\HttpKernel\Exception\HttpException"
                ]
                #log: Logger {#33}
              }
            ]
            #aliases: array:62 [
              "Illuminate\Foundation\Application" => "app"
              "Illuminate\Contracts\Container\Container" => "app"
              "Illuminate\Contracts\Foundation\Application" => "app"
              "Illuminate\Console\Application" => "artisan"
              "Illuminate\Contracts\Console\Application" => "artisan"
              "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\Pagination\Factory" => "paginator"
              "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"
              "Illuminate\Contracts\Bus\Dispatcher" => "Illuminate\Bus\Dispatcher"
              "Illuminate\Contracts\Bus\QueueingDispatcher" => "Illuminate\Bus\Dispatcher"
            ]
            #extenders: []
            #tags: []
            #buildStack: []
            +contextual: []
            #reboundCallbacks: array:2 [
              "request" => array:2 [
                0 => Closure {#49
                  reflection: """
                    Closure [ <user> public method Illuminate\Auth\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php 64 - 70\n
                    \n
                      - Parameters [2] {\n
                        Parameter #0 [ <required> $app ]\n
                        Parameter #1 [ <required> $request ]\n
                      }\n
                    }\n
                    """
                }
                1 => Closure {#222
                  reflection: """
                    Closure [ <user> public method Illuminate\Routing\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php 82 - 85\n
                    \n
                      - Parameters [2] {\n
                        Parameter #0 [ <required> $app ]\n
                        Parameter #1 [ <required> $request ]\n
                      }\n
                    }\n
                    """
                }
              ]
              "routes" => array:1 [
                0 => Closure {#225
                  reflection: """
                    Closure [ <user> public method Illuminate\Routing\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php 66 - 69\n
                    \n
                      - Parameters [2] {\n
                        Parameter #0 [ <required> $app ]\n
                        Parameter #1 [ <required> $routes ]\n
                      }\n
                    }\n
                    """
                }
              ]
            ]
            #globalResolvingCallbacks: []
            #globalAfterResolvingCallbacks: []
            #resolvingCallbacks: array:1 [
              "Illuminate\Foundation\Http\FormRequest" => array:1 [
                0 => Closure {#254
                  reflection: """
                    Closure [ <user> public method Illuminate\Foundation\Providers\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Foundation/Providers/FormRequestServiceProvider.php 28 - 34\n
                    \n
                      - Parameters [2] {\n
                        Parameter #0 [ <required> Illuminate\Foundation\Http\FormRequest $request ]\n
                        Parameter #1 [ <required> $app ]\n
                      }\n
                    }\n
                    """
                }
              ]
            ]
            #afterResolvingCallbacks: array:1 [
              "Illuminate\Contracts\Validation\ValidatesWhenResolved" => array:1 [
                0 => Closure {#75
                  reflection: """
                    Closure [ <user> public method Illuminate\Validation\{closure} ] {\n
                      @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Validation/ValidationServiceProvider.php 29 - 32\n
                    \n
                      - Parameters [1] {\n
                        Parameter #0 [ <required> Illuminate\Contracts\Validation\ValidatesWhenResolved $resolved ]\n
                      }\n
                    }\n
                    """
                }
              ]
            ]
          }
        }
        2 => "uitslagen"
      ]
    ]
    6 => array:3 [
      "call" => "Illuminate\Routing\ControllerDispatcher->Illuminate\Routing\{closure}()"
      "file" => ""
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    7 => array:3 [
      "call" => "call_user_func()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141"
      "args" => array:2 [
        0 => Closure {#320
          reflection: """
            Closure [ <user> public method Illuminate\Routing\{closure} ] {\n
              @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php 105 - 108\n
            \n
              - Bound Variables [3] {\n
                  Variable #0 [ $instance ]\n
                  Variable #1 [ $route ]\n
                  Variable #2 [ $method ]\n
              }\n
            \n
              - Parameters [1] {\n
                Parameter #0 [ <required> $request ]\n
              }\n
            }\n
            """
        }
        1 => Request {#37}
      ]
    ]
    8 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => ""
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    9 => array:3 [
      "call" => "call_user_func()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:101"
      "args" => array:2 [
        0 => Closure {#323
          reflection: """
            Closure [ <user> public method Illuminate\Pipeline\{closure} ] {\n
              @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php 139 - 142\n
            \n
              - Bound Variables [1] {\n
                  Variable #0 [ $destination ]\n
              }\n
            \n
              - Parameters [1] {\n
                Parameter #0 [ <required> $passable ]\n
              }\n
            }\n
            """
        }
        1 => Request {#37}
      ]
    ]
    10 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->then()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:108"
      "args" => array:1 [
        0 => Closure {#320}
      ]
    ]
    11 => array:3 [
      "call" => "Illuminate\Routing\ControllerDispatcher->callWithinStack()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:67"
      "args" => array:4 [
        0 => PageController {#322}
        1 => Route {#239}
        2 => Request {#37}
        3 => "uitslagen"
      ]
    ]
    12 => array:3 [
      "call" => "Illuminate\Routing\ControllerDispatcher->dispatch()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/Route.php:204"
      "args" => array:4 [
        0 => Route {#239}
        1 => Request {#37}
        2 => "App\Http\Controllers\PageController"
        3 => "uitslagen"
      ]
    ]
    13 => array:3 [
      "call" => "Illuminate\Routing\Route->runWithCustomDispatcher()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/Route.php:134"
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    14 => array:3 [
      "call" => "Illuminate\Routing\Route->run()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/Router.php:701"
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    15 => array:3 [
      "call" => "Illuminate\Routing\Router->Illuminate\Routing\{closure}()"
      "file" => ""
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    16 => array:3 [
      "call" => "call_user_func()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141"
      "args" => array:2 [
        0 => Closure {#318
          reflection: """
            Closure [ <user> public method Illuminate\Routing\{closure} ] {\n
              @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/Router.php 697 - 703\n
            \n
              - Bound Variables [1] {\n
                  Variable #0 [ $route ]\n
              }\n
            \n
              - Parameters [1] {\n
                Parameter #0 [ <required> $request ]\n
              }\n
            }\n
            """
        }
        1 => Request {#37}
      ]
    ]
    17 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => ""
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    18 => array:3 [
      "call" => "call_user_func()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:101"
      "args" => array:2 [
        0 => Closure {#317
          reflection: """
            Closure [ <user> public method Illuminate\Pipeline\{closure} ] {\n
              @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php 139 - 142\n
            \n
              - Bound Variables [1] {\n
                  Variable #0 [ $destination ]\n
              }\n
            \n
              - Parameters [1] {\n
                Parameter #0 [ <required> $passable ]\n
              }\n
            }\n
            """
        }
        1 => Request {#37}
      ]
    ]
    19 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->then()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/Router.php:703"
      "args" => array:1 [
        0 => Closure {#318}
      ]
    ]
    20 => array:3 [
      "call" => "Illuminate\Routing\Router->runRouteWithinStack()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/Router.php:670"
      "args" => array:2 [
        0 => Route {#239}
        1 => Request {#37}
      ]
    ]
    21 => array:3 [
      "call" => "Illuminate\Routing\Router->dispatchToRoute()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Routing/Router.php:628"
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    22 => array:3 [
      "call" => "Illuminate\Routing\Router->dispatch()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:214"
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    23 => array:3 [
      "call" => "Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}()"
      "file" => ""
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    24 => array:3 [
      "call" => "call_user_func()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141"
      "args" => array:2 [
        0 => Closure {#31
          reflection: """
            Closure [ <user> public method Illuminate\Foundation\Http\{closure} ] {\n
              @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php 210 - 215\n
            \n
              - Parameters [1] {\n
                Parameter #0 [ <required> $request ]\n
              }\n
            }\n
            """
        }
        1 => Request {#37}
      ]
    ]
    25 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:55"
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    26 => array:3 [
      "call" => "Illuminate\View\Middleware\ShareErrorsFromSession->handle()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:125"
      "args" => array:2 [
        0 => Request {#37}
        1 => Closure {#227
          reflection: """
            Closure [ <user> public method Illuminate\Pipeline\{closure} ] {\n
              @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php 139 - 142\n
            \n
              - Bound Variables [1] {\n
                  Variable #0 [ $destination ]\n
              }\n
            \n
              - Parameters [1] {\n
                Parameter #0 [ <required> $passable ]\n
              }\n
            }\n
            """
        }
      ]
    ]
    27 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:61"
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    28 => array:3 [
      "call" => "Illuminate\Session\Middleware\StartSession->handle()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:125"
      "args" => array:2 [
        0 => Request {#37}
        1 => Closure {#228
          reflection: """
            Closure [ <user> public method Illuminate\Pipeline\{closure} ] {\n
              @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php 113 - 127\n
            \n
              - Bound Variables [2] {\n
                  Variable #0 [ $stack ]\n
                  Variable #1 [ $pipe ]\n
              }\n
            \n
              - Parameters [1] {\n
                Parameter #0 [ <required> $passable ]\n
              }\n
            }\n
            """
        }
      ]
    ]
    29 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:36"
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    30 => array:3 [
      "call" => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:125"
      "args" => array:2 [
        0 => Request {#37}
        1 => Closure {#241
          reflection: """
            Closure [ <user> public method Illuminate\Pipeline\{closure} ] {\n
              @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php 113 - 127\n
            \n
              - Bound Variables [2] {\n
                  Variable #0 [ $stack ]\n
                  Variable #1 [ $pipe ]\n
              }\n
            \n
              - Parameters [1] {\n
                Parameter #0 [ <required> $passable ]\n
              }\n
            }\n
            """
        }
      ]
    ]
    31 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:40"
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    32 => array:3 [
      "call" => "Illuminate\Cookie\Middleware\EncryptCookies->handle()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:125"
      "args" => array:2 [
        0 => Request {#37}
        1 => Closure {#242
          reflection: """
            Closure [ <user> public method Illuminate\Pipeline\{closure} ] {\n
              @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php 113 - 127\n
            \n
              - Bound Variables [2] {\n
                  Variable #0 [ $stack ]\n
                  Variable #1 [ $pipe ]\n
              }\n
            \n
              - Parameters [1] {\n
                Parameter #0 [ <required> $passable ]\n
              }\n
            }\n
            """
        }
      ]
    ]
    33 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:42"
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    34 => array:3 [
      "call" => "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:125"
      "args" => array:2 [
        0 => Request {#37}
        1 => Closure {#243
          reflection: """
            Closure [ <user> public method Illuminate\Pipeline\{closure} ] {\n
              @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php 113 - 127\n
            \n
              - Bound Variables [2] {\n
                  Variable #0 [ $stack ]\n
                  Variable #1 [ $pipe ]\n
              }\n
            \n
              - Parameters [1] {\n
                Parameter #0 [ <required> $passable ]\n
              }\n
            }\n
            """
        }
      ]
    ]
    35 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
      "file" => ""
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    36 => array:3 [
      "call" => "call_user_func()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:101"
      "args" => array:2 [
        0 => Closure {#244
          reflection: """
            Closure [ <user> public method Illuminate\Pipeline\{closure} ] {\n
              @@ /data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php 113 - 127\n
            \n
              - Bound Variables [2] {\n
                  Variable #0 [ $stack ]\n
                  Variable #1 [ $pipe ]\n
              }\n
            \n
              - Parameters [1] {\n
                Parameter #0 [ <required> $passable ]\n
              }\n
            }\n
            """
        }
        1 => Request {#37}
      ]
    ]
    37 => array:3 [
      "call" => "Illuminate\Pipeline\Pipeline->then()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:115"
      "args" => array:1 [
        0 => Closure {#31}
      ]
    ]
    38 => array:3 [
      "call" => "Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:84"
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
    39 => array:3 [
      "call" => "Illuminate\Foundation\Http\Kernel->handle()"
      "file" => "/data/sites/web/dagbladhandel-albertbe/www/public/index.php:53"
      "args" => array:1 [
        0 => Request {#37}
      ]
    ]
  ]
}