@extends('layouts.app', ['title' => 'My Shipments']) @section('content')
| AWB | Receiver | Status | COD | Collection | |
|---|---|---|---|---|---|
| {{ $shipment->awb }} | {{ $shipment->receiver_name }} | {{ $shipment->status }} | {{ optional($shipment->financial)->cod_amount }} | {{ optional($shipment->financial)->collection_amount }} | Track |
| No shipments. | |||||