@forelse ($shipments as $shipment) @php $tracking = $shipment->tracking; @endphp @empty @endforelse
S/N Tracking Code Receiver Name Destination Date Sent Date Expected Amount Status Current Location
{{ $id++ }} {{ $shipment->tracking_code }} {{ $shipment->receiver_name }} {{ $shipment->receiver_country }} {{ $tracking->date_sent->format('d/m/y') }} {{ $tracking->date_expected->format('d/m/y') }} {{ $settings->currency . $shipment->amount }}
{!! status($tracking->status_code) !!}
{{ $tracking->current_location }} View
No shipments yet.
Create new shipment