@extends('layouts.app') @section('body-class', 'page-categories') @section('title', \InnoShop\Common\Libraries\MetaInfo::getInstance($category)->getTitle()) @section('description', \InnoShop\Common\Libraries\MetaInfo::getInstance($category)->getDescription()) @section('keywords', \InnoShop\Common\Libraries\MetaInfo::getInstance($category)->getKeywords()) @section('content') @hookinsert('category.show.top')
@include('shared.filter_sidebar')
{{ __('front/common.page_total_show', ['first' => $products->firstItem(), 'last' => $products->lastItem(), 'total' => $products->total()]) }}
{{ __('front/common.sort') }}:
{{ __('front/common.show') }}:
@foreach ($products as $product)
@include('shared.product')
@endforeach
{{ $products->links('panel::vendor/pagination/bootstrap-4') }}
@hookinsert('category.show.bottom') @endsection @push('footer') @endpush