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

Create Package Edit Booking

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