@extends('layouts.app') @section('title', 'Bangladesh Unbound - Create New Booking') @section('page-title', 'Create New Booking')@push('styles') @endpush @section('breadcrumb') @endsection @section('content')

Create Package Create New Booking

Back to Bookings
@include('admin.bookings.partials.create-form')
@endsection @push('scripts') @endpush