{{-- resources/views/front/partial/products-grid.blade.php --}}
@forelse($products as $product) @include('front.partial.product-cart', ['product' => $product]) @empty

No Products Found

We couldn't find any products matching your current filters. Try adjusting them!

@endforelse
@if($products->hasPages())
  • @if($products->onFirstPage()) @else @endif
  • @foreach($products->getUrlRange(max(1, $products->currentPage()-2), min($products->lastPage(), $products->currentPage()+2)) as $page => $url)
  • @endforeach @if($products->lastPage() > $products->currentPage() + 2)
  • @endif
  • @if($products->hasMorePages()) @else @endif
@endif