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

{{__('obs.guest_management')}}

@csrf
@include('frontdesk.common.common') @endsection @section('script') @endsection