@extends('layouts.app') @section('title', 'Daily Shipments Report') @section('page-title', 'Daily Shipments Report') @section('content')
| CNTR No | Sender | Receiver | Items | Weight | Amount | Status |
|---|---|---|---|---|---|---|
| {{ $booking->cntr_no }} | {{ $booking->customer->name ?? 'N/A' }} | {{ $booking->receiver_name }} | {{ $booking->carton_count }} | {{ $booking->weight_kg }} kg | {{ number_format($booking->total_amount, 2) }} | {{ $booking->status }} |
| No shipments found for this date. | ||||||