{{-- MODAL SCAN CAMERA --}}
@foreach ($categories as $item) @endforeach
@foreach ($products as $item)
Product Image

{{ $item->name }}

Rp. {{ number_format($item->price, 0, ',', '.') }}

@endforeach
@if (count($order_items) === 0)
Empty Cart

Keranjang Kosong

@else @if (count($order_items) >= 5)
@else
@endif @foreach ($order_items as $item)
Product Image

{{ $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)
{{ $this->form }}
@endif @if ($showConfirmationModal)

PRINT STRUK

Apakah Anda ingin mencetak struk untuk pesanan ini?

@if ($print_via_bluetooth == true) @else @endif
@endif