404

Na vjen keq, por kjo faqe nuk është gjetur. Kthehuni te ballina.


NotFoundHttpException {#375
  -statusCode: 404
  -headers: []
  #message: ""
  #code: 0
  #file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
  #line: 902
  -trace: {
    43. Illuminate\Foundation\Application->abort() ==> new Symfony\Component\HttpKernel\Exception\NotFoundHttpException(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:902: """
          if ($code == 404) {\n
              throw new NotFoundHttpException($message);\n
          }\n
          """
      }
    }
    42. abort() ==> Illuminate\Foundation\Application->abort(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php:30: """
          {\n
              return app()->abort($code, $message, $headers);\n
          }\n
          """
      }
      args: array:3 [
        0 => 404
        1 => ""
        2 => []
      ]
    }
    41. Intervention\Image\ImageCacheController->getImagePath() ==> abort(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/intervention/imagecache/src/Intervention/Image/ImageCacheController.php:137: """
              // file not found\n
              abort(404);\n
          }\n
          """
      }
      args: array:1 [
        0 => 404
      ]
    }
    40. Intervention\Image\ImageCacheController->getOriginal() ==> Intervention\Image\ImageCacheController->getImagePath(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/intervention/imagecache/src/Intervention/Image/ImageCacheController.php:71: """
          {\n
              $path = $this->getImagePath($filename);\n
          \n
          """
      }
      args: array:1 [
        0 => "articles/20190408160338-9441.jpg"
      ]
    }
    39. Intervention\Image\ImageCacheController->getResponse() ==> Intervention\Image\ImageCacheController->getOriginal(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/intervention/imagecache/src/Intervention/Image/ImageCacheController.php:25: """
          case 'original':\n
              return $this->getOriginal($filename);\n
          \n
          """
      }
      args: array:1 [
        0 => "articles/20190408160338-9441.jpg"
      ]
    }
    38. call_user_func_array() ==> Intervention\Image\ImageCacheController->getResponse(): {
      args: array:2 [
        0 => "original"
        1 => "articles/20190408160338-9441.jpg"
      ]
    }
    37. Illuminate\Routing\Controller->callAction() ==> call_user_func_array(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:80: """
          {\n
              return call_user_func_array([$this, $method], $parameters);\n
          }\n
          """
      }
      args: array:2 [
        0 => array:2 [
          0 => ImageCacheController {#370
            #middleware: []
          }
          1 => "getResponse"
        ]
        1 => array:2 [
          "template" => "original"
          "filename" => "articles/20190408160338-9441.jpg"
        ]
      ]
    }
    36. Illuminate\Routing\ControllerDispatcher->call() ==> Illuminate\Routing\Controller->callAction(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:146: """
          \n
              return $instance->callAction($method, $parameters);\n
          }\n
          """
      }
      args: array:2 [
        0 => "getResponse"
        1 => array:2 [
          "template" => "original"
          "filename" => "articles/20190408160338-9441.jpg"
        ]
      ]
    }
    35. Illuminate\Routing\ControllerDispatcher->Illuminate\Routing\{closure}() ==> Illuminate\Routing\ControllerDispatcher->call(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:94: """
          return $this->router->prepareResponse(\n
              $request, $this->call($instance, $route, $method)\n
          );\n
          """
      }
      args: array:3 [
        0 => ImageCacheController {#370}
        1 => Route {#130
          #uri: "foto/{template}/{filename}"
          #methods: array:2 [
            0 => "GET"
            1 => "HEAD"
          ]
          #action: array:3 [
            "uses" => "Intervention\Image\ImageCacheController@getResponse"
            "as" => "imagecache"
            "controller" => "Intervention\Image\ImageCacheController@getResponse"
          ]
          #defaults: []
          #wheres: array:1 [
            "filename" => "[ \w\.\/\-\@\(\)]+"
          ]
          #parameters: array:2 [
            "template" => "original"
            "filename" => "articles/20190408160338-9441.jpg"
          ]
          #parameterNames: array:2 [
            0 => "template"
            1 => "filename"
          ]
          #compiled: CompiledRoute {#362
            -variables: array:2 [
              0 => "template"
              1 => "filename"
            ]
            -tokens: array:3 [
              0 => array:4 [
                0 => "variable"
                1 => "/"
                2 => "[ \w\.\/\-\@\(\)]+"
                3 => "filename"
              ]
              1 => array:4 [
                0 => "variable"
                1 => "/"
                2 => "[^/]++"
                3 => "template"
              ]
              2 => array:2 [
                0 => "text"
                1 => "/foto"
              ]
            ]
            -staticPrefix: "/foto"
            -regex: "#^/foto/(?P<template>[^/]++)/(?P<filename>[ \w\.\/\-\@\(\)]+)$#s"
            -pathVariables: array:2 [
              0 => "template"
              1 => "filename"
            ]
            -hostVariables: []
            -hostRegex: null
            -hostTokens: []
          }
          #router: Router {#24
            #events: Dispatcher {#5
              #container: Application {#3
                #basePath: "/home/ofertasuksesi/public_html/ofertasuksesi"
                #hasBeenBootstrapped: true
                #booted: true
                #bootingCallbacks: array:2 [
                  0 => Closure {#145
                    class: "Illuminate\Foundation\Application"
                    this: Application {#3}
                    use: {
                      $instance: CacheServiceProvider {#139
                        #defer: true
                        #app: Application {#3}
                      }
                    }
                    file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
                    line: "674 to 676"
                  }
                  1 => Closure {#249
                    class: "Illuminate\Foundation\Application"
                    this: Application {#3}
                    use: {
                      $instance: TranslationServiceProvider {#238
                        #defer: true
                        #app: Application {#3}
                      }
                    }
                    file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
                    line: "674 to 676"
                  }
                ]
                #bootedCallbacks: array:1 [
                  0 => Closure {#260
                    class: "Illuminate\Foundation\Support\Providers\RouteServiceProvider"
                    this: RouteServiceProvider {#119
                      #namespace: "App\Http\Controllers"
                      #app: Application {#3}
                      #defer: false
                    }
                    use: {
                      $router: Router {#24}
                    }
                    file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Foundation/Support/Providers/RouteServiceProvider.php"
                    line: "33 to 35"
                  }
                ]
                #terminatingCallbacks: []
                #serviceProviders: array:29 [
                  0 => EventServiceProvider {#2
                    #app: Application {#3}
                    #defer: false
                  }
                  1 => RoutingServiceProvider {#7
                    #app: Application {#3}
                    #defer: false
                  }
                  2 => AuthServiceProvider {#22 …}
                  3 => CookieServiceProvider {#47
                    #app: Application {#3}
                    #defer: false
                  }
                  4 => DatabaseServiceProvider {#50
                    #app: Application {#3}
                    #defer: false
                  }
                  5 => EncryptionServiceProvider {#57
                    #app: Application {#3}
                    #defer: false
                  }
                  6 => FilesystemServiceProvider {#59
                    #app: Application {#3}
                    #defer: false
                  }
                  7 => FoundationServiceProvider {#64
                    #app: Application {#3}
                    #defer: false
                  }
                  8 => PaginationServiceProvider {#65
                    #app: Application {#3}
                    #defer: false
                  }
                  9 => SessionServiceProvider {#68
                    #app: Application {#3}
                    #defer: false
                  }
                  10 => ViewServiceProvider {#72
                    #app: Application {#3}
                    #defer: false
                  }
                  11 => ImageServiceProvider {#76
                    #defer: false
                    #provider: ImageServiceProviderLaravelRecent {#77
                      #app: Application {#3}
                      #defer: false
                    }
                    #app: Application {#3}
                  }
                  12 => ServiceProvider {#79
                    #app: Application {#3}
                    #defer: false
                  }
                  13 => AnalyticsServiceProvider {#83
                    #app: Application {#3}
                    #defer: false
                  }
                  14 => ModerationServiceProvider {#86
                    #app: Application {#3}
                    #defer: false
                  }
                  15 => ResponseCacheServiceProvider {#87
                    #app: Application {#3}
                    #defer: false
                  }
                  16 => DatatablesServiceProvider {#104
                    #app: Application {#3}
                    #defer: false
                  }
                  17 => ServiceProvider {#88
                    #packageVendor: "pragmarx"
                    #packageName: "tracker"
                    #packageNameCapitalized: "Tracker"
                    #repositoryManagerIsBooted: true
                    #defer: false
                    #userChecked: false
                    #tracker: Tracker {#134
                      #config: Config {#148
                        #config: Repository {#23
                          #items: array:22 [ …22]
                        }
                        -namespace: "tracker."
                      }
                      #route: Router {#24}
                      #logger: Writer {#41
                        #monolog: Logger {#37 …5}
                        #dispatcher: Dispatcher {#5}
                        #levels: array:8 [ …8]
                      }
                      #laravel: Application {#3}
                      #enabled: true
                      #sessionData: array:10 [ …10]
                      #loggedItems: []
                      #booted: true
                      #messageRepository: Message {#218
                        -messageList: Collection {#223 …1}
                      }
                      +"dataRepositoryManager": RepositoryManager {#195
                        -pathRepository: Path {#205 …7}
                        -queryRepository: Query {#206 …7}
                        -queryArgumentRepository: QueryArgument {#207 …7}
                        -domainRepository: Domain {#212 …7}
                        -refererRepository: Referer {#213 …10}
                        -routeRepository: Route {#189 …8}
                        -routePathRepository: RoutePath {#216 …7}
                        -routePathParameterRepository: RoutePathParameter {#215 …7}
                        -errorRepository: Error {#214 …7}
                        -geoIp: GeoIp {#196 …2}
                        -geoIpRepository: GeoIp {#221 …7}
                        -sqlQueryRepository: SqlQuery {#185 …14}
                        -sqlQueryBindingRepository: SqlQueryBinding {#182 …7}
                        -sqlQueryLogRepository: SqlQueryLog {#184 …7}
                        -sqlQueryBindingParameterRepository: SqlQueryBindingParameter {#183 …7}
                        -connectionRepository: Connection {#181 …7}
                        -eventRepository: Event {#188 …12}
                        -eventLogRepository: EventLog {#186 …7}
                        -systemClassRepository: SystemClass {#187 …7}
                        -userAgentParser: UserAgentParser {#149 …6}
                        -crawlerDetector: CrawlerDetector {#190 …1}
                        -languageRepository: Language {#220 …7}
                        -languageDetect: LanguageDetect {#219 …7}
                        +"authentication": Authentication {#198
                          -config: Config {#148}
                          -authentication: []
                          -app: Application {#3}
                        }
                        +"mobileDetect": MobileDetect {#197 …7}
                        +"session": Store {#201
                          #id: "a8646f5cffd68d034973ce6f8381354dde7063ea"
                          #name: "laravel_session"
                          #attributes: []
                          #bags: []
                          #metaBag: MetadataBag {#202 …5}
                          #bagData: []
                          #handler: FileSessionHandler {#200 …3}
                          #started: false
                        }
                        +"config": Config {#148}
                        +"sessionRepository": Session {#203 …10}
                        +"logRepository": Log {#179 …9}
                        +"agentRepository": Agent {#208 …7}
                        +"deviceRepository": Device {#209 …7}
                        +"cookieRepository": Cookie {#210 …10}
                      }
                      +"request": Request {#40
                        #json: null
                        #convertedFiles: null
                        #userResolver: Closure {#352
                          class: "Illuminate\Auth\AuthServiceProvider"
                          this: AuthServiceProvider {#22 …}
                          parameters: {
                            $guard: {
                              default: null
                            }
                          }
                          use: {
                            $app: Application {#3}
                          }
                          file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php"
                          line: "85 to 87"
                        }
                        #routeResolver: Closure {#363
                          class: "Illuminate\Routing\Router"
                          this: Router {#24}
                          use: {
                            $route: Route {#130}
                          }
                          file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Router.php"
                          line: "693 to 695"
                        }
                        +attributes: ParameterBag {#42
                          #parameters: []
                        }
                        +request: ParameterBag {#48
                          #parameters: []
                        }
                        +query: ParameterBag {#48}
                        +server: ServerBag {#45
                          #parameters: array:62 [
                            "TZ" => "Europe/Berlin"
                            "REDIRECT_REDIRECT_UNIQUE_ID" => "ZiFAQblEOeMaaksww0XzHwAAAAk"
                            "REDIRECT_REDIRECT_SCRIPT_URL" => "/foto/original/articles/20190408160338-9441.jpg"
                            "REDIRECT_REDIRECT_SCRIPT_URI" => "https://ofertasuksesi.com/foto/original/articles/20190408160338-9441.jpg"
                            "REDIRECT_REDIRECT_HTTPS" => "on"
                            "REDIRECT_REDIRECT_SSL_TLS_SNI" => "ofertasuksesi.com"
                            "REDIRECT_REDIRECT_STATUS" => "200"
                            "REDIRECT_UNIQUE_ID" => "ZiFAQblEOeMaaksww0XzHwAAAAk"
                            "REDIRECT_SCRIPT_URL" => "/foto/original/articles/20190408160338-9441.jpg"
                            "REDIRECT_SCRIPT_URI" => "https://ofertasuksesi.com/foto/original/articles/20190408160338-9441.jpg"
                            "REDIRECT_HTTPS" => "on"
                            "REDIRECT_SSL_TLS_SNI" => "ofertasuksesi.com"
                            "REDIRECT_HANDLER" => "application/x-httpd-ea-php74"
                            "REDIRECT_STATUS" => "200"
                            "UNIQUE_ID" => "ZiFAQblEOeMaaksww0XzHwAAAAk"
                            "SCRIPT_URL" => "/foto/original/articles/20190408160338-9441.jpg"
                            "SCRIPT_URI" => "https://ofertasuksesi.com/foto/original/articles/20190408160338-9441.jpg"
                            "HTTPS" => "on"
                            "SSL_TLS_SNI" => "ofertasuksesi.com"
                            "HTTP_HOST" => "ofertasuksesi.com"
                            "HTTP_CONNECTION" => "Keep-Alive"
                            "HTTP_ACCEPT_ENCODING" => "gzip, br"
                            "HTTP_X_FORWARDED_FOR" => "3.17.150.163"
                            "HTTP_CF_RAY" => "8765c92f7df262e2-ORD"
                            "HTTP_X_FORWARDED_PROTO" => "https"
                            "HTTP_CF_VISITOR" => "{"scheme":"https"}"
                            "HTTP_ACCEPT" => "*/*"
                            "HTTP_USER_AGENT" => "claudebot"
                            "HTTP_CF_CONNECTING_IP" => "3.17.150.163"
                            "HTTP_CDN_LOOP" => "cloudflare"
                            "HTTP_CF_IPCOUNTRY" => "US"
                            "HTTP_X_HTTPS" => "1"
                            "PATH" => "/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin"
                            "SERVER_SIGNATURE" => ""
                            "SERVER_SOFTWARE" => "Apache"
                            "SERVER_NAME" => "ofertasuksesi.com"
                            "SERVER_ADDR" => "161.97.87.181"
                            "SERVER_PORT" => "443"
                            "REMOTE_ADDR" => "172.70.178.43"
                            "DOCUMENT_ROOT" => "/home/ofertasuksesi/public_html/ofertasuksesi/public"
                            "REQUEST_SCHEME" => "https"
                            "CONTEXT_PREFIX" => "/cgi-sys"
                            "CONTEXT_DOCUMENT_ROOT" => "/usr/local/cpanel/cgi-sys/"
                            "SERVER_ADMIN" => "[email protected]"
                            "SCRIPT_FILENAME" => "/home/ofertasuksesi/public_html/ofertasuksesi/public/index.php"
                            "REMOTE_PORT" => "38996"
                            "REDIRECT_URL" => "/index.php"
                            "GATEWAY_INTERFACE" => "CGI/1.1"
                            "SERVER_PROTOCOL" => "HTTP/1.1"
                            "REQUEST_METHOD" => "GET"
                            "QUERY_STRING" => ""
                            "REQUEST_URI" => "/foto/original/articles/20190408160338-9441.jpg"
                            "SCRIPT_NAME" => "/index.php"
                            "ORIG_SCRIPT_FILENAME" => "/usr/local/cpanel/cgi-sys/ea-php74"
                            "ORIG_PATH_INFO" => "/index.php"
                            "ORIG_PATH_TRANSLATED" => "/home/ofertasuksesi/public_html/ofertasuksesi/public/index.php"
                            "ORIG_SCRIPT_NAME" => "/cgi-sys/ea-php74"
                            "PHP_SELF" => "/index.php"
                            "REQUEST_TIME_FLOAT" => 1713455169.2618
                            "REQUEST_TIME" => 1713455169
                            "argv" => []
                            "argc" => 0
                          ]
                        }
                        +files: FileBag {#44
                          #parameters: []
                        }
                        +cookies: ParameterBag {#43
                          #parameters: []
                        }
                        +headers: HeaderBag {#46
                          #headers: array:13 [
                            "host" => array:1 [
                              0 => "ofertasuksesi.com"
                            ]
                            "connection" => array:1 [
                              0 => "Keep-Alive"
                            ]
                            "accept-encoding" => array:1 [
                              0 => "gzip, br"
                            ]
                            "x-forwarded-for" => array:1 [
                              0 => "3.17.150.163"
                            ]
                            "cf-ray" => array:1 [
                              0 => "8765c92f7df262e2-ORD"
                            ]
                            "x-forwarded-proto" => array:1 [
                              0 => "https"
                            ]
                            "cf-visitor" => array:1 [
                              0 => "{"scheme":"https"}"
                            ]
                            "accept" => array:1 [
                              0 => "*/*"
                            ]
                            "user-agent" => array:1 [
                              0 => "claudebot"
                            ]
                            "cf-connecting-ip" => array:1 [
                              0 => "3.17.150.163"
                            ]
                            "cdn-loop" => array:1 [
                              0 => "cloudflare"
                            ]
                            "cf-ipcountry" => array:1 [
                              0 => "US"
                            ]
                            "x-https" => array:1 [
                              0 => "1"
                            ]
                          ]
                          #cacheControl: []
                        }
                        #content: null
                        #languages: null
                        #charsets: null
                        #encodings: null
                        #acceptableContentTypes: array:1 [
                          0 => "*/*"
                        ]
                        #pathInfo: "/foto/original/articles/20190408160338-9441.jpg"
                        #requestUri: "/foto/original/articles/20190408160338-9441.jpg"
                        #baseUrl: ""
                        #basePath: null
                        #method: "GET"
                        #format: null
                        #session: null
                        #locale: null
                        #defaultLocale: "en"
                      }
                    }
                    #registered: true
                    #app: Application {#3}
                    +"packageNamespace": "tracker"
                  }
                  18 => AppServiceProvider {#116
                    #app: Application {#3}
                    #defer: false
                  }
                  19 => AuthServiceProvider {#117
                    #policies: array:3 [
                      "App\User" => "App\Policies\UserPolicy"
                      "App\Article" => "App\Policies\ArticlePolicy"
                      "App\Company" => "App\Policies\CompanyPolicy"
                    ]
                    #app: Application {#3}
                    #defer: false
                  }
                  20 => EventServiceProvider {#118
                    #listen: array:1 [
                      "App\Events\SomeEvent" => array:1 [ …1]
                    ]
                    #subscribe: []
                    #app: Application {#3}
                    #defer: false
                  }
                  21 => RouteServiceProvider {#119}
                  22 => AdPrinterServiceProvider {#120
                    #app: Application {#3}
                    #defer: false
                  }
                  23 => RssServiceProvider {#122
                    #defer: false
                    #app: Application {#3}
                  }
                  24 => UserAgentServiceProvider {#124
                    #app: Application {#3}
                    #defer: false
                  }
                  25 => CacheServiceProvider {#139}
                  26 => TranslationServiceProvider {#238}
                  27 => HashServiceProvider {#346
                    #defer: true
                    #app: Application {#3}
                  }
                  28 => HtmlServiceProvider {#383
                    #defer: true
                    #app: Application {#3}
                  }
                ]
                #loadedProviders: array:29 [
                  "Illuminate\Events\EventServiceProvider" => true
                  "Illuminate\Routing\RoutingServiceProvider" => true
                  "Illuminate\Auth\AuthServiceProvider" => true
                  "Illuminate\Cookie\CookieServiceProvider" => true
                  "Illuminate\Database\DatabaseServiceProvider" => true
                  "Illuminate\Encryption\EncryptionServiceProvider" => true
                  "Illuminate\Filesystem\FilesystemServiceProvider" => true
                  "Illuminate\Foundation\Providers\FoundationServiceProvider" => true
                  "Illuminate\Pagination\PaginationServiceProvider" => true
                  "Illuminate\Session\SessionServiceProvider" => true
                  "Illuminate\View\ViewServiceProvider" => true
                  "Intervention\Image\ImageServiceProvider" => true
                  "Sofa\Eloquence\ServiceProvider" => true
                  "Spatie\Analytics\AnalyticsServiceProvider" => true
                  "Hootlex\Moderation\ModerationServiceProvider" => true
                  "Spatie\ResponseCache\ResponseCacheServiceProvider" => true
                  "Bllim\Datatables\DatatablesServiceProvider" => true
                  "PragmaRX\Tracker\Vendor\Laravel\ServiceProvider" => true
                  "App\Providers\AppServiceProvider" => true
                  "App\Providers\AuthServiceProvider" => true
                  "App\Providers\EventServiceProvider" => true
                  "App\Providers\RouteServiceProvider" => true
                  "App\Providers\AdPrinterServiceProvider" => true
                  "Thujohn\Rss\RssServiceProvider" => true
                  "Nebed\UserAgent\UserAgentServiceProvider" => true
                  "Illuminate\Cache\CacheServiceProvider" => true
                  "Illuminate\Translation\TranslationServiceProvider" => true
                  "Illuminate\Hashing\HashServiceProvider" => true
                  "Collective\Html\HtmlServiceProvider" => true
                ]
                #deferredServices: array:65 [
                  "Illuminate\Broadcasting\BroadcastManager" => "Illuminate\Broadcasting\BroadcastServiceProvider"
                  "Illuminate\Contracts\Broadcasting\Factory" => "Illuminate\Broadcasting\BroadcastServiceProvider"
                  "Illuminate\Contracts\Broadcasting\Broadcaster" => "Illuminate\Broadcasting\BroadcastServiceProvider"
                  "Illuminate\Bus\Dispatcher" => "Illuminate\Bus\BusServiceProvider"
                  "Illuminate\Contracts\Bus\Dispatcher" => "Illuminate\Bus\BusServiceProvider"
                  "Illuminate\Contracts\Bus\QueueingDispatcher" => "Illuminate\Bus\BusServiceProvider"
                  "cache.store" => "Illuminate\Cache\CacheServiceProvider"
                  "memcached.connector" => "Illuminate\Cache\CacheServiceProvider"
                  "command.cache.clear" => "Illuminate\Cache\CacheServiceProvider"
                  "command.clear-compiled" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.auth.resets.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.config.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.config.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.down" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.environment" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.key.generate" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.optimize" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.route.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.route.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.route.list" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.tinker" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.up" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                  "command.view.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.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"
                  "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"
                  "queue.connection" => "Illuminate\Queue\QueueServiceProvider"
                  "redis" => "Illuminate\Redis\RedisServiceProvider"
                  "auth.password" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
                  "auth.password.broker" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
                  "translation.loader" => "Illuminate\Translation\TranslationServiceProvider"
                  "validator" => "Illuminate\Validation\ValidationServiceProvider"
                  "validation.presence" => "Illuminate\Validation\ValidationServiceProvider"
                  "html" => "Collective\Html\HtmlServiceProvider"
                  "Collective\Html\HtmlBuilder" => "Collective\Html\HtmlServiceProvider"
                  "Collective\Html\FormBuilder" => "Collective\Html\HtmlServiceProvider"
                  "anlutro\LaravelSettings\SettingsManager" => "anlutro\LaravelSettings\ServiceProvider"
                  "anlutro\LaravelSettings\SettingStore" => "anlutro\LaravelSettings\ServiceProvider"
                  "Laravel\Socialite\Contracts\Factory" => "Laravel\Socialite\SocialiteServiceProvider"
                ]
                #monologConfigurator: null
                #databasePath: null
                #storagePath: null
                #environmentPath: null
                #environmentFile: ".env"
                #namespace: null
                #resolved: array:54 [
                  "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
                  "tracker.events" => true
                  "view.engine.resolver" => true
                  "files" => true
                  "view.finder" => true
                  "view" => true
                  "Illuminate\Foundation\Bootstrap\BootProviders" => true
                  "db.factory" => true
                  "db" => true
                  "cache" => true
                  "Spatie\ResponseCache\Commands\ClearCommand" => true
                  "tracker.config" => true
                  "tracker.cache" => true
                  "tracker.authentication" => true
                  "session" => true
                  "session.store" => true
                  "cookie" => true
                  "Snowplow\RefererParser\Parser" => true
                  "PragmaRX\Tracker\Support\RefererParser" => true
                  "tracker.repositories" => true
                  "tracker.messages" => true
                  "tracker" => true
                  "translation.loader" => true
                  "translator" => true
                  "Illuminate\Contracts\Auth\Access\Gate" => true
                  "url" => true
                  "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode" => true
                  "Spatie\ResponseCache\ResponseSerializer" => true
                  "Spatie\ResponseCache\ResponseCacheRepository" => true
                  "Spatie\ResponseCache\CacheProfiles\CacheAllSuccessfulGetRequests" => true
                  "Spatie\ResponseCache\CacheProfiles\CacheProfile" => true
                  "Spatie\ResponseCache\RequestHasher" => true
                  "Spatie\ResponseCache\ResponseCache" => true
                  "Spatie\ResponseCache\Middlewares\ResponseCacheMiddleware" => true
                  "auth" => true
                  "hash" => true
                  "Intervention\Image\ImageCacheController" => true
                  "App\Exceptions\Handler" => true
                  "Illuminate\Contracts\Debug\ExceptionHandler" => true
                  "redirect" => true
                  "Illuminate\Contracts\Routing\ResponseFactory" => true
                  "blade.compiler" => true
                  "html" => true
                  "form" => true
                ]
                #bindings: array:68 [
                  "events" => array:2 [
                    "concrete" => Closure {#4
                      class: "Illuminate\Events\EventServiceProvider"
                      this: EventServiceProvider {#2}
                      parameters: { …1}
                      file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php"
                      line: "16 to 20"
                    }
                    "shared" => true
                  ]
                  "router" => array:2 [
                    "concrete" => Closure {#9
                      class: "Illuminate\Container\Container"
                      this: Application {#3}
                      parameters: { …1}
                       …3
                    }
                    "shared" => false
                  ]
                  "url" => array:2 [
                    "concrete" => Closure {#11 …6}
                    "shared" => false
                  ]
                  "redirect" => array:2 [
                    "concrete" => Closure {#13 …6}
                    "shared" => false
                  ]
                  "Psr\Http\Message\ServerRequestInterface" => array:2 [
                    "concrete" => Closure {#14 …5}
                    "shared" => false
                  ]
                  "Psr\Http\Message\ResponseInterface" => array:2 [
                    "concrete" => Closure {#15 …5}
                    "shared" => false
                  ]
                  "Illuminate\Contracts\Routing\ResponseFactory" => array:2 [
                    "concrete" => Closure {#16 …5}
                    "shared" => true
                  ]
                  "Illuminate\Contracts\Http\Kernel" => array:2 [
                    "concrete" => Closure {#17 …6}
                    "shared" => true
                  ]
                  "Illuminate\Contracts\Console\Kernel" => array:2 [
                    "concrete" => Closure {#18 …6}
                    "shared" => true
                  ]
                  "Illuminate\Contracts\Debug\ExceptionHandler" => array:2 [
                    "concrete" => Closure {#19 …6}
                    "shared" => true
                  ]
                  "env" => array:2 [
                    "concrete" => Closure {#34 …5}
                    "shared" => false
                  ]
                  "auth" => array:2 [
                    "concrete" => Closure {#32 …5}
                    "shared" => true
                  ]
                  "auth.driver" => array:2 [
                    "concrete" => Closure {#36 …5}
                    "shared" => true
                  ]
                  "Illuminate\Contracts\Auth\Authenticatable" => array:2 [
                    "concrete" => Closure {#38 …5}
                    "shared" => false
                  ]
                  "Illuminate\Contracts\Auth\Access\Gate" => array:2 [
                    "concrete" => Closure {#33 …5}
                    "shared" => true
                  ]
                  "cookie" => array:2 [
                    "concrete" => Closure {#49 …5}
                    "shared" => true
                  ]
                  "Faker\Generator" => array:2 [
                    "concrete" => Closure {#51 …4}
                    "shared" => true
                  ]
                  "Illuminate\Database\Eloquent\Factory" => array:2 [
                    "concrete" => Closure {#52 …5}
                    "shared" => true
                  ]
                  "Illuminate\Contracts\Queue\EntityResolver" => array:2 [
                    "concrete" => Closure {#53 …4}
                    "shared" => true
                  ]
                  "db.factory" => array:2 [
                    "concrete" => Closure {#54 …5}
                    "shared" => true
                  ]
                  "db" => array:2 [
                    "concrete" => Closure {#55 …5}
                    "shared" => true
                  ]
                  "db.connection" => array:2 [
                    "concrete" => Closure {#56 …5}
                    "shared" => false
                  ]
                  "encrypter" => array:2 [
                    "concrete" => Closure {#58 …5}
                    "shared" => true
                  ]
                  "files" => array:2 [
                    "concrete" => Closure {#60 …4}
                    "shared" => true
                  ]
                  "filesystem" => array:2 [
                    "concrete" => Closure {#61 …4}
                    "shared" => true
                  ]
                  "filesystem.disk" => array:2 [
                    "concrete" => Closure {#62 …4}
                    "shared" => true
                  ]
                  "filesystem.cloud" => array:2 [
                    "concrete" => Closure {#63 …4}
                    "shared" => true
                  ]
                  "session" => array:2 [
                    "concrete" => Closure {#69 …5}
                    "shared" => true
                  ]
                  "session.store" => array:2 [
                    "concrete" => Closure {#70 …5}
                    "shared" => true
                  ]
                  "Illuminate\Session\Middleware\StartSession" => array:2 [
                    "concrete" => Closure {#71 …6}
                    "shared" => true
                  ]
                  "view.engine.resolver" => array:2 [
                    "concrete" => Closure {#73 …4}
                    "shared" => true
                  ]
                  "view.finder" => array:2 [
                    "concrete" => Closure {#74 …5}
                    "shared" => false
                  ]
                  "view" => array:2 [
                    "concrete" => Closure {#75 …5}
                    "shared" => true
                  ]
                  "image" => array:2 [
                    "concrete" => Closure {#78 …5}
                    "shared" => true
                  ]
                  "eloquence.mutator" => array:2 [
                    "concrete" => Closure {#80 …4}
                    "shared" => true
                  ]
                  "eloquence.joiner" => array:2 [
                    "concrete" => Closure {#81 …4}
                    "shared" => true
                  ]
                  "eloquence.parser" => array:2 [
                    "concrete" => Closure {#82 …4}
                    "shared" => true
                  ]
                  "Spatie\Analytics\AnalyticsClient" => array:2 [
                    "concrete" => Closure {#84 …5}
                    "shared" => false
                  ]
                  "Spatie\Analytics\Analytics" => array:2 [
                    "concrete" => Closure {#85 …5}
                    "shared" => false
                  ]
                  "tracker.config" => array:2 [
                    "concrete" => Closure {#89 …5}
                    "shared" => true
                  ]
                  "tracker.fileSystem" => array:2 [
                    "concrete" => Closure {#90 …5}
                    "shared" => true
                  ]
                  "tracker.authentication" => array:2 [
                    "concrete" => Closure {#91 …5}
                    "shared" => true
                  ]
                  "tracker.cache" => array:2 [
                    "concrete" => Closure {#92 …5}
                    "shared" => true
                  ]
                  "tracker.repositories" => array:2 [
                    "concrete" => Closure {#93 …5}
                    "shared" => true
                  ]
                  "tracker" => array:2 [
                    "concrete" => Closure {#94 …5}
                    "shared" => true
                  ]
                  "tracker.tables.command" => array:2 [
                    "concrete" => Closure {#95 …5}
                    "shared" => true
                  ]
                  "tracker.updategeoip.command" => array:2 [
                    "concrete" => Closure {#97 …5}
                    "shared" => true
                  ]
                  "tracker.events" => array:2 [
                    "concrete" => Closure {#102 …5}
                    "shared" => true
                  ]
                  "bllim.datatables" => array:2 [
                    "concrete" => Closure {#105 …5}
                    "shared" => true
                  ]
                  "tracker.messages" => array:2 [
                    "concrete" => Closure {#107 …4}
                    "shared" => true
                  ]
                  "blade.compiler" => array:2 [
                    "concrete" => Closure {#110 …5}
                    "shared" => true
                  ]
                  "adprinter" => array:2 [
                    "concrete" => Closure {#121 …4}
                    "shared" => false
                  ]
                  "rss" => array:2 [
                    "concrete" => Closure {#123 …5}
                    "shared" => false
                  ]
                  "useragent" => array:2 [
                    "concrete" => Closure {#125 …5}
                    "shared" => true
                  ]
                  "Spatie\ResponseCache\CacheProfiles\CacheProfile" => array:2 [
                    "concrete" => Closure {#132 …1}
                    "shared" => false
                  ]
                  "laravel-responsecache" => array:2 [
                    "concrete" => Closure {#133 …6}
                    "shared" => true
                  ]
                  "cache" => array:2 [
                    "concrete" => Closure {#140 …5}
                    "shared" => true
                  ]
                  "cache.store" => array:2 [
                    "concrete" => Closure {#141 …5}
                    "shared" => true
                  ]
                  "memcached.connector" => array:2 [
                    "concrete" => Closure {#142 …4}
                    "shared" => true
                  ]
                  "command.cache.clear" => array:2 [
                    "concrete" => Closure {#143 …5}
                    "shared" => true
                  ]
                  "command.responsecache:clear" => array:2 [
                    "concrete" => Closure {#137 …5}
                    "shared" => false
                  ]
                  "tracker.loaded" => array:2 [
                    "concrete" => Closure {#135 …5}
                    "shared" => false
                  ]
                  "translation.loader" => array:2 [
                    "concrete" => Closure {#153 …5}
                    "shared" => true
                  ]
                  "translator" => array:2 [
                    "concrete" => Closure {#150 …5}
                    "shared" => true
                  ]
                  "auth.loaded" => array:2 [
                    "concrete" => Closure {#323 …5}
                    "shared" => false
                  ]
                  "hash" => array:2 [
                    "concrete" => Closure {#319 …4}
                    "shared" => true
                  ]
                  "html" => array:2 [
                    "concrete" => Closure {#384 …5}
                    "shared" => true
                  ]
                  "form" => array:2 [
                    "concrete" => Closure {#385 …5}
                    "shared" => true
                  ]
                ]
                #instances: array:43 [
                  "app" => Application {#3}
                  "Illuminate\Container\Container" => Application {#3}
                  "events" => Dispatcher {#5}
                  "path" => "/home/ofertasuksesi/public_html/ofertasuksesi/app"
                  "path.base" => "/home/ofertasuksesi/public_html/ofertasuksesi"
                  "path.lang" => "/home/ofertasuksesi/public_html/ofertasuksesi/resources/lang"
                  "path.config" => "/home/ofertasuksesi/public_html/ofertasuksesi/config"
                  "path.public" => "/home/ofertasuksesi/public_html/ofertasuksesi/public"
                  "path.storage" => "/home/ofertasuksesi/public_html/ofertasuksesi/storage"
                  "path.database" => "/home/ofertasuksesi/public_html/ofertasuksesi/database"
                  "path.bootstrap" => "/home/ofertasuksesi/public_html/ofertasuksesi/bootstrap"
                  "Illuminate\Contracts\Http\Kernel" => Kernel {#25 …}
                  "request" => Request {#40}
                  "config" => Repository {#23}
                  "log" => Writer {#41}
                  "tracker.events" => EventStorage {#106
                    -events: []
                    -isOn: true
                  }
                  "view.engine.resolver" => EngineResolver {#108
                    #resolvers: array:2 [ …2]
                    #resolved: array:1 [ …1]
                  }
                  "files" => Filesystem {#113}
                  "view" => Factory {#114
                    #engines: EngineResolver {#108}
                    #finder: FileViewFinder {#112 …5}
                    #events: Dispatcher {#5}
                    #container: Application {#3}
                    #shared: array:2 [ …2]
                    #aliases: []
                    #names: []
                    #extensions: array:2 [ …2]
                    #composers: []
                    #sections: []
                    #sectionStack: array:1 [ …1]
                    #pushes: []
                    #pushStack: []
                    #renderCount: 1
                  }
                  "db.factory" => ConnectionFactory {#126
                    #container: Application {#3}
                  }
                  "db" => DatabaseManager {#30
                    #app: Application {#3}
                    #factory: ConnectionFactory {#126}
                    #connections: array:2 [ …2]
                    #extensions: []
                  }
                  "cache" => CacheManager {#146
                    #app: Application {#3}
                    #stores: array:1 [ …1]
                    #customCreators: []
                  }
                  "tracker.config" => Config {#148}
                  "tracker.cache" => Cache {#180
                    -app: Application {#3}
                    -config: Config {#148}
                  }
                  "tracker.authentication" => Authentication {#198}
                  "session" => SessionManager {#199
                    #app: Application {#3}
                    #customCreators: []
                    #drivers: array:1 [ …1]
                  }
                  "session.store" => Store {#201}
                  "cookie" => CookieJar {#211
                    #path: "/"
                    #domain: null
                    #secure: false
                    #queued: []
                  }
                  "tracker.repositories" => RepositoryManager {#195}
                  "tracker.messages" => Message {#218}
                  "tracker" => Tracker {#134}
                  "translation.loader" => FileLoader {#250
                    #files: Filesystem {#113}
                    #path: "/home/ofertasuksesi/public_html/ofertasuksesi/resources/lang"
                    #hints: array:1 [ …1]
                  }
                  "translator" => Translator {#251
                    #loader: FileLoader {#250}
                    #locale: "sq"
                    #fallback: "en"
                    #loaded: array:1 [ …1]
                    #selector: null
                    #parsed: array:3 [ …3]
                  }
                  "Illuminate\Contracts\Auth\Access\Gate" => Gate {#252
                    #container: Application {#3}
                    #userResolver: Closure {#254 …5}
                    #abilities: []
                    #policies: array:3 [ …3]
                    #beforeCallbacks: []
                    #afterCallbacks: []
                  }
                  "routes" => RouteCollection {#26
                    #routes: array:6 [
                      "GET" => array:45 [
                        "foto/{template}/{filename}" => Route {#130}
                        "login" => Route {#259
                          #uri: "login"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "logout" => Route {#262
                          #uri: "logout"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "register" => Route {#263
                          #uri: "register"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "password/reset/{token?}" => Route {#265
                          #uri: "password/reset/{token?}"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "login/{provider}" => Route {#268
                          #uri: "login/{provider}"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:1 [ …1]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "login/{provider}/callback" => Route {#269
                          #uri: "login/{provider}/callback"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "/" => Route {#270
                          #uri: "/"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "faqet" => Route {#272
                          #uri: "faqet"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "faqet/create" => Route {#273
                          #uri: "faqet/create"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "faqet/{faqet}" => Route {#275
                          #uri: "faqet/{faqet}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "faqet/{faqet}/edit" => Route {#276
                          #uri: "faqet/{faqet}/edit"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "profili" => Route {#279
                          #uri: "profili"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "profili/create" => Route {#280
                          #uri: "profili/create"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "profili/{profili}" => Route {#282
                          #uri: "profili/{profili}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "profili/{profili}/edit" => Route {#283
                          #uri: "profili/{profili}/edit"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "profili/{id}/shpalljet" => Route {#271
                          #uri: "profili/{id}/shpalljet"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "feed" => Route {#286
                          #uri: "feed"
                          #methods: array:2 [ …2]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "shpalljet" => Route {#289
                          #uri: "shpalljet"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "shpalljet/create" => Route {#290
                          #uri: "shpalljet/create"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "shpalljet/{shpalljet}" => Route {#292
                          #uri: "shpalljet/{shpalljet}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "shpalljet/{shpalljet}/edit" => Route {#293
                          #uri: "shpalljet/{shpalljet}/edit"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kompanite" => Route {#297
                          #uri: "kompanite"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kompanite/create" => Route {#298
                          #uri: "kompanite/create"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kompanite/{kompanite}" => Route {#300
                          #uri: "kompanite/{kompanite}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kompanite/{kompanite}/edit" => Route {#301
                          #uri: "kompanite/{kompanite}/edit"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kategorite" => Route {#305
                          #uri: "kategorite"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kategorite/create" => Route {#306
                          #uri: "kategorite/create"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kategorite/{kategorite}" => Route {#308
                          #uri: "kategorite/{kategorite}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kategorite/{kategorite}/edit" => Route {#309
                          #uri: "kategorite/{kategorite}/edit"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "reklamat" => Route {#312
                          #uri: "reklamat"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "reklamat/create" => Route {#313
                          #uri: "reklamat/create"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "reklamat/{reklamat}" => Route {#315
                          #uri: "reklamat/{reklamat}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "reklamat/{reklamat}/edit" => Route {#316
                          #uri: "reklamat/{reklamat}/edit"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/index/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#304
                          #uri: "admin/index/{one?}/{two?}/{three?}/{four?}/{five?}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin" => Route {#345
                          #uri: "admin"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/users/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#344
                          #uri: "admin/users/{one?}/{two?}/{three?}/{four?}/{five?}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/pages/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#343
                          #uri: "admin/pages/{one?}/{two?}/{three?}/{four?}/{five?}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/articles/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#342
                          #uri: "admin/articles/{one?}/{two?}/{three?}/{four?}/{five?}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/companies/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#341
                          #uri: "admin/companies/{one?}/{two?}/{three?}/{four?}/{five?}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/ads/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#340
                          #uri: "admin/ads/{one?}/{two?}/{three?}/{four?}/{five?}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/categories/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#339
                          #uri: "admin/categories/{one?}/{two?}/{three?}/{four?}/{five?}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/tools/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#338
                          #uri: "admin/tools/{one?}/{two?}/{three?}/{four?}/{five?}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/settings/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#337
                          #uri: "admin/settings/{one?}/{two?}/{three?}/{four?}/{five?}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/{_missing}" => Route {#334
                          #uri: "admin/{_missing}"
                          #methods: array:6 [ …6]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: array:1 [ …1]
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                      ]
                      "HEAD" => array:45 [
                        "foto/{template}/{filename}" => Route {#130}
                        "login" => Route {#259}
                        "logout" => Route {#262}
                        "register" => Route {#263}
                        "password/reset/{token?}" => Route {#265}
                        "login/{provider}" => Route {#268}
                        "login/{provider}/callback" => Route {#269}
                        "/" => Route {#270}
                        "faqet" => Route {#272}
                        "faqet/create" => Route {#273}
                        "faqet/{faqet}" => Route {#275}
                        "faqet/{faqet}/edit" => Route {#276}
                        "profili" => Route {#279}
                        "profili/create" => Route {#280}
                        "profili/{profili}" => Route {#282}
                        "profili/{profili}/edit" => Route {#283}
                        "profili/{id}/shpalljet" => Route {#271}
                        "feed" => Route {#286}
                        "shpalljet" => Route {#289}
                        "shpalljet/create" => Route {#290}
                        "shpalljet/{shpalljet}" => Route {#292}
                        "shpalljet/{shpalljet}/edit" => Route {#293}
                        "kompanite" => Route {#297}
                        "kompanite/create" => Route {#298}
                        "kompanite/{kompanite}" => Route {#300}
                        "kompanite/{kompanite}/edit" => Route {#301}
                        "kategorite" => Route {#305}
                        "kategorite/create" => Route {#306}
                        "kategorite/{kategorite}" => Route {#308}
                        "kategorite/{kategorite}/edit" => Route {#309}
                        "reklamat" => Route {#312}
                        "reklamat/create" => Route {#313}
                        "reklamat/{reklamat}" => Route {#315}
                        "reklamat/{reklamat}/edit" => Route {#316}
                        "admin/index/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#304}
                        "admin" => Route {#345}
                        "admin/users/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#344}
                        "admin/pages/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#343}
                        "admin/articles/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#342}
                        "admin/companies/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#341}
                        "admin/ads/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#340}
                        "admin/categories/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#339}
                        "admin/tools/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#338}
                        "admin/settings/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#337}
                        "admin/{_missing}" => Route {#334}
                      ]
                      "POST" => array:16 [
                        "login" => Route {#261
                          #uri: "login"
                          #methods: array:1 [ …1]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "register" => Route {#264
                          #uri: "register"
                          #methods: array:1 [ …1]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "password/email" => Route {#266
                          #uri: "password/email"
                          #methods: array:1 [ …1]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "password/reset" => Route {#267
                          #uri: "password/reset"
                          #methods: array:1 [ …1]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "faqet" => Route {#274
                          #uri: "faqet"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "profili" => Route {#281
                          #uri: "profili"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "shpalljet/image" => Route {#287
                          #uri: "shpalljet/image"
                          #methods: array:1 [ …1]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "shpalljet" => Route {#291
                          #uri: "shpalljet"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "shpalljet/{id}/approve" => Route {#288
                          #uri: "shpalljet/{id}/approve"
                          #methods: array:1 [ …1]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kompanite" => Route {#299
                          #uri: "kompanite"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kompanite/{id}/email" => Route {#296
                          #uri: "kompanite/{id}/email"
                          #methods: array:1 [ …1]
                          #action: array:6 [ …6]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kategorite" => Route {#307
                          #uri: "kategorite"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "reklamat" => Route {#314
                          #uri: "reklamat"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/settings/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#336
                          #uri: "admin/settings/{one?}/{two?}/{three?}/{four?}/{five?}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/cache/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#335
                          #uri: "admin/cache/{one?}/{two?}/{three?}/{four?}/{five?}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/{_missing}" => Route {#334}
                      ]
                      "PUT" => array:7 [
                        "faqet/{faqet}" => Route {#277
                          #uri: "faqet/{faqet}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "profili/{profili}" => Route {#284
                          #uri: "profili/{profili}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "shpalljet/{shpalljet}" => Route {#294
                          #uri: "shpalljet/{shpalljet}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kompanite/{kompanite}" => Route {#302
                          #uri: "kompanite/{kompanite}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kategorite/{kategorite}" => Route {#310
                          #uri: "kategorite/{kategorite}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "reklamat/{reklamat}" => Route {#317
                          #uri: "reklamat/{reklamat}"
                          #methods: array:2 [ …2]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/{_missing}" => Route {#334}
                      ]
                      "PATCH" => array:7 [
                        "faqet/{faqet}" => Route {#277}
                        "profili/{profili}" => Route {#284}
                        "shpalljet/{shpalljet}" => Route {#294}
                        "kompanite/{kompanite}" => Route {#302}
                        "kategorite/{kategorite}" => Route {#310}
                        "reklamat/{reklamat}" => Route {#317}
                        "admin/{_missing}" => Route {#334}
                      ]
                      "DELETE" => array:7 [
                        "faqet/{faqet}" => Route {#278
                          #uri: "faqet/{faqet}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "profili/{profili}" => Route {#285
                          #uri: "profili/{profili}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "shpalljet/{shpalljet}" => Route {#295
                          #uri: "shpalljet/{shpalljet}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kompanite/{kompanite}" => Route {#303
                          #uri: "kompanite/{kompanite}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "kategorite/{kategorite}" => Route {#311
                          #uri: "kategorite/{kategorite}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "reklamat/{reklamat}" => Route {#318
                          #uri: "reklamat/{reklamat}"
                          #methods: array:1 [ …1]
                          #action: array:7 [ …7]
                          #defaults: []
                          #wheres: []
                          #parameters: null
                          #parameterNames: null
                          #compiled: null
                          #router: Router {#24}
                          #container: Application {#3}
                        }
                        "admin/{_missing}" => Route {#334}
                      ]
                    ]
                    #allRoutes: array:72 [
                      "HEADfoto/{template}/{filename}" => Route {#130}
                      "HEADlogin" => Route {#259}
                      "POSTlogin" => Route {#261}
                      "HEADlogout" => Route {#262}
                      "HEADregister" => Route {#263}
                      "POSTregister" => Route {#264}
                      "HEADpassword/reset/{token?}" => Route {#265}
                      "POSTpassword/email" => Route {#266}
                      "POSTpassword/reset" => Route {#267}
                      "HEADlogin/{provider}" => Route {#268}
                      "HEADlogin/{provider}/callback" => Route {#269}
                      "HEAD/" => Route {#270}
                      "HEADfaqet" => Route {#272}
                      "HEADfaqet/create" => Route {#273}
                      "POSTfaqet" => Route {#274}
                      "HEADfaqet/{faqet}" => Route {#275}
                      "HEADfaqet/{faqet}/edit" => Route {#276}
                      "PATCHfaqet/{faqet}" => Route {#277}
                      "DELETEfaqet/{faqet}" => Route {#278}
                      "HEADprofili" => Route {#279}
                      "HEADprofili/create" => Route {#280}
                      "POSTprofili" => Route {#281}
                      "HEADprofili/{profili}" => Route {#282}
                      "HEADprofili/{profili}/edit" => Route {#283}
                      "PATCHprofili/{profili}" => Route {#284}
                      "DELETEprofili/{profili}" => Route {#285}
                      "HEADprofili/{id}/shpalljet" => Route {#271}
                      "HEADfeed" => Route {#286}
                      "POSTshpalljet/image" => Route {#287}
                      "HEADshpalljet" => Route {#289}
                      "HEADshpalljet/create" => Route {#290}
                      "POSTshpalljet" => Route {#291}
                      "HEADshpalljet/{shpalljet}" => Route {#292}
                      "HEADshpalljet/{shpalljet}/edit" => Route {#293}
                      "PATCHshpalljet/{shpalljet}" => Route {#294}
                      "DELETEshpalljet/{shpalljet}" => Route {#295}
                      "POSTshpalljet/{id}/approve" => Route {#288}
                      "HEADkompanite" => Route {#297}
                      "HEADkompanite/create" => Route {#298}
                      "POSTkompanite" => Route {#299}
                      "HEADkompanite/{kompanite}" => Route {#300}
                      "HEADkompanite/{kompanite}/edit" => Route {#301}
                      "PATCHkompanite/{kompanite}" => Route {#302}
                      "DELETEkompanite/{kompanite}" => Route {#303}
                      "POSTkompanite/{id}/email" => Route {#296}
                      "HEADkategorite" => Route {#305}
                      "HEADkategorite/create" => Route {#306}
                      "POSTkategorite" => Route {#307}
                      "HEADkategorite/{kategorite}" => Route {#308}
                      "HEADkategorite/{kategorite}/edit" => Route {#309}
                      "PATCHkategorite/{kategorite}" => Route {#310}
                      "DELETEkategorite/{kategorite}" => Route {#311}
                      "HEADreklamat" => Route {#312}
                      "HEADreklamat/create" => Route {#313}
                      "POSTreklamat" => Route {#314}
                      "HEADreklamat/{reklamat}" => Route {#315}
                      "HEADreklamat/{reklamat}/edit" => Route {#316}
                      "PATCHreklamat/{reklamat}" => Route {#317}
                      "DELETEreklamat/{reklamat}" => Route {#318}
                      "HEADadmin/index/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#304}
                      "HEADadmin" => Route {#345}
                      "HEADadmin/users/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#344}
                      "HEADadmin/pages/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#343}
                      "HEADadmin/articles/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#342}
                      "HEADadmin/companies/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#341}
                      "HEADadmin/ads/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#340}
                      "HEADadmin/categories/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#339}
                      "HEADadmin/tools/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#338}
                      "HEADadmin/settings/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#337}
                      "POSTadmin/settings/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#336}
                      "POSTadmin/cache/{one?}/{two?}/{three?}/{four?}/{five?}" => Route {#335}
                      "DELETEadmin/{_missing}" => Route {#334}
                    ]
                    #nameList: array:43 [
                      "imagecache" => Route {#130}
                      "faqet.index" => Route {#272}
                      "faqet.create" => Route {#273}
                      "faqet.store" => Route {#274}
                      "faqet.show" => Route {#275}
                      "faqet.edit" => Route {#276}
                      "faqet.update" => Route {#277}
                      "faqet.destroy" => Route {#278}
                      "profili.index" => Route {#279}
                      "profili.create" => Route {#280}
                      "profili.store" => Route {#281}
                      "profili.show" => Route {#282}
                      "profili.edit" => Route {#283}
                      "profili.update" => Route {#284}
                      "profili.destroy" => Route {#285}
                      "shpalljet.index" => Route {#289}
                      "shpalljet.create" => Route {#290}
                      "shpalljet.store" => Route {#291}
                      "shpalljet.show" => Route {#292}
                      "shpalljet.edit" => Route {#293}
                      "shpalljet.update" => Route {#294}
                      "shpalljet.destroy" => Route {#295}
                      "kompanite.index" => Route {#297}
                      "kompanite.create" => Route {#298}
                      "kompanite.store" => Route {#299}
                      "kompanite.show" => Route {#300}
                      "kompanite.edit" => Route {#301}
                      "kompanite.update" => Route {#302}
                      "kompanite.destroy" => Route {#303}
                      "kategorite.index" => Route {#305}
                      "kategorite.create" => Route {#306}
                      "kategorite.store" => Route {#307}
                      "kategorite.show" => Route {#308}
                      "kategorite.edit" => Route {#309}
                      "kategorite.update" => Route {#310}
                      "kategorite.destroy" => Route {#311}
                      "reklamat.index" => Route {#312}
                      "reklamat.create" => Route {#313}
                      "reklamat.store" => Route {#314}
                      "reklamat.show" => Route {#315}
                      "reklamat.edit" => Route {#316}
                      "reklamat.update" => Route {#317}
                      "reklamat.destroy" => Route {#318}
                    ]
                    #actionList: array:71 [
                      "Intervention\Image\ImageCacheController@getResponse" => Route {#130}
                      "App\Http\Controllers\Auth\AuthController@showLoginForm" => Route {#259}
                      "App\Http\Controllers\Auth\AuthController@login" => Route {#261}
                      "App\Http\Controllers\Auth\AuthController@logout" => Route {#262}
                      "App\Http\Controllers\Auth\AuthController@showRegistrationForm" => Route {#263}
                      "App\Http\Controllers\Auth\AuthController@register" => Route {#264}
                      "App\Http\Controllers\Auth\PasswordController@showResetForm" => Route {#265}
                      "App\Http\Controllers\Auth\PasswordController@sendResetLinkEmail" => Route {#266}
                      "App\Http\Controllers\Auth\PasswordController@reset" => Route {#267}
                      "App\Http\Controllers\Auth\AuthController@redirectToProvider" => Route {#268}
                      "App\Http\Controllers\Auth\AuthController@handleProviderCallback" => Route {#269}
                      "App\Http\Controllers\HomeController@index" => Route {#270}
                      "App\Http\Controllers\PagesController@index" => Route {#272}
                      "App\Http\Controllers\PagesController@create" => Route {#273}
                      "App\Http\Controllers\PagesController@store" => Route {#274}
                      "App\Http\Controllers\PagesController@show" => Route {#275}
                      "App\Http\Controllers\PagesController@edit" => Route {#276}
                      "App\Http\Controllers\PagesController@update" => Route {#277}
                      "App\Http\Controllers\PagesController@destroy" => Route {#278}
                      "App\Http\Controllers\UsersController@index" => Route {#279}
                      "App\Http\Controllers\UsersController@create" => Route {#280}
                      "App\Http\Controllers\UsersController@store" => Route {#281}
                      "App\Http\Controllers\UsersController@show" => Route {#282}
                      "App\Http\Controllers\UsersController@edit" => Route {#283}
                      "App\Http\Controllers\UsersController@update" => Route {#284}
                      "App\Http\Controllers\UsersController@destroy" => Route {#285}
                      "App\Http\Controllers\UsersController@articles" => Route {#271}
                      "App\Http\Controllers\ArticlesController@feed" => Route {#286}
                      "App\Http\Controllers\ArticlesController@image" => Route {#287}
                      "App\Http\Controllers\ArticlesController@index" => Route {#289}
                      "App\Http\Controllers\ArticlesController@create" => Route {#290}
                      "App\Http\Controllers\ArticlesController@store" => Route {#291}
                      "App\Http\Controllers\ArticlesController@show" => Route {#292}
                      "App\Http\Controllers\ArticlesController@edit" => Route {#293}
                      "App\Http\Controllers\ArticlesController@update" => Route {#294}
                      "App\Http\Controllers\ArticlesController@destroy" => Route {#295}
                      "App\Http\Controllers\ArticlesController@approve" => Route {#288}
                      "App\Http\Controllers\CompaniesController@index" => Route {#297}
                      "App\Http\Controllers\CompaniesController@create" => Route {#298}
                      "App\Http\Controllers\CompaniesController@store" => Route {#299}
                      "App\Http\Controllers\CompaniesController@show" => Route {#300}
                      "App\Http\Controllers\CompaniesController@edit" => Route {#301}
                      "App\Http\Controllers\CompaniesController@update" => Route {#302}
                      "App\Http\Controllers\CompaniesController@destroy" => Route {#303}
                      "App\Http\Controllers\CompaniesController@email" => Route {#296}
                      "App\Http\Controllers\CategoriesController@index" => Route {#305}
                      "App\Http\Controllers\CategoriesController@create" => Route {#306}
                      "App\Http\Controllers\CategoriesController@store" => Route {#307}
                      "App\Http\Controllers\CategoriesController@show" => Route {#308}
                      "App\Http\Controllers\CategoriesController@edit" => Route {#309}
                      "App\Http\Controllers\CategoriesController@update" => Route {#310}
                      "App\Http\Controllers\CategoriesController@destroy" => Route {#311}
                      "App\Http\Controllers\AdsController@index" => Route {#312}
                      "App\Http\Controllers\AdsController@create" => Route {#313}
                      "App\Http\Controllers\AdsController@store" => Route {#314}
                      "App\Http\Controllers\AdsController@show" => Route {#315}
                      "App\Http\Controllers\AdsController@edit" => Route {#316}
                      "App\Http\Controllers\AdsController@update" => Route {#317}
                      "App\Http\Controllers\AdsController@destroy" => Route {#318}
                      "App\Http\Controllers\AdminController@getIndex" => Route {#345}
                      "App\Http\Controllers\AdminController@getUsers" => Route {#344}
                      "App\Http\Controllers\AdminController@getPages" => Route {#343}
                      "App\Http\Controllers\AdminController@getArticles" => Route {#342}
                      "App\Http\Controllers\AdminController@getCompanies" => Route {#341}
                      "App\Http\Controllers\AdminController@getAds" => Route {#340}
                      "App\Http\Controllers\AdminController@getCategories" => Route {#339}
                      "App\Http\Controllers\AdminController@getTools" => Route {#338}
                      "App\Http\Controllers\AdminController@getSettings" => Route {#337}
                      "App\Http\Controllers\AdminController@postSettings" => Route {#336}
                      "App\Http\Controllers\AdminController@postCache" => Route {#335}
                      "App\Http\Controllers\AdminController@missingMethod" => Route {#334}
                    ]
                  }
                  "auth" => AuthManager {#324
                    #app: Application {#3}
                    #customCreators: []
                    #guards: array:1 [ …1]
                    #userResolver: Closure {#328 …5}
                    #customProviderCreators: []
                  }
                  "hash" => BcryptHasher {#320
                    #rounds: 10
                  }
                  "Illuminate\Routing\Route" => Route {#130}
                  "Illuminate\Contracts\Debug\ExceptionHandler" => Handler {#377
                    #dontReport: array:4 [ …4]
                    #log: Writer {#41}
                  }
                  "Illuminate\Contracts\Routing\ResponseFactory" => ResponseFactory {#376
                    #view: Factory {#114}
                    #redirector: Redirector {#374 …2}
                  }
                  "blade.compiler" => BladeCompiler {#379
                    #extensions: []
                    #customDirectives: []
                    #path: null
                    #compilers: array:4 [ …4]
                    #rawTags: array:2 [ …2]
                    #contentTags: array:2 [ …2]
                    #escapedTags: array:2 [ …2]
                    #echoFormat: "e(%s)"
                    #footer: []
                    #verbatimPlaceholder: "@__verbatim__@"
                    #verbatimBlocks: []
                    #forelseCounter: 0
                    #files: Filesystem {#113}
                    #cachePath: "/home/ofertasuksesi/public_html/ofertasuksesi/storage/framework/views"
                  }
                  "html" => HtmlBuilder {#387
                    #url: UrlGenerator {#256 …9}
                    #view: Factory {#114}
                  }
                  "form" => FormBuilder {#386
                    #html: HtmlBuilder {#387}
                    #url: UrlGenerator {#256 …9}
                    #view: Factory {#114}
                    #csrfToken: null
                    #session: Store {#201}
                    #model: null
                    #labels: []
                    #request: Request {#40}
                    #reserved: array:5 [ …5]
                    #spoofedMethods: array:3 [ …3]
                    #skipValueTypes: array:4 [ …4]
                  }
                ]
                #aliases: array:69 [
                  "Illuminate\Foundation\Application" => "app"
                  "Illuminate\Contracts\Container\Container" => "app"
                  "Illuminate\Contracts\Foundation\Application" => "app"
                  "Illuminate\Auth\AuthManager" => "auth"
                  "Illuminate\Contracts\Auth\Factory" => "auth"
                  "Illuminate\Contracts\Auth\Guard" => "auth.driver"
                  "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\Database\Connection" => "db.connection"
                  "Illuminate\Database\ConnectionInterface" => "db.connection"
                  "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"
                  "Psr\Log\LoggerInterface" => "log"
                  "Illuminate\Mail\Mailer" => "mailer"
                  "Illuminate\Contracts\Mail\Mailer" => "mailer"
                  "Illuminate\Contracts\Mail\MailQueue" => "mailer"
                  "Illuminate\Auth\Passwords\PasswordBrokerManager" => "auth.password"
                  "Illuminate\Contracts\Auth\PasswordBrokerFactory" => "auth.password"
                  "Illuminate\Auth\Passwords\PasswordBroker" => "auth.password.broker"
                  "Illuminate\Contracts\Auth\PasswordBroker" => "auth.password.broker"
                  "Illuminate\Queue\QueueManager" => "queue"
                  "Illuminate\Contracts\Queue\Factory" => "queue"
                  "Illuminate\Contracts\Queue\Monitor" => "queue"
                  "Illuminate\Contracts\Queue\Queue" => "queue.connection"
                  "Illuminate\Queue\Failed\FailedJobProviderInterface" => "queue.failer"
                  "Illuminate\Routing\Redirector" => "redirect"
                  "Illuminate\Redis\Database" => "redis"
                  "Illuminate\Contracts\Redis\Database" => "redis"
                  "Illuminate\Http\Request" => "request"
                  "Symfony\Component\HttpFoundation\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"
                  "Sofa\Eloquence\Contracts\Mutator" => "eloquence.mutator"
                  "Sofa\Eloquence\Contracts\Relations\JoinerFactory" => "eloquence.joiner"
                  "Sofa\Eloquence\Contracts\Relations\ParserFactory" => "eloquence.parser"
                  "laravel-analytics" => "Spatie\Analytics\Analytics"
                  "Collective\Html\HtmlBuilder" => "html"
                  "Collective\Html\FormBuilder" => "form"
                ]
                #extenders: []
                #tags: []
                #buildStack: []
                +contextual: []
                #reboundCallbacks: array:2 [
                  "request" => array:3 [
                    0 => Closure {#35 …5}
                    1 => Closure {#253 …5}
                    2 => Closure {#348 …6}
                  ]
                  "routes" => array:1 [
                    0 => Closure {#258 …5}
                  ]
                ]
                #globalResolvingCallbacks: []
                #globalAfterResolvingCallbacks: []
                #resolvingCallbacks: array:1 [
                  "Illuminate\Foundation\Http\FormRequest" => array:1 [
                    0 => Closure {#129 …1}
                  ]
                ]
                #afterResolvingCallbacks: array:1 [
                  "Illuminate\Contracts\Validation\ValidatesWhenResolved" => array:1 [
                    0 => Closure {#127 …1}
                  ]
                ]
              }
              #listeners: array:6 [
                "Illuminate\Console\Events\ArtisanStarting" => array:1 [
                  0 => array:4 [ …4]
                ]
                "router.matched" => array:1 [
                  0 => array:1 [ …1]
                ]
                "Illuminate\Routing\Events\RouteMatched" => array:1 [
                  0 => array:1 [ …1]
                ]
                "router.before" => array:1 [
                  0 => array:1 [ …1]
                ]
                "Illuminate\Database\Events\QueryExecuted" => array:1 [
                  0 => array:1 [ …1]
                ]
                "App\Events\SomeEvent" => array:1 [
                  0 => array:1 [ …1]
                ]
              ]
              #wildcards: array:2 [
                "*" => array:1 [
                  0 => Closure {#103 …6}
                ]
                "composing: pragmarx/tracker::*" => array:1 [
                  0 => Closure {#115 …6}
                ]
              ]
              #sorted: array:114 [
                "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\Cookie\CookieServiceProvider" => []
                "Illuminate\Database\DatabaseServiceProvider" => []
                "Illuminate\Encryption\EncryptionServiceProvider" => []
                "Illuminate\Filesystem\FilesystemServiceProvider" => []
                "Illuminate\Foundation\Providers\FoundationServiceProvider" => []
                "Illuminate\Pagination\PaginationServiceProvider" => []
                "Illuminate\Session\SessionServiceProvider" => []
                "Illuminate\View\ViewServiceProvider" => []
                "Intervention\Image\ImageServiceProvider" => []
                "Sofa\Eloquence\ServiceProvider" => []
                "Spatie\Analytics\AnalyticsServiceProvider" => []
                "Hootlex\Moderation\ModerationServiceProvider" => []
                "Spatie\ResponseCache\ResponseCacheServiceProvider" => []
                "Bllim\Datatables\DatatablesServiceProvider" => []
                "PragmaRX\Tracker\Vendor\Laravel\ServiceProvider" => []
                "App\Providers\AppServiceProvider" => []
                "App\Providers\AuthServiceProvider" => []
                "App\Providers\EventServiceProvider" => []
                "App\Providers\RouteServiceProvider" => []
                "App\Providers\AdPrinterServiceProvider" => []
                "Thujohn\Rss\RssServiceProvider" => []
                "Nebed\UserAgent\UserAgentServiceProvider" => []
                "bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders" => []
                "bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders" => []
                "Illuminate\Cache\CacheServiceProvider" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\Session" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\Session" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\Log" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\Log" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\Agent" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\Agent" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\Device" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\Device" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\Cookie" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\Cookie" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\Path" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\Path" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\Query" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\Query" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\QueryArgument" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\QueryArgument" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\Domain" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\Domain" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\Referer" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\Referer" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\RefererSearchTerm" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\RefererSearchTerm" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\Route" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\Route" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\RoutePath" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\RoutePath" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\RoutePathParameter" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\RoutePathParameter" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\Error" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\Error" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\GeoIp" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\GeoIp" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\SqlQuery" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\SqlQuery" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\SqlQueryBinding" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\SqlQueryBinding" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\SqlQueryBindingParameter" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\SqlQueryBindingParameter" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\SqlQueryLog" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\SqlQueryLog" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\Connection" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\Connection" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\Event" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\Event" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\EventLog" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\EventLog" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\SystemClass" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\SystemClass" => []
                "eloquent.booting: PragmaRX\Tracker\Vendor\Laravel\Models\Language" => []
                "eloquent.booted: PragmaRX\Tracker\Vendor\Laravel\Models\Language" => []
                "Illuminate\Cache\Events\CacheMissed" => []
                "Illuminate\Database\Events\QueryExecuted" => array:1 [
                  0 => Closure {#101 …6}
                ]
                "eloquent.saving: PragmaRX\Tracker\Vendor\Laravel\Models\Session" => []
                "eloquent.creating: PragmaRX\Tracker\Vendor\Laravel\Models\Session" => []
                "eloquent.created: PragmaRX\Tracker\Vendor\Laravel\Models\Session" => []
                "eloquent.saved: PragmaRX\Tracker\Vendor\Laravel\Models\Session" => []
                "Illuminate\Cache\Events\KeyWritten" => []
                "eloquent.saving: PragmaRX\Tracker\Vendor\Laravel\Models\Log" => []
                "eloquent.creating: PragmaRX\Tracker\Vendor\Laravel\Models\Log" => []
                "eloquent.created: PragmaRX\Tracker\Vendor\Laravel\Models\Log" => []
                "eloquent.saved: PragmaRX\Tracker\Vendor\Laravel\Models\Log" => []
                "Illuminate\Translation\TranslationServiceProvider" => []
                "bootstrapped: Illuminate\Foundation\Bootstrap\BootProviders" => []
                "Illuminate\Hashing\HashServiceProvider" => []
                "Illuminate\Routing\Events\RouteMatched" => array:1 [
                  0 => Closure {#99 …5}
                ]
                "Illuminate\Cache\Events\CacheHit" => []
                "eloquent.updating: PragmaRX\Tracker\Vendor\Laravel\Models\Log" => []
                "eloquent.updated: PragmaRX\Tracker\Vendor\Laravel\Models\Log" => []
                "creating: errors.404" => []
                "composing: errors.404" => []
                "creating: partials.search.simple" => []
                "composing: partials.search.simple" => []
                "Collective\Html\HtmlServiceProvider" => []
                "eloquent.booting: App\Category" => []
                "eloquent.booted: App\Category" => []
              ]
              #firing: []
              #queueResolver: Closure {#6
                class: "Illuminate\Events\EventServiceProvider"
                this: EventServiceProvider {#2}
                use: {
                  $app: Application {#3}
                }
                file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php"
                line: "17 to 19"
              }
            }
            #container: Application {#3}
            #routes: RouteCollection {#26}
            #current: Route {#130}
            #currentRequest: Request {#40}
            #middleware: array:7 [
              "auth" => "App\Http\Middleware\Authenticate"
              "auth.basic" => "Illuminate\Auth\Middleware\AuthenticateWithBasicAuth"
              "can" => "Illuminate\Foundation\Http\Middleware\Authorize"
              "guest" => "App\Http\Middleware\RedirectIfAuthenticated"
              "throttle" => "Illuminate\Routing\Middleware\ThrottleRequests"
              "admin" => "App\Http\Middleware\AdminMiddleware"
              "doNotCacheResponse" => "Spatie\ResponseCache\Middlewares\DoNotCacheResponseMiddleware"
            ]
            #middlewareGroups: array:2 [
              "web" => array:6 [
                0 => "App\Http\Middleware\EncryptCookies"
                1 => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse"
                2 => "Illuminate\Session\Middleware\StartSession"
                3 => "Illuminate\View\Middleware\ShareErrorsFromSession"
                4 => "App\Http\Middleware\VerifyCsrfToken"
                5 => "PragmaRX\Tracker\Vendor\Laravel\Middlewares\Tracker"
              ]
              "api" => array:1 [
                0 => "throttle:60,1"
              ]
            ]
            #binders: array:1 [
              "_missing" => Closure {#27
                class: "Illuminate\Routing\Router"
                this: Router {#24}
                parameters: {
                  $v: {}
                }
                file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Router.php"
                line: "115 to 117"
              }
            ]
            #patterns: []
            #groupStack: []
          }
          #container: Application {#3}
        }
        2 => "getResponse"
      ]
    }
    34. call_user_func() ==> Illuminate\Routing\ControllerDispatcher->Illuminate\Routing\{closure}(): {
      args: array:1 [
        0 => Request {#40}
      ]
    }
    33. Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}() ==> call_user_func(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:52: """
          try {\n
              return call_user_func($destination, $passable);\n
          } catch (Exception $e) {\n
          """
      }
      args: array:2 [
        0 => Closure {#371
          class: "Illuminate\Routing\ControllerDispatcher"
          this: ControllerDispatcher {#367 …}
          parameters: {
            $request: {}
          }
          use: {
            $instance: ImageCacheController {#370}
            $route: Route {#130}
            $method: "getResponse"
          }
          file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php"
          line: "92 to 96"
        }
        1 => Request {#40}
      ]
    }
    32. call_user_func() ==> Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(): {
      args: array:1 [
        0 => Request {#40}
      ]
    }
    31. Illuminate\Pipeline\Pipeline->then() ==> call_user_func(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:102: """
          return call_user_func(\n
              array_reduce($pipes, $this->getSlice(), $firstSlice), $this->passable\n
          );\n
          """
      }
      args: array:2 [
        0 => Closure {#372
          class: "Illuminate\Routing\Pipeline"
          this: Pipeline {#165 …}
          parameters: {
            $passable: {}
          }
          use: {
            $destination: Closure {#371}
          }
          file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php"
          line: "50 to 58"
        }
        1 => Request {#40}
      ]
    }
    30. Illuminate\Routing\ControllerDispatcher->callWithinStack() ==> Illuminate\Pipeline\Pipeline->then(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:96: """
                              );\n
                          });\n
          }\n
          """
      }
      args: array:1 [
        0 => Closure {#371}
      ]
    }
    29. Illuminate\Routing\ControllerDispatcher->dispatch() ==> Illuminate\Routing\ControllerDispatcher->callWithinStack(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:54: """
          \n
              return $this->callWithinStack($instance, $route, $request, $method);\n
          }\n
          """
      }
      args: array:4 [
        0 => ImageCacheController {#370}
        1 => Route {#130}
        2 => Request {#40}
        3 => "getResponse"
      ]
    }
    28. Illuminate\Routing\Route->runController() ==> Illuminate\Routing\ControllerDispatcher->dispatch(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Route.php:174: """
              return (new ControllerDispatcher($this->router, $this->container))\n
                          ->dispatch($this, $request, $class, $method);\n
          }\n
          """
      }
      args: array:4 [
        0 => Route {#130}
        1 => Request {#40}
        2 => "Intervention\Image\ImageCacheController"
        3 => "getResponse"
      ]
    }
    27. Illuminate\Routing\Route->run() ==> Illuminate\Routing\Route->runController(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Route.php:140: """
          \n
              return $this->runController($request);\n
          } catch (HttpResponseException $e) {\n
          """
      }
      args: array:1 [
        0 => Request {#40}
      ]
    }
    26. Illuminate\Routing\Router->Illuminate\Routing\{closure}() ==> Illuminate\Routing\Route->run(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Router.php:724: """
              $request,\n
              $route->run($request)\n
          );\n
          """
      }
      args: array:1 [
        0 => Request {#40}
      ]
    }
    25. call_user_func() ==> Illuminate\Routing\Router->Illuminate\Routing\{closure}(): {
      args: array:1 [
        0 => Request {#40}
      ]
    }
    24. Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}() ==> call_user_func(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:52: """
          try {\n
              return call_user_func($destination, $passable);\n
          } catch (Exception $e) {\n
          """
      }
      args: array:2 [
        0 => Closure {#166
          class: "Illuminate\Routing\Router"
          this: Router {#24}
          parameters: {
            $request: {}
          }
          use: {
            $route: Route {#130}
          }
          file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Router.php"
          line: "721 to 726"
        }
        1 => Request {#40}
      ]
    }
    23. call_user_func() ==> Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(): {
      args: array:1 [
        0 => Request {#40}
      ]
    }
    22. Illuminate\Pipeline\Pipeline->then() ==> call_user_func(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:102: """
          return call_user_func(\n
              array_reduce($pipes, $this->getSlice(), $firstSlice), $this->passable\n
          );\n
          """
      }
      args: array:2 [
        0 => Closure {#368
          class: "Illuminate\Routing\Pipeline"
          this: Pipeline {#353 …}
          parameters: {
            $passable: {}
          }
          use: {
            $destination: Closure {#166}
          }
          file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php"
          line: "50 to 58"
        }
        1 => Request {#40}
      ]
    }
    21. Illuminate\Routing\Router->runRouteWithinStack() ==> Illuminate\Pipeline\Pipeline->then(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Router.php:726: """
                                  );\n
                              });\n
          }\n
          """
      }
      args: array:1 [
        0 => Closure {#166}
      ]
    }
    20. Illuminate\Routing\Router->dispatchToRoute() ==> Illuminate\Routing\Router->runRouteWithinStack(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Router.php:699: """
          \n
          $response = $this->runRouteWithinStack($route, $request);\n
          \n
          """
      }
      args: array:2 [
        0 => Route {#130}
        1 => Request {#40}
      ]
    }
    19. Illuminate\Routing\Router->dispatch() ==> Illuminate\Routing\Router->dispatchToRoute(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Router.php:675: """
          \n
          $response = $this->dispatchToRoute($request);\n
          \n
          """
      }
      args: array:1 [
        0 => Request {#40}
      ]
    }
    18. Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}() ==> Illuminate\Routing\Router->dispatch(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:246: """
          \n
              return $this->router->dispatch($request);\n
          };\n
          """
      }
      args: array:1 [
        0 => Request {#40}
      ]
    }
    17. call_user_func() ==> Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(): {
      args: array:1 [
        0 => Request {#40}
      ]
    }
    16. Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}() ==> call_user_func(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:52: """
          try {\n
              return call_user_func($destination, $passable);\n
          } catch (Exception $e) {\n
          """
      }
      args: array:2 [
        0 => Closure {#28
          class: "Illuminate\Foundation\Http\Kernel"
          this: Kernel {#25 …}
          parameters: {
            $request: {}
          }
          file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php"
          line: "243 to 247"
        }
        1 => Request {#40}
      ]
    }
    15. Spatie\ResponseCache\Middlewares\ResponseCacheMiddleware->handle() ==> Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/spatie/laravel-responsecache/src/Middlewares/ResponseCacheMiddleware.php:33: """
          \n
          $response = $next($request);\n
          \n
          """
      }
      args: array:1 [
        0 => Request {#40}
      ]
    }
    14. call_user_func_array() ==> Spatie\ResponseCache\Middlewares\ResponseCacheMiddleware->handle(): {
      args: array:2 [
        0 => Request {#40}
        1 => Closure {#333
          class: "Illuminate\Routing\Pipeline"
          this: Pipeline {#29 …}
          parameters: {
            $passable: {}
          }
          use: {
            $destination: Closure {#28}
          }
          file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php"
          line: "50 to 58"
        }
      ]
    }
    13. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() ==> call_user_func_array(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:136: """
          \n
              return call_user_func_array([$pipe, $this->method], $parameters);\n
          };\n
          """
      }
      args: array:2 [
        0 => array:2 [
          0 => ResponseCacheMiddleware {#322
            #responseCache: ResponseCache {#351
              #cache: ResponseCacheRepository {#354
                #cache: Repository {#235 …3}
                #responseSerializer: ResponseSerializer {#356}
                #cacheStoreName: null
              }
              #hasher: RequestHasher {#350
                #cacheProfile: CacheAllSuccessfulGetRequests {#358 …1}
              }
              #cacheProfile: CacheAllSuccessfulGetRequests {#357
                #app: Application {#3}
              }
            }
          }
          1 => "handle"
        ]
        1 => array:2 [
          0 => Request {#40}
          1 => Closure {#333}
        ]
      ]
    }
    12. call_user_func() ==> Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(): {
      args: array:1 [
        0 => Request {#40}
      ]
    }
    11. Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}() ==> call_user_func(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32: """
          \n
              return call_user_func($slice($stack, $pipe), $passable);\n
          } catch (Exception $e) {\n
          """
      }
      args: array:2 [
        0 => Closure {#327
          class: "Illuminate\Pipeline\Pipeline"
          this: Pipeline {#29 …}
          parameters: {
            $passable: {}
          }
          use: {
            $stack: Closure {#333}
            $pipe: "Spatie\ResponseCache\Middlewares\ResponseCacheMiddleware"
          }
          file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
          line: "114 to 137"
        }
        1 => Request {#40}
      ]
    }
    10. Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle() ==> Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:44: """
          \n
              return $next($request);\n
          }\n
          """
      }
      args: array:1 [
        0 => Request {#40}
      ]
    }
    9. call_user_func_array() ==> Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(): {
      args: array:2 [
        0 => Request {#40}
        1 => Closure {#331
          class: "Illuminate\Routing\Pipeline"
          this: Pipeline {#29 …}
          parameters: {
            $passable: {}
          }
          use: {
            $stack: Closure {#333}
            $pipe: "Spatie\ResponseCache\Middlewares\ResponseCacheMiddleware"
          }
          file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php"
          line: "28 to 38"
        }
      ]
    }
    8. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() ==> call_user_func_array(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:136: """
          \n
              return call_user_func_array([$pipe, $this->method], $parameters);\n
          };\n
          """
      }
      args: array:2 [
        0 => array:2 [
          0 => CheckForMaintenanceMode {#325
            #app: Application {#3}
          }
          1 => "handle"
        ]
        1 => array:2 [
          0 => Request {#40}
          1 => Closure {#331}
        ]
      ]
    }
    7. call_user_func() ==> Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(): {
      args: array:1 [
        0 => Request {#40}
      ]
    }
    6. Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}() ==> call_user_func(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32: """
          \n
              return call_user_func($slice($stack, $pipe), $passable);\n
          } catch (Exception $e) {\n
          """
      }
      args: array:2 [
        0 => Closure {#329
          class: "Illuminate\Pipeline\Pipeline"
          this: Pipeline {#29 …}
          parameters: {
            $passable: {}
          }
          use: {
            $stack: Closure {#331}
            $pipe: "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode"
          }
          file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
          line: "114 to 137"
        }
        1 => Request {#40}
      ]
    }
    5. call_user_func() ==> Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(): {
      args: array:1 [
        0 => Request {#40}
      ]
    }
    4. Illuminate\Pipeline\Pipeline->then() ==> call_user_func(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:102: """
          return call_user_func(\n
              array_reduce($pipes, $this->getSlice(), $firstSlice), $this->passable\n
          );\n
          """
      }
      args: array:2 [
        0 => Closure {#330
          class: "Illuminate\Routing\Pipeline"
          this: Pipeline {#29 …}
          parameters: {
            $passable: {}
          }
          use: {
            $stack: Closure {#331}
            $pipe: "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode"
          }
          file: "/home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php"
          line: "28 to 38"
        }
        1 => Request {#40}
      ]
    }
    3. Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter() ==> Illuminate\Pipeline\Pipeline->then(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:132: """
                          ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)\n
                          ->then($this->dispatchToRouter());\n
          }\n
          """
      }
      args: array:1 [
        0 => Closure {#28}
      ]
    }
    2. Illuminate\Foundation\Http\Kernel->handle() ==> Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:99: """
          \n
              $response = $this->sendRequestThroughRouter($request);\n
          } catch (Exception $e) {\n
          """
      }
      args: array:1 [
        0 => Request {#40}
      ]
    }
    1. {main} ==> Illuminate\Foundation\Http\Kernel->handle(): {
      src: {
        /home/ofertasuksesi/public_html/ofertasuksesi/public/index.php:53: """
          $response = $kernel->handle(\n
              $request = Illuminate\Http\Request::capture()\n
          );\n
          """
      }
      args: array:1 [
        0 => Request {#40}
      ]
    }
  }
}