@include('layouts.style')
@include('layouts.sidebar')
@include('layouts.header')
{{ 'Edit Booking' }}
@include('layouts.success_toast')
@csrf
Hotel Name
Check-In Date
Check-Out Date
Address
Address Lane 2
State
{{ $bookingDetail->state_name }}
@foreach ($stateList as $item)
{{ $item['name'] }}
@endforeach
City
{{ $bookingDetail->city_name }}
Pincode
{{ $bookingDetail->pincode }}
Save
@include('layouts.footer')
@include('layouts.scripts')