@extends('backend.layouts.app') @section('content')

Room Information

Select room type to see the information

Room Setup
@csrf
Booking Information
@if($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Check Availability


Apply for Booking


Payment

@endsection @section('before_body_end') @endsection