@extends('layouts.app') @section('content')
New Shipment
@forelse($shipments as $shipment) @empty@endforelse
AWBCustomerReceiverStatusCODCollect
{{ $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.
{{ $shipments->links() }}
@endsection