@extends('layout.app')
@section('page-title', $title)
@section('meta_description', $category->meta_description)
@section('canonical-link')
@endsection
@section('breadcrumb')
@endsection
@section('content')
@foreach($product_categories as $product_category)
@include('partials._product_category_grid', ['product_category' => $product_category])
@endforeach
@endsection
@push('after-foot-non-admin-js')
@if($category->products)