@extends('layouts.clivax') @section('content')
| Route | Mode | Measure | Category | Unit Type | Rate/Unit | Min Weight | Flat Rate | Currency | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $r->originCountry?->code ?? '-' }} → {{ $r->destinationCountry?->code ?? '-' }} | {{ $r->shipmentMode?->name ?? '-' }} | {{ $r->shipmentMode?->measure?->code ?? '-' }} | {{ $r->cargoCategory?->name ?? '-' }} | {{ strtoupper($r->unit_type ?? '-') }} | {{ number_format($r->rate_per_unit, 2) ?? '-' }} | {{ number_format($r->minimum_weight, 2) ?? '-' }} | {{ number_format($r->flat_rate, 2) ?? '-' }} | {{ $r->currency?->code ?? '-' }} | Edit |
| No shipment routes defined yet. | |||||||||