Product Section
| # | Photo | Name | Category | Price | Stock | Status | Created | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} |
@if($product->productImage())
|
{{ $product->name }} | {{ $product->category->name ?? '-' }} | {{ $product->price }} | {{ $product->stock_quantity }} | @if($product->status) Active @else Inactive @endif | {{ $product->created_at->format('d M Y') }} | Edit |