@extends('layouts.mobile') @section('style') @endsection @section('content')
@csrf
@include('components.message')
Nama {{ $order->products->name ?? '-' }}
Metode Pengiriman {{ $order->courier_name .'-'. $order->courier_service_name }}
Estimasi Sampai {{ $order->shipping_estimation ?? '-' }}
Harga Rp. {{ number_format($order->sell_price) }}
Qty {{ $order->qty ?? 0 }}
Sub Total Rp. {{ number_format($order->sub_total) }}
Shipping Cost Rp. {{ number_format($order->shipping_cost) }}
Grand Total Rp. {{ number_format($order->grand_total) }}
Metode Pembayaran