{{-- @extends('frontdesk.layouts.master_fullwidth') --}} @extends('admin.layout.master') @section('custom_style') @endsection @section('content')
@include("frontdesk.share.fd_booking_rightside_quick_access")

@isset($row_id) {{__('obs.edit')}} @endisset {{__('obs.booking')}} {{__('obs.by')}} @if($resv_type == 1) {{__('obs.room')}} @else {{__('obs.bed')}} @endif

@if($request_info) @if($request_info->warehouse_id != current_store())
@endif @endif
@csrf
@include("frontdesk.share.form_booking_bill")
@endsection