@if($products->count())
@foreach($products as $product)
@include('front::products.partials.product-card', ['product' => $product])
@endforeach
{{ $products->links('front::components.paginate') }}
@else @include('front::partials.empty') @endif
@if ($brand->description)
{!! $brand->description !!}
@endif