@extends('layouts.admin') @section('title','Create Consignment') @section('content')

✈️ Create International Consignment

Nigeria ➝ United Kingdom (All paid shipments)

Route: NG → UK
@if ($errors->any())
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
📦 A unique Consignment Code & Barcode will be automatically generated once saved.

Paid Shipments Ready for UK Export

Select all parcels to bundle into this air consignment.

@foreach($availableShipments as $shipment) @endforeach @if($availableShipments->isEmpty())
No paid shipments available for consignment.
@endif
@endsection