{{--@dd('here')--}}

Product Details

@if (count($categories) > 0)

Sort by Categories

@endif
@forelse($products as $product)

{{$product['name']}} {{-- ${{$product['price']}}--}}

{{-- ADD TO CART--}}
@empty

No product found.

@endforelse
{{--
--}} {{--
--}} {{-- {{$products->appends(request()->input())->links()}}--}} {{--
--}}