@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')
@include('categories.partials._intro', ['category' => $category]) @include('categories.partials._subcategories', ['category' => $category]) @include('categories.partials._controls', ['products' => $products, 'per_page_items' => $per_page_items]) @include('categories.partials._products', ['products' => $products]) @include('categories.partials._description', ['category' => $category])
@hookinsert('category.show.bottom')
@endsection @push('footer') @endpush