@if (in_array($category->display_mode, [null, 'products_only', 'products_and_description']))
@include ('shop::products.list.layered-navigation')
@endif
display_mode == 'description_only') style="width: 100%" @endif>
Warning: Undefined variable $productRepository in /home/flighto/e-commerce2/resources/themes/default/views/products/index.blade.php on line 47
Fatal error: Uncaught Error: Call to a member function getAll() on null in /home/flighto/e-commerce2/resources/themes/default/views/products/index.blade.php:47 Stack trace: #0 {main} thrown in /home/flighto/e-commerce2/resources/themes/default/views/products/index.blade.php on line 47
@if (!is_null($category->image))
@endif
@if (in_array($category->display_mode, [null, 'description_only', 'products_and_description']))
@if ($category->description)
{!! $category->description !!}
@endif
@endif
@if (in_array($category->display_mode, [null, 'products_only', 'products_and_description']))
Warning: Undefined variable $productRepository in /home/flighto/e-commerce2/resources/themes/default/views/products/index.blade.php on line 47
Fatal error: Uncaught Error: Call to a member function getAll() on null in /home/flighto/e-commerce2/resources/themes/default/views/products/index.blade.php:47 Stack trace: #0 {main} thrown in /home/flighto/e-commerce2/resources/themes/default/views/products/index.blade.php on line 47