Alamat Pengiriman
Detail Pesanan
@foreach ($items as $item)| 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 }} |