{{--productListByCategory--}} @extends('shop::layouts.master') @section('page_title') {{ $category->meta_title ?? $category->name }} @stop @section('seo') @stop @section('content-wrapper') @stop @push('scripts') {{ Breadcrumbs::view('ReusableComponents.breadcrum-json-ld', 'category', $category) }} {{ \App\SEOSchema::view('listSchema',( in_array($category->display_mode, [null,'products_only','products_and_description']) ? ['category' => $category, 'products' => $results] : [] )) }} @endpush