@extends('layouts.app', ['title' => 'My Shipments']) @section('content')
New Shipment
@forelse($shipments as $shipment) @empty@endforelse
AWBReceiverStatusCODCollection
{{ $shipment->awb }}{{ $shipment->receiver_name }}{{ $shipment->status }}{{ optional($shipment->financial)->cod_amount }}{{ optional($shipment->financial)->collection_amount }}Track
No shipments.
{{ $shipments->links() ?? '' }} @endsection