@push('style') @endpush
@include('user.user-menu')
No. Invoice
{{ $order->invoice }}
{{ ucfirst($order->status) }}
Pesanan dibuat
Menunggu pembayaran
Sedang diproses
Pesanan siap diambil
Selesai

Alamat Pengiriman

{{ $shipment->courier }}
{{ $shipment->tracking_number }}
{{ $shipment->status }}
{{ $shipment->recipient_name }}
{{ $shipment->recipient_phone }}
{{ $shipment->address_line }}
{{ $shipment->village }} {{ $shipment->districts }}, {{ $shipment->regencies }}, {{ $shipment->province }}, {{ $shipment->postal_code }}

Detail Pesanan

@foreach ($items as $item)
{{ $item->images }}
{{ $item->title }}
(x{{ $item->qty }})
{{ $item->note }}
Rp {{ number_format($item->price, 0, ',', '.') }}
@endforeach
Subtotal Pesanan Rp{{ number_format($order->items->sum('total'), 0, ',', '.') }}
Subtotal Pengiriman Rp{{ number_format(0, 0, ',', '.') }}
Biaya Layanan Rp{{ number_format(0, 0, ',', '.') }}
Total Harga Rp{{ number_format($order->items->sum('total'), 0, ',', '.') }}
Metode Pembayaran {{ $order->payment_method }}