@extends('layouts.customer') @section('title') {{ $category->name }} @endsection @section('content')
Collections / {{ $category->name }}

{{ $category->name }}

@php $productCount = count($product); @endphp @if ($productCount === 0)









No products found.










@endif
@endsection @section('scripts') @endsection