@extends('layouts.app') @section('content')
| AWB | Customer | Receiver | Status | COD | Collect | |
|---|---|---|---|---|---|---|
| {{ $shipment->awb }} | {{ $shipment->customer?->name }} | {{ $shipment->receiver_name }} {{ $shipment->receiver_phone }} | {{ $shipment->status }} | {{ $shipment->financial?->cod_amount }} | {{ $shipment->financial?->collection_amount }} | Open |
| No shipments yet. | ||||||