@extends(get_guard() ? 'admin.layout.master' :'admin.layout.unauthorize.master') @section('custom_css') @endsection @section('content') @if(!get_guard())

Welcome

to

{{ $warehouse->name_eng }}

{!! $warehouse->address_eng ? ('

'.$warehouse->address_eng.'

') : '' !!}
Loading...
@endif
{{ $arabic_date }}
|| {{ date('d M, Y') }}
EN
Logo

Welcome to

{{ $warehouse->name_eng ?? '' }}

@if(!get_guard()) @include('frontdesk.complain.slide_show') @endif

You Room No: {{ $room->room_number ?? '' }}

Location: {{ $room->floor->floor_no ?? '' }}

@php $housekeeping_id = $departments->where('other_info4', 'HK')->first()->id ?? null; $maintenance_id = $departments->where('other_info4', 'MAINTENANCE')->first()->id ?? null; @endphp @if($housekeeping_id)

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

@endif @if($maintenance_id)

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

@endif

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

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

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

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

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

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

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

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

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

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

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

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

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

@include('frontdesk.common.common') @include('frontdesk.common.common_modal', ['show_confirm_button'=>true]) @include('frontdesk.complain.restaurant_order') @endsection @section('script') @endsection