@vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- Tombol aksi (tidak ikut print) --}} {{-- Halaman Invoice A4 --}}Titipin Ba Be
Platform Jasa Titip Hyperlokal
Desa Budiharja
{{ $order->order_number }}
{{ $order->created_at->translatedFormat('d F Y, H:i') }} WIB
Ditujukan Kepada
{{ $order->customer_name }}
{{ $order->customer_phone }}
{{ $order->delivery_address_snapshot }}
Status
Status Pesanan: {{ $order->status->label() }}
Metode Bayar: {{ $order->payment_method->label() }}
Status Bayar: {{ $order->payment?->status->label() ?? 'Belum Bayar' }}
| Produk | Harga | Qty | Subtotal |
|---|---|---|---|
| {{ $item->product_name }} | Rp {{ number_format($item->sell_price, 0, ',', '.') }} | {{ $item->quantity }} | Rp {{ number_format($item->subtotal, 0, ',', '.') }} |
Catatan Customer
{{ $order->customer_notes }}
Invoice ini dibuat otomatis oleh sistem {{ config('app.name') }} — Desa Budiharja.
Dicetak pada {{ now()->translatedFormat('d F Y, H:i') }} WIB