@extends('layouts.app') @section('content')
Customer: {{ $shipment->customer?->name }}
Receiver: {{ $shipment->receiver_name }} - {{ $shipment->receiver_phone }}
Address: {{ $shipment->address }}
Edit| Delivery | {{ $shipment->financial->delivery_fee }} |
| Overweight | {{ $shipment->financial->overweight_fee }} |
| COD Fee | {{ $shipment->financial->cod_fee }} |
| Tax | {{ $shipment->financial->tax_amount }} |
| Total Fees | {{ $shipment->financial->total_fees }} |
| Customer Net | {{ $shipment->financial->customer_net_amount }} |
| Date | From | To | Source | Note |
|---|---|---|---|---|
| {{ $row->created_at }} | {{ $row->from_status }} | {{ $row->to_status }} | {{ $row->source }} | {{ $row->note }} |