@include('partials.topbar',['title'=>'Create Booking'])
Apartment / Room Booking Form

Booking must exist before payment confirmation and access issuance.

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf