Generated on: {{ \Carbon\Carbon::now()->format('d M Y, H:i') }}
| ID | Product Name | Category | Price (Tsh) | Kitchen Section | Status | Added On |
|---|---|---|---|---|---|---|
| {{ $p->id }} | {{ $p->name }} | {{ $p->category_name ?? 'N/A' }} | {{ number_format($p->price, 2) }} | {{ $p->kitchen_section ?? '-' }} | {{ ucfirst($p->status) }} | {{ \Carbon\Carbon::parse($p->created_at)->format('Y-m-d') }} |
| No products found for the selected criteria. | ||||||