@extends('layouts.app') @section('title', 'Freight Dashboard') @section('breadcrumbs') @endsection @section('content')
Overview of freight operations
Ocean Shipments
Air Shipments
Road Shipments
Active Containers
| Shipment # | Mode | Origin | Destination | Status |
|---|---|---|---|---|
| {{ $shipment->shipment_number }} | {{ ucfirst($shipment->mode) }} | {{ $shipment->origin }} | {{ $shipment->destination }} | {{ ucfirst($shipment->status) }} |
| No active shipments | ||||