Product Management
Dashboard / Product Management
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
Product List
| ID ⬆ | Category ⬆ | Product Name ⬆ | Product Price ⬆ | Status ⬆ | Image ⬆ | Action ⬆ |
|---|---|---|---|---|---|---|
| {{ $product->id }} | {{ $product->category_name ?? '—' }} | {{ $product->name }} | Tsh {{ number_format($product->price, 2) }} | {{ $product->status === 'available' ? 'Available' : 'Unavailable' }} |
@if($product->image)
|
|
| No products found. Click Add to create one. | ||||||