Accueil next Culture
ErrorException {#10632
  #message: "Trying to get property 'is_old_article' of non-object (View: /var/www/html/lematin_website/Themes/lematin/views/components/image_src.blade.php) (View: /var/www/html/lematin_website/Themes/lematin/views/components/image_src.blade.php)"
  #code: 0
  #file: "/var/www/html/lematin_website/storage/framework/views/f2c68adc51494399244f3102bb6077ca20bce43c.php"
  #line: 28
  -previous: ErrorException {#10633
    #message: "Trying to get property 'is_old_article' of non-object (View: /var/www/html/lematin_website/Themes/lematin/views/components/image_src.blade.php)"
    #code: 0
    #file: "/var/www/html/lematin_website/storage/framework/views/f2c68adc51494399244f3102bb6077ca20bce43c.php"
    #line: 28
    -previous: ErrorException {#10628
      #message: "Trying to get property 'is_old_article' of non-object"
      #code: 0
      #file: "/var/www/html/lematin_website/storage/framework/views/f2c68adc51494399244f3102bb6077ca20bce43c.php"
      #line: 28
      #severity: E_NOTICE
      trace: {
        /var/www/html/lematin_website/storage/framework/views/f2c68adc51494399244f3102bb6077ca20bce43c.php:28 {$image_np_id = substr(strtok($image->image_path,'.'), strrpos(strtok($image->image_path,'.'), '/') + 1);if(!$image->article->is_old_article && $image_np_id >= Layout\Website\Services\ThemeService::ConfigValue("NP_IMAGE_ID_WEBP")){    $image_src_str = str_replace(['.jpg','.JPG','.png','.PNG','.jpeg','.JPEG'],'.webp',$image_cdn_str);
          arguments: {
            $level: 8
            $message: "Trying to get property 'is_old_article' of non-object"
            $file: "/var/www/html/lematin_website/storage/framework/views/f2c68adc51494399244f3102bb6077ca20bce43c.php"
            $line: 28
            $context: array:37 [ …37]
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {try {    include $__path;} catch (Exception $e) {
          arguments: {
            "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59 {// which have been rendered for right exception messages to be generated.$results = $this->evaluatePath($compiled, $data);arguments: {
            $__path: "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
            $__data: array:13 [ …13]
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:142 {{    return $this->engine->get($this->path, $this->gatherData());}
          arguments: {
            $path: "/var/www/html/lematin_website/Themes/lematin/views/pages/article.blade.php"
            $data: array:13 [ …13]
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
          › 
          › $contents = $this->getContents();}
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:90 {try {    $contents = $this->renderContents();}
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:427 {{    return $this->render();}
        }
        /var/www/html/lematin_website/storage/framework/views/47471fc8d0b7ffeb6551cb7887aa90d2fbc04744.php:11 {<div class="item">    <?php echo $image->image_src(true,"1200,600",true,true,'article',false,true); ?>}
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {try {    include $__path;} catch (Exception $e) {
          arguments: {
            "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59 {// which have been rendered for right exception messages to be generated.$results = $this->evaluatePath($compiled, $data);arguments: {
            $__path: "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
            $__data: array:13 [ …13]
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:142 {{    return $this->engine->get($this->path, $this->gatherData());}
          arguments: {
            $path: "/var/www/html/lematin_website/Themes/lematin/views/pages/article.blade.php"
            $data: array:13 [ …13]
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
          › 
          › $contents = $this->getContents();}
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:90 {try {    $contents = $this->renderContents();}
        /var/www/html/lematin_website/Layout/Website/Models/WebsiteComponent.php:86 {try {    return View::make('theme::components.'.$component_name, array_merge($data, $config_value))->render();}
        }
        /var/www/html/lematin_website/Layout/Website/Models/WebsiteComponent.php:66 {
          › 
          ›     return $this->RenderComponent($this->name, $this->view_data);}
          arguments: {
            $component_name: "article_images"
            $data: array:7 [ …7]
          }
        }
        /var/www/html/lematin_website/Themes/lematin/widgets/matinArticleDetails.php:125 {if(count($this->images)>= 2) {    $this->images_carousel = \Layout\Website\Components\ArticleImages::init($this->article)->render();}
        }
        /var/www/html/lematin_website/Layout/Website/Models/WebsiteWidget.php:215 {if(method_exists($this, 'handle')) {    $widgets_view_data = $this->handle();    if(!empty($widgets_view_data) && is_array($widgets_view_data)) {
        }
        /var/www/html/lematin_website/Layout/Website/Models/WebsiteWidget.php:98 {public function render(){    $this->execute_widget_handle();}
        /var/www/html/lematin_website/storage/framework/views/a5c6cce314ea6b2b57efca5caadc652528c25619.php:84 {<?php else: ?>\t<?php echo $widget->render(); ?>}
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {try {    include $__path;} catch (Exception $e) {
          arguments: {
            "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59 {// which have been rendered for right exception messages to be generated.$results = $this->evaluatePath($compiled, $data);arguments: {
            $__path: "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
            $__data: array:13 [ …13]
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:142 {{    return $this->engine->get($this->path, $this->gatherData());}
          arguments: {
            $path: "/var/www/html/lematin_website/Themes/lematin/views/pages/article.blade.php"
            $data: array:13 [ …13]
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
          › 
          › $contents = $this->getContents();}
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:90 {try {    $contents = $this->renderContents();}
        /var/www/html/lematin_website/Layout/Website/Models/PageBootstrap.php:206 {if (ThemeService::ConfigValue("WITH_CONTAINER")) {    return View::make('theme::bootstrap.with_container', ['rows' => $bootstrap_rows, 'special_classes' => $special_classes])->render();}
        }
        /var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php:13 {    <!-- ****************************** BOOTSTRAP WIDGETS ********************************* -->\t<?php echo $page_bootstrap->render(); ?>}
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {try {    include $__path;} catch (Exception $e) {
          arguments: {
            "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59 {// which have been rendered for right exception messages to be generated.$results = $this->evaluatePath($compiled, $data);arguments: {
            $__path: "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
            $__data: array:13 [ …13]
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:142 {{    return $this->engine->get($this->path, $this->gatherData());}
          arguments: {
            $path: "/var/www/html/lematin_website/Themes/lematin/views/pages/article.blade.php"
            $data: array:13 [ …13]
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
          › 
          › $contents = $this->getContents();}
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:90 {try {    $contents = $this->renderContents();}
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Http/Response.php:42 {elseif ($content instanceof Renderable) {    $content = $content->render();}
        }
        /var/www/html/lematin_website/vendor/symfony/http-foundation/Response.php:202 {$this->headers = new ResponseHeaderBag($headers);$this->setContent($content);$this->setStatusCode($status);
          arguments: {
            $content: View {#6917 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:747 {} elseif (! $response instanceof SymfonyResponse) {    $response = new Response($response);}
          arguments: {
            $content: View {#6917 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:719 {{    return static::toResponse($request, $response);}
          arguments: {
            $request: Request {#42 …}
            $response: View {#6917 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:679 {return $this->prepareResponse(    $request, $route->run());
          arguments: {
            $request: Request {#42 …}
            $response: View {#6917 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {try {    return $destination($passable);} catch (Exception $e) {
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
          › 
          ›     return $next($request);}
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
          arguments: {
            $request: Request {#42 …}
            $next: Closure {#358 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
          › 
          ›     return $callable($passable);} catch (Exception $e) {
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/app/Http/Middleware/CacheControlMiddleware.php:19 {
          › 
          › $response = $next($request);arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
          arguments: {
            $request: Request {#42 …}
            $next: Closure {#358 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
          › 
          ›     return $callable($passable);} catch (Exception $e) {
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
          › 
          ›     return $pipeline($this->passable);}
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:681 {                        );                    });}
          arguments: {
            $destination: Closure {#379 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:656 {return $this->prepareResponse($request,    $this->runRouteWithinStack($route, $request));
          arguments: {
            $route: Route {#318 …}
            $request: Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:622 {{    return $this->runRoute($request, $this->findRoute($request));}
          arguments: {
            $request: Request {#42 …}
            $route: Route {#318 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:611 {
          › 
          ›     return $this->dispatchToRoute($request);}
          arguments: {
            $request: Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:183 {
          › 
          ›     return $this->router->dispatch($request);};
          arguments: {
            $request: Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {try {    return $destination($passable);} catch (Exception $e) {
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/fideloper/proxy/src/TrustProxies.php:57 {
          › 
          ›     return $next($request);}
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
          arguments: {
            $request: Request {#42 …}
            $next: Closure {#358 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
          › 
          ›     return $callable($passable);} catch (Exception $e) {
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
          › 
          ›     return $next($request);}
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
          arguments: {
            $request: Request {#42 …}
            $next: Closure {#358 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
          › 
          ›     return $callable($passable);} catch (Exception $e) {
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
          › 
          ›     return $next($request);}
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
          arguments: {
            $request: Request {#42 …}
            $next: Closure {#358 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
          › 
          ›     return $callable($passable);} catch (Exception $e) {
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
          › 
          ›     return $next($request);}
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
          arguments: {
            $request: Request {#42 …}
            $next: Closure {#358 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
          › 
          ›     return $callable($passable);} catch (Exception $e) {
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
          › 
          ›     return $next($request);}
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
          arguments: {
            $request: Request {#42 …}
            $next: Closure {#358 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
          › 
          ›     return $callable($passable);} catch (Exception $e) {
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
          › 
          ›     return $pipeline($this->passable);}
          arguments: {
            Request {#42 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:150 {->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)->then($this->dispatchToRouter());arguments: {
            $destination: Closure {#22 …}
          }
        }
        /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
          › 
          ›     $response = $this->sendRequestThroughRouter($request);} catch (Exception $e) {
          arguments: {
            $request: Request {#42 …}
          }
        }
        /var/www/html/lematin_website/public/index.php:54 {$response = $kernel->handle(    $request = Illuminate\Http\Request::capture());
          arguments: {
            $request: Request {#42 …}
          }
        }
      }
    }
    #severity: E_ERROR
    trace: {
      /var/www/html/lematin_website/storage/framework/views/f2c68adc51494399244f3102bb6077ca20bce43c.php:28 {$image_np_id = substr(strtok($image->image_path,'.'), strrpos(strtok($image->image_path,'.'), '/') + 1);if(!$image->article->is_old_article && $image_np_id >= Layout\Website\Services\ThemeService::ConfigValue("NP_IMAGE_ID_WEBP")){    $image_src_str = str_replace(['.jpg','.JPG','.png','.PNG','.jpeg','.JPEG'],'.webp',$image_cdn_str);
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:45 {} catch (Exception $e) {    $this->handleViewException($e, $obLevel);} catch (Throwable $e) {
        arguments: {
          $e: ErrorException {#10628}
          $obLevel: 5
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59 {// which have been rendered for right exception messages to be generated.$results = $this->evaluatePath($compiled, $data);arguments: {
          $__path: "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
          $__data: array:13 [ …13]
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:142 {{    return $this->engine->get($this->path, $this->gatherData());}
        arguments: {
          $path: "/var/www/html/lematin_website/Themes/lematin/views/pages/article.blade.php"
          $data: array:13 [ …13]
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
        › 
        › $contents = $this->getContents();}
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:90 {try {    $contents = $this->renderContents();}
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:427 {{    return $this->render();}
      }
      /var/www/html/lematin_website/storage/framework/views/47471fc8d0b7ffeb6551cb7887aa90d2fbc04744.php:11 {<div class="item">    <?php echo $image->image_src(true,"1200,600",true,true,'article',false,true); ?>}
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {try {    include $__path;} catch (Exception $e) {
        arguments: {
          "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59 {// which have been rendered for right exception messages to be generated.$results = $this->evaluatePath($compiled, $data);arguments: {
          $__path: "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
          $__data: array:13 [ …13]
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:142 {{    return $this->engine->get($this->path, $this->gatherData());}
        arguments: {
          $path: "/var/www/html/lematin_website/Themes/lematin/views/pages/article.blade.php"
          $data: array:13 [ …13]
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
        › 
        › $contents = $this->getContents();}
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:90 {try {    $contents = $this->renderContents();}
      /var/www/html/lematin_website/Layout/Website/Models/WebsiteComponent.php:86 {try {    return View::make('theme::components.'.$component_name, array_merge($data, $config_value))->render();}
      }
      /var/www/html/lematin_website/Layout/Website/Models/WebsiteComponent.php:66 {
        › 
        ›     return $this->RenderComponent($this->name, $this->view_data);}
        arguments: {
          $component_name: "article_images"
          $data: array:7 [ …7]
        }
      }
      /var/www/html/lematin_website/Themes/lematin/widgets/matinArticleDetails.php:125 {if(count($this->images)>= 2) {    $this->images_carousel = \Layout\Website\Components\ArticleImages::init($this->article)->render();}
      }
      /var/www/html/lematin_website/Layout/Website/Models/WebsiteWidget.php:215 {if(method_exists($this, 'handle')) {    $widgets_view_data = $this->handle();    if(!empty($widgets_view_data) && is_array($widgets_view_data)) {
      }
      /var/www/html/lematin_website/Layout/Website/Models/WebsiteWidget.php:98 {public function render(){    $this->execute_widget_handle();}
      /var/www/html/lematin_website/storage/framework/views/a5c6cce314ea6b2b57efca5caadc652528c25619.php:84 {<?php else: ?>\t<?php echo $widget->render(); ?>}
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {try {    include $__path;} catch (Exception $e) {
        arguments: {
          "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59 {// which have been rendered for right exception messages to be generated.$results = $this->evaluatePath($compiled, $data);arguments: {
          $__path: "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
          $__data: array:13 [ …13]
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:142 {{    return $this->engine->get($this->path, $this->gatherData());}
        arguments: {
          $path: "/var/www/html/lematin_website/Themes/lematin/views/pages/article.blade.php"
          $data: array:13 [ …13]
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
        › 
        › $contents = $this->getContents();}
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:90 {try {    $contents = $this->renderContents();}
      /var/www/html/lematin_website/Layout/Website/Models/PageBootstrap.php:206 {if (ThemeService::ConfigValue("WITH_CONTAINER")) {    return View::make('theme::bootstrap.with_container', ['rows' => $bootstrap_rows, 'special_classes' => $special_classes])->render();}
      }
      /var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php:13 {    <!-- ****************************** BOOTSTRAP WIDGETS ********************************* -->\t<?php echo $page_bootstrap->render(); ?>}
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {try {    include $__path;} catch (Exception $e) {
        arguments: {
          "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59 {// which have been rendered for right exception messages to be generated.$results = $this->evaluatePath($compiled, $data);arguments: {
          $__path: "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
          $__data: array:13 [ …13]
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:142 {{    return $this->engine->get($this->path, $this->gatherData());}
        arguments: {
          $path: "/var/www/html/lematin_website/Themes/lematin/views/pages/article.blade.php"
          $data: array:13 [ …13]
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
        › 
        › $contents = $this->getContents();}
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:90 {try {    $contents = $this->renderContents();}
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Http/Response.php:42 {elseif ($content instanceof Renderable) {    $content = $content->render();}
      }
      /var/www/html/lematin_website/vendor/symfony/http-foundation/Response.php:202 {$this->headers = new ResponseHeaderBag($headers);$this->setContent($content);$this->setStatusCode($status);
        arguments: {
          $content: View {#6917 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:747 {} elseif (! $response instanceof SymfonyResponse) {    $response = new Response($response);}
        arguments: {
          $content: View {#6917 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:719 {{    return static::toResponse($request, $response);}
        arguments: {
          $request: Request {#42 …}
          $response: View {#6917 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:679 {return $this->prepareResponse(    $request, $route->run());
        arguments: {
          $request: Request {#42 …}
          $response: View {#6917 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {try {    return $destination($passable);} catch (Exception $e) {
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
        › 
        ›     return $next($request);}
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
        arguments: {
          $request: Request {#42 …}
          $next: Closure {#358 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/app/Http/Middleware/CacheControlMiddleware.php:19 {
        › 
        › $response = $next($request);arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
        arguments: {
          $request: Request {#42 …}
          $next: Closure {#358 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
        › 
        ›     return $pipeline($this->passable);}
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:681 {                        );                    });}
        arguments: {
          $destination: Closure {#379 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:656 {return $this->prepareResponse($request,    $this->runRouteWithinStack($route, $request));
        arguments: {
          $route: Route {#318 …}
          $request: Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:622 {{    return $this->runRoute($request, $this->findRoute($request));}
        arguments: {
          $request: Request {#42 …}
          $route: Route {#318 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:611 {
        › 
        ›     return $this->dispatchToRoute($request);}
        arguments: {
          $request: Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:183 {
        › 
        ›     return $this->router->dispatch($request);};
        arguments: {
          $request: Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {try {    return $destination($passable);} catch (Exception $e) {
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/fideloper/proxy/src/TrustProxies.php:57 {
        › 
        ›     return $next($request);}
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
        arguments: {
          $request: Request {#42 …}
          $next: Closure {#358 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
        › 
        ›     return $next($request);}
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
        arguments: {
          $request: Request {#42 …}
          $next: Closure {#358 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
        › 
        ›     return $next($request);}
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
        arguments: {
          $request: Request {#42 …}
          $next: Closure {#358 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
        › 
        ›     return $next($request);}
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
        arguments: {
          $request: Request {#42 …}
          $next: Closure {#358 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
        › 
        ›     return $next($request);}
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
        arguments: {
          $request: Request {#42 …}
          $next: Closure {#358 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
        › 
        ›     return $callable($passable);} catch (Exception $e) {
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
        › 
        ›     return $pipeline($this->passable);}
        arguments: {
          Request {#42 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:150 {->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)->then($this->dispatchToRouter());arguments: {
          $destination: Closure {#22 …}
        }
      }
      /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
        › 
        ›     $response = $this->sendRequestThroughRouter($request);} catch (Exception $e) {
        arguments: {
          $request: Request {#42 …}
        }
      }
      /var/www/html/lematin_website/public/index.php:54 {$response = $kernel->handle(    $request = Illuminate\Http\Request::capture());
        arguments: {
          $request: Request {#42 …}
        }
      }
    }
  }
  #severity: E_ERROR
  trace: {
    /var/www/html/lematin_website/storage/framework/views/f2c68adc51494399244f3102bb6077ca20bce43c.php:28 {$image_np_id = substr(strtok($image->image_path,'.'), strrpos(strtok($image->image_path,'.'), '/') + 1);if(!$image->article->is_old_article && $image_np_id >= Layout\Website\Services\ThemeService::ConfigValue("NP_IMAGE_ID_WEBP")){    $image_src_str = str_replace(['.jpg','.JPG','.png','.PNG','.jpeg','.JPEG'],'.webp',$image_cdn_str);
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:45 {} catch (Exception $e) {    $this->handleViewException($e, $obLevel);} catch (Throwable $e) {
      arguments: {
        $e: ErrorException {#10628}
        $obLevel: 5
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59 {// which have been rendered for right exception messages to be generated.$results = $this->evaluatePath($compiled, $data);arguments: {
        $__path: "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
        $__data: array:13 [ …13]
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:142 {{    return $this->engine->get($this->path, $this->gatherData());}
      arguments: {
        $path: "/var/www/html/lematin_website/Themes/lematin/views/pages/article.blade.php"
        $data: array:13 [ …13]
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
      › 
      › $contents = $this->getContents();}
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:90 {try {    $contents = $this->renderContents();}
    /var/www/html/lematin_website/Layout/Website/Models/WebsiteComponent.php:86 {try {    return View::make('theme::components.'.$component_name, array_merge($data, $config_value))->render();}
    }
    /var/www/html/lematin_website/Layout/Website/Models/WebsiteComponent.php:66 {
      › 
      ›     return $this->RenderComponent($this->name, $this->view_data);}
      arguments: {
        $component_name: "article_images"
        $data: array:7 [ …7]
      }
    }
    /var/www/html/lematin_website/Themes/lematin/widgets/matinArticleDetails.php:125 {if(count($this->images)>= 2) {    $this->images_carousel = \Layout\Website\Components\ArticleImages::init($this->article)->render();}
    }
    /var/www/html/lematin_website/Layout/Website/Models/WebsiteWidget.php:215 {if(method_exists($this, 'handle')) {    $widgets_view_data = $this->handle();    if(!empty($widgets_view_data) && is_array($widgets_view_data)) {
    }
    /var/www/html/lematin_website/Layout/Website/Models/WebsiteWidget.php:98 {public function render(){    $this->execute_widget_handle();}
    /var/www/html/lematin_website/storage/framework/views/a5c6cce314ea6b2b57efca5caadc652528c25619.php:84 {<?php else: ?>\t<?php echo $widget->render(); ?>}
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {try {    include $__path;} catch (Exception $e) {
      arguments: {
        "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59 {// which have been rendered for right exception messages to be generated.$results = $this->evaluatePath($compiled, $data);arguments: {
        $__path: "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
        $__data: array:13 [ …13]
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:142 {{    return $this->engine->get($this->path, $this->gatherData());}
      arguments: {
        $path: "/var/www/html/lematin_website/Themes/lematin/views/pages/article.blade.php"
        $data: array:13 [ …13]
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
      › 
      › $contents = $this->getContents();}
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:90 {try {    $contents = $this->renderContents();}
    /var/www/html/lematin_website/Layout/Website/Models/PageBootstrap.php:206 {if (ThemeService::ConfigValue("WITH_CONTAINER")) {    return View::make('theme::bootstrap.with_container', ['rows' => $bootstrap_rows, 'special_classes' => $special_classes])->render();}
    }
    /var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php:13 {    <!-- ****************************** BOOTSTRAP WIDGETS ********************************* -->\t<?php echo $page_bootstrap->render(); ?>}
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {try {    include $__path;} catch (Exception $e) {
      arguments: {
        "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59 {// which have been rendered for right exception messages to be generated.$results = $this->evaluatePath($compiled, $data);arguments: {
        $__path: "/var/www/html/lematin_website/storage/framework/views/af1aa8b93f2f17968a0055638f47412f1f06d18f.php"
        $__data: array:13 [ …13]
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:142 {{    return $this->engine->get($this->path, $this->gatherData());}
      arguments: {
        $path: "/var/www/html/lematin_website/Themes/lematin/views/pages/article.blade.php"
        $data: array:13 [ …13]
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
      › 
      › $contents = $this->getContents();}
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/View/View.php:90 {try {    $contents = $this->renderContents();}
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Http/Response.php:42 {elseif ($content instanceof Renderable) {    $content = $content->render();}
    }
    /var/www/html/lematin_website/vendor/symfony/http-foundation/Response.php:202 {$this->headers = new ResponseHeaderBag($headers);$this->setContent($content);$this->setStatusCode($status);
      arguments: {
        $content: View {#6917 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:747 {} elseif (! $response instanceof SymfonyResponse) {    $response = new Response($response);}
      arguments: {
        $content: View {#6917 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:719 {{    return static::toResponse($request, $response);}
      arguments: {
        $request: Request {#42 …}
        $response: View {#6917 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:679 {return $this->prepareResponse(    $request, $route->run());
      arguments: {
        $request: Request {#42 …}
        $response: View {#6917 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {try {    return $destination($passable);} catch (Exception $e) {
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
      › 
      ›     return $next($request);}
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      arguments: {
        $request: Request {#42 …}
        $next: Closure {#358 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/app/Http/Middleware/CacheControlMiddleware.php:19 {
      › 
      › $response = $next($request);arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      arguments: {
        $request: Request {#42 …}
        $next: Closure {#358 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
      › 
      ›     return $pipeline($this->passable);}
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:681 {                        );                    });}
      arguments: {
        $destination: Closure {#379 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:656 {return $this->prepareResponse($request,    $this->runRouteWithinStack($route, $request));
      arguments: {
        $route: Route {#318 …}
        $request: Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:622 {{    return $this->runRoute($request, $this->findRoute($request));}
      arguments: {
        $request: Request {#42 …}
        $route: Route {#318 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Router.php:611 {
      › 
      ›     return $this->dispatchToRoute($request);}
      arguments: {
        $request: Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:183 {
      › 
      ›     return $this->router->dispatch($request);};
      arguments: {
        $request: Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {try {    return $destination($passable);} catch (Exception $e) {
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/fideloper/proxy/src/TrustProxies.php:57 {
      › 
      ›     return $next($request);}
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      arguments: {
        $request: Request {#42 …}
        $next: Closure {#358 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
      › 
      ›     return $next($request);}
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      arguments: {
        $request: Request {#42 …}
        $next: Closure {#358 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
      › 
      ›     return $next($request);}
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      arguments: {
        $request: Request {#42 …}
        $next: Closure {#358 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
      › 
      ›     return $next($request);}
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      arguments: {
        $request: Request {#42 …}
        $next: Closure {#358 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
      › 
      ›     return $next($request);}
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {$response = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      arguments: {
        $request: Request {#42 …}
        $next: Closure {#358 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
      › 
      ›     return $callable($passable);} catch (Exception $e) {
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
      › 
      ›     return $pipeline($this->passable);}
      arguments: {
        Request {#42 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:150 {->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)->then($this->dispatchToRouter());arguments: {
        $destination: Closure {#22 …}
      }
    }
    /var/www/html/lematin_website/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
      › 
      ›     $response = $this->sendRequestThroughRouter($request);} catch (Exception $e) {
      arguments: {
        $request: Request {#42 …}
      }
    }
    /var/www/html/lematin_website/public/index.php:54 {$response = $kernel->handle(    $request = Illuminate\Http\Request::capture());
      arguments: {
        $request: Request {#42 …}
      }
    }
  }
}