@extends('layouts.admin') @section('title', 'All Invoices') @section('content')
| Tracking # | Receiver | Customer | Final Price (£) | Created | Actions |
|---|---|---|---|---|---|
| {{ $shipment->tracking_number }} | {{ $shipment->receiver_name }} | {{ $shipment->customer->name ?? 'N/A' }} | £{{ number_format($shipment->final_price, 2) }} | {{ $shipment->created_at->format('d M, Y') }} | View |