@extends('layouts.app') @section('body-class', 'page-categories') @section('title', \InnoShop\Common\Libraries\MetaInfo::getInstance($brand)->getTitle()) @section('description', \InnoShop\Common\Libraries\MetaInfo::getInstance($brand)->getDescription()) @section('keywords', \InnoShop\Common\Libraries\MetaInfo::getInstance($brand)->getKeywords()) @section('content') @hookinsert('brand.show.top')
@include('shared.filter_sidebar')
Showing {{ $products->firstItem() }} to {{ $products->lastItem() }} of {{ $products->total() }} items
Sort:
Show:
@foreach ($products as $product)
@include('shared.product')
@endforeach
{{ $products->links('panel::vendor/pagination/bootstrap-4') }}
@hookinsert('brand.show.bottom') @endsection