@extends('layouts.app') @section('title', 'New Air Booking') @section('breadcrumbs') @endsection @section('content')

New Air Booking

Create a new air freight booking

Back
@csrf @if ($errors->any())
@endif
Shipper & Consignee
Route & Airline
Cargo Details
@endsection @push('scripts') @endpush