+
+ @if (in_array($category->display_mode, [null, 'products_only', 'products_and_description']))
+ @include ('shop::products.list.layered-navigation')
+ @endif
+
+
+
+ {!! view_render_event('bagisto.shop.products.index.after', ['category' => $category]) !!}
+ display_mode == 'description_only') style="width: 100%" @endif>
+
+
+ @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']))
+ getAll($category->id); ?>
+
+ @if ($products->count())
+
+ @include ('shop::products.list.toolbar')
+
+ @inject ('toolbarHelper', 'Webkul\Product\Helpers\Toolbar')
+
+ @if ($toolbarHelper->getCurrentMode() == 'grid')
+
+ @foreach ($products as $productFlat)
+
+ @include ('shop::products.list.card', ['product' => $productFlat])
+
+ @endforeach
+
+ @else
+
+ @foreach ($products as $productFlat)
+
+ @include ('shop::products.list.card', ['product' => $productFlat])
+
+ @endforeach
+
+ @endif
+
+ {!! view_render_event('bagisto.shop.products.index.pagination.before', ['category' => $category]) !!}
+
+
+
+ {!! view_render_event('bagisto.shop.products.index.pagination.after', ['category' => $category]) !!}
+
+ @else
+
+
+
+
+ @endif
+ @endif
+ {{ __('shop::app.products.whoops') }}
+ ++ {{ __('shop::app.products.empty') }} +
+