@extends('admin.layouts.app') @section('page-title', 'Shipment Management') @section('content')
| # | Shipment ID | Origin | Destination | Total QTY | Total KG | Total Amount | Status | Date | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $ship->id }} | {{ $ship->shipment_id }} | {{ $ship->origin }} | {{ $ship->destination }} | {{ $ship->total_qty }} | {{ $ship->total_kg }} | ₹{{ number_format($ship->total_amount, 2) }} | {{ ucfirst($ship->status) }} | {{ $ship->shipment_date }} | |
| No shipments found | |||||||||