Call to a member function format() on bool (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (500 Internal Server Error)

Symfony Exception

Call to a member function format() on bool (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php)

Exceptions 5

Illuminate\View\ ViewException

  1.     $backgroundColor get_field('header_banner_background_color''option');
  2.     $backgroundColor $backgroundColor $backgroundColor '#000000';
  3.     $textColor get_field('header_banner_text_color''option');
  4.     $textColor $textColor $textColor '#ffffff';
  5.     $countdown_date get_field('header_banner_countdown''option');
  6.     $iso_countdown_date DateTime::createFromFormat('d/m/Y g:i a'$countdown_date)->format('Y-m-d H:i:s');
  7.     $link get_field('header_banner_link''option');
  8.   ?>
  9.   <div class="header-banner__container" style="background-color: <?php echo e($backgroundColor); ?>;color: <?php echo e($textColor); ?>;">
  10.     <?php if($link): ?>
  11.       <a href="<?php echo e($link); ?>"
  1.         // flush out any stray output that might get out before an error occurs or
  2.         // an exception is thrown. This prevents any partial views from leaking.
  3.         try {
  4.             $this->files->getRequire($path$data);
  5.         } catch (Throwable $e) {
  6.             $this->handleViewException($e$obLevel);
  7.         }
  8.         return ltrim(ob_get_clean());
  9.     }
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <?= \Roots\view('woocommerce.archive-product'$data ?? get_defined_vars())->render(); ?>
  2. <?php /**PATH /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/woocommerce/archive-product.blade.php ENDPATH**/ ?>
include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/wc-core-functions.php (line 345)
  1.         extract$args ); // @codingStandardsIgnoreLine
  2.     }
  3.     do_action'woocommerce_before_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  4.     include $action_args['located'];
  5.     do_action'woocommerce_after_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  6. }
  7. /**
  1. if ( ! defined'ABSPATH' ) ) {
  2.     exit; // Exit if accessed directly.
  3. }
  4. wc_get_template'archive-product.php' );
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.      * @param  array  $data
  2.      * @return string
  3.      */
  4.     public function get($path, array $data = [])
  5.     {
  6.         return $this->evaluatePath($path$data);
  7.     }
  8.     /**
  9.      * Get the evaluated contents of the view at the given path.
  10.      *
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.   <body <?php body_class(); ?>>
  2.     <?php wp_body_open(); ?>
  3.     <?php do_action('get_header'); ?>
  4.     <div id="app">
  5.       <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  6.     </div>
  7.     <?php do_action('get_footer'); ?>
  8.     <?php wp_footer(); ?>
  9.   </body>
include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php (line 106)
  1.      *
  2.      * @param string $template The path of the template to include.
  3.      */
  4.     $template apply_filters'template_include'$template );
  5.     if ( $template ) {
  6.         include $template;
  7.     } elseif ( current_user_can'switch_themes' ) ) {
  8.         $theme wp_get_theme();
  9.         if ( $theme->errors() ) {
  10.             wp_die$theme->errors() );
  11.         }
