@extends('template.desktop.app') @section('content')
{{ $order->created_at }}
Produk | Harga | Jumlah | Total |
---|---|---|---|
DOORASI
Varian: {{ $productLabel }}
|
Rp {{ number_format($productPrice, 0, ',', '.') }} | {{ $totalQty }} | Rp {{ number_format($subtotal, 0, ',', '.') }} |
Tidak ada produk dipesan. |
Ongkos Kirim | Total Pembayaran | ||||
---|---|---|---|---|---|
Input | Sistem | Selisih | Input | Sistem | Selisih |
CS Input Rp {{ number_format($order->shipping_cost ?? 0, 0, ',', '.') }} | Sistem Rp {{ number_format($order->shipping->shipping_cost ?? 0, 0, ',', '.') }} | Rp {{ number_format($selisihShipping, 0, ',', '.') }} @if ($selisihShipping != 0) Tidak Sesuai @else Sesuai @endif | CS Input Rp {{ number_format($order->total_payment ?? 0, 0, ',', '.') }} | Sistem Rp {{ number_format($order->shipping->total_payment ?? 0, 0, ',', '.') }} | Rp {{ number_format($selisihTotal, 0, ',', '.') }} @if ($selisihTotal != 0) Tidak Sesuai @else Sesuai @endif |
Dientri oleh:
Ekspedisi Pengiriman:
Rate Name:
Rate Code:
Estimasi Durasi Pengiriman:
{{ $order->address }}
{{ $order->subdistrict }}, {{ $order->district }}, {{ $order->postal_code }}{{ $order->distributor->address }}
{{ $order->distributor->area->sub_district_name }}, {{ $order->distributor->area->district_name }}, {{ $order->distributor->area->city_name }}, {{ $order->distributor->area->province_name }}