{{ $shopAddress }}
@endif @if($shopPhone)Telp: {{ $shopPhone }}
@endif{{ $order->customer_name }}
@if($order->customer_phone)Telp: {{ $order->customer_phone }}
@endifTanggal: {{ $order->paid_at->format('d M Y') }}
Designer: {{ $order->designer->name ?? '-' }}
Kasir: {{ $order->cashier->name ?? '-' }}
| No | Deskripsi | Ukuran | Sisi | Qty | Harga | Subtotal |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $item->product_name }}
{{ $item->file_name }} @if($item->material_name) Bahan: {{ $item->material_name }} @endif @if($item->finishing_note) Finishing: {{ $item->finishing_note }} @endif |
{{ $item->size_description }} | {{ $item->sisi ?? 1 }} | {{ $item->qty }} | Rp {{ number_format($item->calculated_price, 0, ',', '.') }} | Rp {{ number_format($item->subtotal, 0, ',', '.') }} |
| Subtotal ({{ $order->items->count() }} item) | Rp {{ number_format($order->total_price, 0, ',', '.') }} |
| TOTAL | Rp {{ number_format($order->total_price, 0, ',', '.') }} |