@extends('layouts.admin') @section('title', 'Dispatch Shipments') @section('content')
These are the parcels that are ready to be dispatched from the branch.
| Tracking ID | Seller | Recipient | Status | Actions |
|---|---|---|---|---|
| {{ $parcel->tracking_id }} | {{ $parcel->seller->name }} | {{ $parcel->recipient_name }} | {{ $parcel->status }} | |
| No shipments ready for dispatch. | ||||