@extends('frontdesk.layouts.master_fullwidth') @section('custom_style') @endsection @section('content')
@include("frontdesk.share.fd_booking_rightside_quick_access")
Add @if($type == 1) Room @else Bed @endif
@csrf
{{--
Check In Information
--}}
@foreach ($room_types as $rt) @endforeach
@endsection @section('script') @endsection