@extends('layouts.app') @section('content')
| AWB | Receiver | Status | Collection | Fees |
|---|---|---|---|---|
| {{ $shipment->awb }} | {{ $shipment->receiver_name }} | {{ $shipment->status }} | {{ number_format(optional($shipment->financial)->collection_amount,2) }} | {{ number_format(optional($shipment->financial)->total_fees,2) }} |