Atur seluruh katalog menu, varian rasa, barcode scanner, dan harga standar Bebek Mba Reina.
@elseKelola kategori hidangan untuk mempermudah navigasi POS kasir dan pelaporan menu terlaris.
@endif| Nama Menu | Kategori | Barcode | Varian | Harga | Status | Aksi |
|---|---|---|---|---|---|---|
| {{ $p->name }} | {{ $p->category->name }} | {{ $p->barcode }} |
@if($p->variants->count() > 0)
@foreach($p->variants as $var)
{{ $var->name }} (Rp {{ number_format($var->base_price, 0, ',', '.') }})
@endforeach
@else
Tanpa varian
@endif
|
Rp {{ number_format($p->price, 0, ',', '.') }} | @if($p->is_active) AKTIF @else NON-AKTIF @endif |
|
| Belum ada data menu. | ||||||
| # | Nama Kategori | Jumlah Menu | Aksi |
|---|---|---|---|
| {{ $categoriesPaginated->firstItem() + $loop->index }} |
{{ $cat->name }}
|
{{ $cat->products_count }} Menu |
|
|
🏷️
Belum ada kategori terdaftar.
|
|||
| Tanggal | No. Pembelian | Cabang | Supplier | Qty | Harga Beli | Total |
|---|---|---|---|---|---|---|
| {{ $item->purchase?->created_at?->format('d/m/Y H:i') ?? '-' }} | {{ $item->purchase?->purchase_number ?? '-' }} | {{ $item->purchase?->branch?->name ?? '-' }} | {{ $item->purchase?->supplier?->name ?? '-' }} | {{ number_format($item->quantity, 0) }} | Rp {{ number_format($item->price, 0, ',', '.') }} | Rp {{ number_format($item->total, 0, ',', '.') }} |
| Belum ada riwayat pembelian untuk menu ini. | ||||||