@if (count($order_items) === 0)
Keranjang Kosong
@else
@if (count($order_items) >= 5)
@else
@endif
@foreach ($order_items as $item)
{{ $item['name'] }}
Rp
{{ number_format($item['price'], 0, ',', '.') }}
-
{{ $item['quantity'] }}
+
@endforeach
@endif
@if (count($order_items) > 0)
Total: Rp
{{ number_format($this->calculateTotal(), 0, ',', '.') }}
@endif
@if ($showCheckoutModal)
@endif
@if ($showConfirmationModal)
PRINT STRUK
Apakah Anda ingin mencetak struk untuk pesanan ini?
@if ($print_via_bluetooth == true)
@else
@endif
@endif