@if($currentCategory) {{ $currentCategory->name }} @else All Products @endif
{{ $products->total() }} products found
@foreach($products as $product)
@include('components.product-card', ['product' => $product])
@endforeach
{{ $products->links() }}
@else
@endif