@extends('layouts.admin') @section('title', 'Dispatch Shipments') @section('content')

Dispatch Shipments

Ready for Dispatch

These are the parcels that are ready to be dispatched from the branch.

@forelse($dispatchableShipments as $parcel) @empty @endforelse
Tracking ID Seller Recipient Status Actions
{{ $parcel->tracking_id }} {{ $parcel->seller->name }} {{ $parcel->recipient_name }} {{ $parcel->status }}
No shipments ready for dispatch.
{{ $dispatchableShipments->links() }}
@endsection @push('modals') @push('scripts') @endpush