@forelse ($products as $product) @empty @endforelse
Product Name Category Avl. Qty Price Actions

{{ $product->name }}

{{ $product->category->name }}

{{ $product->qty }}

{{ $product->unit_price }}

@csrf @method('DELETE')

No Products found.