@extends(get_guard() ? 'admin.layout.master' :'admin.layout.unauthorize.master')
@section('custom_css')
@endsection
@section('content')
@if(!get_guard())
@if(!get_guard())
@include('frontdesk.complain.slide_show')
@endif
You Room No: {{ $room->room_number ?? '' }}
Location: {{ $room->floor->floor_no ?? '' }}
@forelse($information as $key => $value)
{!! $value->title !!}
{!! $value->description !!}
@empty
No Information Found
@endforelse
@forelse($terms as $key => $value)
{!! $value->title !!}
{!! $value->description !!}
@empty
No Information Found
@endforelse
@forelse($transport as $key => $value)
{!! $value->title !!}
{!! $value->description !!}
@empty
No Information Found
@endforelse
@if($bell_boy_call)
You Called Bell Boy {{ $bell_boy_call->created_at->diffForHumans() }}
@else
@endif
@foreach ($restaurants as $r)
{{ __('obs.new_order') }} @if($restaurants->count() > 1)
({{ $r->name_eng }}) @endif
@endforeach
{{ __('obs.order_list') }}
@foreach ($laundries as $r)
{{ __('obs.new_order') }} @if($restaurants->count() > 1)
({{ $r->name_eng }}) @endif
@endforeach
{{ __('obs.order_list') }}
@include('frontdesk.common.common')
@include('frontdesk.common.common_modal', ['show_confirm_button'=>true])
@include('frontdesk.complain.restaurant_order')
@endsection
@section('script')
@endsection