@extends('layouts.app') @section('title', 'Consolidation Management') @section('breadcrumbs') @endsection @section('content')
Manage groupage and cargo consolidation
| Group # | Description | No. of Shipments | Total Weight | Total Volume | Container | Destination | ETD | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $c->group_number ?? 'N/A' }} | {{ Str::limit($c->description ?? '', 30) }} | {{ $c->shipment_count ?? 0 }} | {{ number_format($c->total_weight ?? 0, 2) }} KGS | {{ number_format($c->total_volume ?? 0, 3) }} CBM | {{ $c->container_number ?? 'TBD' }} | {{ $c->destination_port->code ?? 'N/A' }} | {{ optional($c->etd)->format('d M Y') ?? 'TBD' }} | ||
No consolidations found | |||||||||