@section('metatags') @stop @section('title') {{ empty($category->meta_title) ? $category->name : $category->meta_title }} | @stop @section('content')
@include('products.partials.breadcrumb')
@include('products.partials.filters')

A carregar...
@include('products.partials.listItems')
@stop @section('scripts') @stop