@include('admin.header')

Create Booking Invoice - {{ $shipment->shipment_number }}

Back to Invoices
@if(session('success')) @endif @if($errors->any()) @endif
Create Booking Invoice
@csrf
Invoice Preview
Invoice Number:
Auto-generated
Total Charges:
$0.00
Shipment Info
Shipment:
{{ $shipment->shipment_number }}
Order:
{{ $shipment->orderConfirmation->order_number }}
Total Cartons:
{{ $shipment->total_cartons }}
Total Quantity:
{{ number_format($shipment->total_quantity) }}
@include('admin.footer')