@extends('layouts.admin') @section('title', 'All Shipments') @section('heading', 'All Shipments') @section('actions') <- Back @endsection @section('content')
@if(($site['customs_notice_enabled'] ?? '1') === '1') @endif| Tracking Code | Sender | Receiver | Status | Origin → Destination | Actions |
|---|---|---|---|---|---|
| {{ $shipment->tracking_number }} | {{ $shipment->sender_name }} | {{ $shipment->receiver_name }} | {{ $shipment->statusLabel() }} | {{ $shipment->origin_city }} → {{ $shipment->destination_city }} | |
| No shipments yet. | |||||