@extends('sidebar-template') @section('content') @include('blocks.banners') @include('blocks.buttons') {!! page_title($catData->name) !!}
@if(isAdmin())
@endif
@stop @section('sidebar') @stop @section('js_functions') my_main.Listings(); @stop @section('algolia-layouts') @include('listings.product-template') @stop