@extends('layouts.app') @section('content')
Dispatch shipments to couriers.
| # | Date | Courier | Status | Action |
|---|---|---|---|---|
| {{ $manifest->manifest_no ?? $manifest->id }} | {{ $manifest->manifest_date ?? $manifest->created_at?->format('Y-m-d') }} | {{ $manifest->courier_id }} | {{ $manifest->status }} | Open |