Menu Pesanan | Nama Item | Meja | Customer | Waktu Pesan | Status | Aksi |
---|---|---|---|---|---|---|
{{ $orderId }} |
|
{{ $items[0]['table_id'] }} | {{ $items[0]['customer_name'] }} | {{ \Carbon\Carbon::parse($item['updated_at'])->diffForHumans() }} | @php $allCooked = collect($items)->every(fn($i) => $i['cooked']); @endphp @if ($allCooked) Done @else Process @endif | @if (!$allCooked) @else ✔ Semua sudah dimasak @endif |
Tidak ada pesanan yang perlu dimasak. |