require_once('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

Illuminate\View\ ViewException

Call to a member function format() on bool (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php)

  1.     $backgroundColor get_field('header_banner_background_color''option');
  2.     $backgroundColor $backgroundColor $backgroundColor '#000000';
  3.     $textColor get_field('header_banner_text_color''option');
  4.     $textColor $textColor $textColor '#ffffff';
  5.     $countdown_date get_field('header_banner_countdown''option');
  6.     $iso_countdown_date DateTime::createFromFormat('d/m/Y g:i a'$countdown_date)->format('Y-m-d H:i:s');
  7.     $link get_field('header_banner_link''option');
  8.   ?>
  9.   <div class="header-banner__container" style="background-color: <?php echo e($backgroundColor); ?>;color: <?php echo e($textColor); ?>;">
  10.     <?php if($link): ?>
  11.       <a href="<?php echo e($link); ?>"
  1.         // flush out any stray output that might get out before an error occurs or
  2.         // an exception is thrown. This prevents any partial views from leaking.
  3.         try {
  4.             $this->files->getRequire($path$data);
  5.         } catch (Throwable $e) {
  6.             $this->handleViewException($e$obLevel);
  7.         }
  8.         return ltrim(ob_get_clean());
  9.     }
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <?php $__env->startSection('content'); ?>
  2.   <?php echo $__env->make('components.shop-hero'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  3.   <?php echo $__env->make('partials.content-shop'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  4. <?php $__env->stopSection(); ?>
  5. <?php echo $__env->make('layouts.app'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/woocommerce/archive-product.blade.php ENDPATH**/ ?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <?= \Roots\view('woocommerce.archive-product'$data ?? get_defined_vars())->render(); ?>
  2. <?php /**PATH /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/woocommerce/archive-product.blade.php ENDPATH**/ ?>
include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/wc-core-functions.php (line 345)
  1.         extract$args ); // @codingStandardsIgnoreLine
  2.     }
  3.     do_action'woocommerce_before_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  4.     include $action_args['located'];
  5.     do_action'woocommerce_after_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  6. }
  7. /**
  1. if ( ! defined'ABSPATH' ) ) {
  2.     exit; // Exit if accessed directly.
  3. }
  4. wc_get_template'archive-product.php' );
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.      * @param  array  $data
  2.      * @return string
  3.      */
  4.     public function get($path, array $data = [])
  5.     {
  6.         return $this->evaluatePath($path$data);
  7.     }
  8.     /**
  9.      * Get the evaluated contents of the view at the given path.
  10.      *
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.   <body <?php body_class(); ?>>
  2.     <?php wp_body_open(); ?>
  3.     <?php do_action('get_header'); ?>
  4.     <div id="app">
  5.       <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  6.     </div>
  7.     <?php do_action('get_footer'); ?>
  8.     <?php wp_footer(); ?>
  9.   </body>
include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php (line 106)
  1.      *
  2.      * @param string $template The path of the template to include.
  3.      */
  4.     $template apply_filters'template_include'$template );
  5.     if ( $template ) {
  6.         include $template;
  7.     } elseif ( current_user_can'switch_themes' ) ) {
  8.         $theme wp_get_theme();
  9.         if ( $theme->errors() ) {
  10.             wp_die$theme->errors() );
  11.         }
require_once('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

Illuminate\View\ ViewException

Call to a member function format() on bool (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php)

  1.     $backgroundColor get_field('header_banner_background_color''option');
  2.     $backgroundColor $backgroundColor $backgroundColor '#000000';
  3.     $textColor get_field('header_banner_text_color''option');
  4.     $textColor $textColor $textColor '#ffffff';
  5.     $countdown_date get_field('header_banner_countdown''option');
  6.     $iso_countdown_date DateTime::createFromFormat('d/m/Y g:i a'$countdown_date)->format('Y-m-d H:i:s');
  7.     $link get_field('header_banner_link''option');
  8.   ?>
  9.   <div class="header-banner__container" style="background-color: <?php echo e($backgroundColor); ?>;color: <?php echo e($textColor); ?>;">
  10.     <?php if($link): ?>
  11.       <a href="<?php echo e($link); ?>"
  1.         // flush out any stray output that might get out before an error occurs or
  2.         // an exception is thrown. This prevents any partial views from leaking.
  3.         try {
  4.             $this->files->getRequire($path$data);
  5.         } catch (Throwable $e) {
  6.             $this->handleViewException($e$obLevel);
  7.         }
  8.         return ltrim(ob_get_clean());
  9.     }
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <?php echo $__env->make('sections.header'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  2.   <main id="main" class="main">
  3.     <?php echo $__env->yieldContent('content'); ?>
  4.   </main>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <?php $__env->startSection('content'); ?>
  2.   <?php echo $__env->make('components.shop-hero'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  3.   <?php echo $__env->make('partials.content-shop'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  4. <?php $__env->stopSection(); ?>
  5. <?php echo $__env->make('layouts.app'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/woocommerce/archive-product.blade.php ENDPATH**/ ?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <?= \Roots\view('woocommerce.archive-product'$data ?? get_defined_vars())->render(); ?>
  2. <?php /**PATH /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/woocommerce/archive-product.blade.php ENDPATH**/ ?>
include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/wc-core-functions.php (line 345)
  1.         extract$args ); // @codingStandardsIgnoreLine
  2.     }
  3.     do_action'woocommerce_before_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  4.     include $action_args['located'];
  5.     do_action'woocommerce_after_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  6. }
  7. /**
  1. if ( ! defined'ABSPATH' ) ) {
  2.     exit; // Exit if accessed directly.
  3. }
  4. wc_get_template'archive-product.php' );
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.      * @param  array  $data
  2.      * @return string
  3.      */
  4.     public function get($path, array $data = [])
  5.     {
  6.         return $this->evaluatePath($path$data);
  7.     }
  8.     /**
  9.      * Get the evaluated contents of the view at the given path.
  10.      *
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.   <body <?php body_class(); ?>>
  2.     <?php wp_body_open(); ?>
  3.     <?php do_action('get_header'); ?>
  4.     <div id="app">
  5.       <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  6.     </div>
  7.     <?php do_action('get_footer'); ?>
  8.     <?php wp_footer(); ?>
  9.   </body>
include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php (line 106)
  1.      *
  2.      * @param string $template The path of the template to include.
  3.      */
  4.     $template apply_filters'template_include'$template );
  5.     if ( $template ) {
  6.         include $template;
  7.     } elseif ( current_user_can'switch_themes' ) ) {
  8.         $theme wp_get_theme();
  9.         if ( $theme->errors() ) {
  10.             wp_die$theme->errors() );
  11.         }
