@extends("layouts.index") @section("content")

{{$feature}}

@forelse($products as $product)

{{number_format($product->price)}}

{{$product->name}}

Add to cart

{{number_format($product->price)}}

{{$product->name}}

Add to cart
@empty

ไม่มีสินค้าในหมวดหมู่ {{$feature}}

@endforelse
{{$products->links()}}
@endsection