require_once('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

Illuminate\View\ ViewException

Call to a member function format() on bool (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php)

  1.     $backgroundColor get_field('header_banner_background_color''option');
  2.     $backgroundColor $backgroundColor $backgroundColor '#000000';
  3.     $textColor get_field('header_banner_text_color''option');
  4.     $textColor $textColor $textColor '#ffffff';
  5.     $countdown_date get_field('header_banner_countdown''option');
  6.     $iso_countdown_date DateTime::createFromFormat('d/m/Y g:i a'$countdown_date)->format('Y-m-d H:i:s');
  7.     $link get_field('header_banner_link''option');
  8.   ?>
  9.   <div class="header-banner__container" style="background-color: <?php echo e($backgroundColor); ?>;color: <?php echo e($textColor); ?>;">
  10.     <?php if($link): ?>
  11.       <a href="<?php echo e($link); ?>"
  1.         // flush out any stray output that might get out before an error occurs or
  2.         // an exception is thrown. This prevents any partial views from leaking.
  3.         try {
  4.             $this->files->getRequire($path$data);
  5.         } catch (Throwable $e) {
  6.             $this->handleViewException($e$obLevel);
  7.         }
  8.         return ltrim(ob_get_clean());
  9.     }
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <div class="header__wrapper">
  2. <?php echo $__env->make('components.header-banner'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  3. <header class="header">
  4.   <div class="large-container">
  5.     <div class="header__navigation-container">
  6.       <?php if(has_nav_menu('primary_navigation')): ?>
  7.         <nav class="nav-primary" aria-label="<?php echo e(wp_get_nav_menu_name('primary_navigation')); ?>">
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <?php echo $__env->make('sections.header'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  2.   <main id="main" class="main">
  3.     <?php echo $__env->yieldContent('content'); ?>
  4.   </main>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <?php $__env->startSection('content'); ?>
  2.   <?php echo $__env->make('components.shop-hero'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  3.   <?php echo $__env->make('partials.content-shop'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  4. <?php $__env->stopSection(); ?>
  5. <?php echo $__env->make('layouts.app'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/woocommerce/archive-product.blade.php ENDPATH**/ ?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <?= \Roots\view('woocommerce.archive-product'$data ?? get_defined_vars())->render(); ?>
  2. <?php /**PATH /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/woocommerce/archive-product.blade.php ENDPATH**/ ?>
include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/wc-core-functions.php (line 345)
  1.         extract$args ); // @codingStandardsIgnoreLine
  2.     }
  3.     do_action'woocommerce_before_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  4.     include $action_args['located'];
  5.     do_action'woocommerce_after_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  6. }
  7. /**
  1. if ( ! defined'ABSPATH' ) ) {
  2.     exit; // Exit if accessed directly.
  3. }
  4. wc_get_template'archive-product.php' );
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.      * @param  array  $data
  2.      * @return string
  3.      */
  4.     public function get($path, array $data = [])
  5.     {
  6.         return $this->evaluatePath($path$data);
  7.     }
  8.     /**
  9.      * Get the evaluated contents of the view at the given path.
  10.      *
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.   <body <?php body_class(); ?>>
  2.     <?php wp_body_open(); ?>
  3.     <?php do_action('get_header'); ?>
  4.     <div id="app">
  5.       <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  6.     </div>
  7.     <?php do_action('get_footer'); ?>
  8.     <?php wp_footer(); ?>
  9.   </body>
include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php (line 106)
  1.      *
  2.      * @param string $template The path of the template to include.
  3.      */
  4.     $template apply_filters'template_include'$template );
  5.     if ( $template ) {
  6.         include $template;
  7.     } elseif ( current_user_can'switch_themes' ) ) {
  8.         $theme wp_get_theme();
  9.         if ( $theme->errors() ) {
  10.             wp_die$theme->errors() );
  11.         }
require_once('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

Error

Call to a member function format() on bool

  1.     $backgroundColor get_field('header_banner_background_color''option');
  2.     $backgroundColor $backgroundColor $backgroundColor '#000000';
  3.     $textColor get_field('header_banner_text_color''option');
  4.     $textColor $textColor $textColor '#ffffff';
  5.     $countdown_date get_field('header_banner_countdown''option');
  6.     $iso_countdown_date DateTime::createFromFormat('d/m/Y g:i a'$countdown_date)->format('Y-m-d H:i:s');
  7.     $link get_field('header_banner_link''option');
  8.   ?>
  9.   <div class="header-banner__container" style="background-color: <?php echo e($backgroundColor); ?>;color: <?php echo e($textColor); ?>;">
  10.     <?php if($link): ?>
  11.       <a href="<?php echo e($link); ?>"
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <div class="header__wrapper">
  2. <?php echo $__env->make('components.header-banner'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  3. <header class="header">
  4.   <div class="large-container">
  5.     <div class="header__navigation-container">
  6.       <?php if(has_nav_menu('primary_navigation')): ?>
  7.         <nav class="nav-primary" aria-label="<?php echo e(wp_get_nav_menu_name('primary_navigation')); ?>">
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <?php echo $__env->make('sections.header'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  2.   <main id="main" class="main">
  3.     <?php echo $__env->yieldContent('content'); ?>
  4.   </main>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <?php $__env->startSection('content'); ?>
  2.   <?php echo $__env->make('components.shop-hero'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  3.   <?php echo $__env->make('partials.content-shop'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  4. <?php $__env->stopSection(); ?>
  5. <?php echo $__env->make('layouts.app'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/woocommerce/archive-product.blade.php ENDPATH**/ ?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <?= \Roots\view('woocommerce.archive-product'$data ?? get_defined_vars())->render(); ?>
  2. <?php /**PATH /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/woocommerce/archive-product.blade.php ENDPATH**/ ?>
include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/wc-core-functions.php (line 345)
  1.         extract$args ); // @codingStandardsIgnoreLine
  2.     }
  3.     do_action'woocommerce_before_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  4.     include $action_args['located'];
  5.     do_action'woocommerce_after_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  6. }
  7. /**
  1. if ( ! defined'ABSPATH' ) ) {
  2.     exit; // Exit if accessed directly.
  3. }
  4. wc_get_template'archive-product.php' );
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.      * @param  array  $data
  2.      * @return string
  3.      */
  4.     public function get($path, array $data = [])
  5.     {
  6.         return $this->evaluatePath($path$data);
  7.     }
  8.     /**
  9.      * Get the evaluated contents of the view at the given path.
  10.      *
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.   <body <?php body_class(); ?>>
  2.     <?php wp_body_open(); ?>
  3.     <?php do_action('get_header'); ?>
  4.     <div id="app">
  5.       <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  6.     </div>
  7.     <?php do_action('get_footer'); ?>
  8.     <?php wp_footer(); ?>
  9.   </body>
include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php (line 106)
  1.      *
  2.      * @param string $template The path of the template to include.
  3.      */
  4.     $template apply_filters'template_include'$template );
  5.     if ( $template ) {
  6.         include $template;
  7.     } elseif ( current_user_can'switch_themes' ) ) {
  8.         $theme wp_get_theme();
  9.         if ( $theme->errors() ) {
  10.             wp_die$theme->errors() );
  11.         }
require_once('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php') in /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

Stack Traces 5

[5/5] ViewException
Illuminate\View\ViewException:
Call to a member function format() on bool (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php)

  at /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/c41ab8e55b739fc06ccbe58f35e144490b5f2d1a.php:8
  at Illuminate\View\Engines\CompilerEngine->handleViewException()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:60)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php:1)
  at include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/wc-core-functions.php:345)
  at wc_get_template()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/templates/taxonomy-product-cat.php:22)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/templates/taxonomy-product-cat.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:38)
  at Illuminate\View\Engines\PhpEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php:14)
  at include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php:106)
  at require_once('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php:19)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/index.php:6)                
[4/5] ViewException
Illuminate\View\ViewException:
Call to a member function format() on bool (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php)

  at /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/c41ab8e55b739fc06ccbe58f35e144490b5f2d1a.php:8
  at Illuminate\View\Engines\CompilerEngine->handleViewException()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:60)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/2eecfdf5152f7d18af0b1e194ed01ca51453059f.php:6)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/2eecfdf5152f7d18af0b1e194ed01ca51453059f.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php:1)
  at include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/wc-core-functions.php:345)
  at wc_get_template()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/templates/taxonomy-product-cat.php:22)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/templates/taxonomy-product-cat.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:38)
  at Illuminate\View\Engines\PhpEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php:14)
  at include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php:106)
  at require_once('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php:19)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/index.php:6)                
[3/5] ViewException
Illuminate\View\ViewException:
Call to a member function format() on bool (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php)

  at /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/c41ab8e55b739fc06ccbe58f35e144490b5f2d1a.php:8
  at Illuminate\View\Engines\CompilerEngine->handleViewException()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:60)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/43b196be0f602d455c73214a16c5ff03c2f309c9.php:1)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/43b196be0f602d455c73214a16c5ff03c2f309c9.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/2eecfdf5152f7d18af0b1e194ed01ca51453059f.php:6)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/2eecfdf5152f7d18af0b1e194ed01ca51453059f.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php:1)
  at include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/wc-core-functions.php:345)
  at wc_get_template()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/templates/taxonomy-product-cat.php:22)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/templates/taxonomy-product-cat.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:38)
  at Illuminate\View\Engines\PhpEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php:14)
  at include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php:106)
  at require_once('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php:19)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/index.php:6)                
[2/5] ViewException
Illuminate\View\ViewException:
Call to a member function format() on bool (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/components/header-banner.blade.php)

  at /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/c41ab8e55b739fc06ccbe58f35e144490b5f2d1a.php:8
  at Illuminate\View\Engines\CompilerEngine->handleViewException()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:60)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/15a7dd85a5ee1c650b3113e48c5c7e95b1c25748.php:2)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/15a7dd85a5ee1c650b3113e48c5c7e95b1c25748.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/43b196be0f602d455c73214a16c5ff03c2f309c9.php:1)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/43b196be0f602d455c73214a16c5ff03c2f309c9.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/2eecfdf5152f7d18af0b1e194ed01ca51453059f.php:6)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/2eecfdf5152f7d18af0b1e194ed01ca51453059f.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php:1)
  at include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/wc-core-functions.php:345)
  at wc_get_template()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/templates/taxonomy-product-cat.php:22)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/templates/taxonomy-product-cat.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:38)
  at Illuminate\View\Engines\PhpEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php:14)
  at include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php:106)
  at require_once('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php:19)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/index.php:6)                
[1/5] Error
Error:
Call to a member function format() on bool

  at /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/c41ab8e55b739fc06ccbe58f35e144490b5f2d1a.php:8
  at require()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/15a7dd85a5ee1c650b3113e48c5c7e95b1c25748.php:2)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/15a7dd85a5ee1c650b3113e48c5c7e95b1c25748.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/43b196be0f602d455c73214a16c5ff03c2f309c9.php:1)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/43b196be0f602d455c73214a16c5ff03c2f309c9.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/2eecfdf5152f7d18af0b1e194ed01ca51453059f.php:6)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/2eecfdf5152f7d18af0b1e194ed01ca51453059f.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php:1)
  at include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/a3ae2b7e2ffb4b961986d0599d3b478d-loader.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/wc-core-functions.php:345)
  at wc_get_template()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/templates/taxonomy-product-cat.php:22)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/templates/taxonomy-product-cat.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:38)
  at Illuminate\View\Engines\PhpEngine->get()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php:14)
  at include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php:106)
  at require_once('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php:19)
  at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php')
     (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/index.php:6)