@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Hotel | Edit Hotel') @section('content')
@method('PATCH') @csrf
Data Hotel
@if (in_array(\Auth::user()->role, [1]))
@endif {{--
--}}
@
{{url('/booking')}}/
@if (count($hotel->rekeningHotels) > 0) @foreach ($hotel->rekeningHotels as $key=>$item)
@if ($key===0) @else @endif
@if ($key===0)
@else
@endif
@endforeach @else
@endif
Recommend size : 500px * 500px Max file size : 1MB
Recommend size : 500px * 500px Max file size : 1MB
Recommend size : 500px * 500px Max file size : 1MB
Setting for coa display
simpl_coa == 1 ? 'checked' : ''}}>(*enable to hide coa or make the accounting simple)
Setting for show some element
opsi_tax_service == 1 ? 'checked' : ''}}>(*enable to show tax service on guest bill)
Setting Rule Icon Print RC
icon_smoking ? 'checked' : ''}} data-fouc> No Smoking
icon_stink ? 'checked' : ''}} data-fouc> No Durian
icon_pet ? 'checked' : ''}} data-fouc> No Pet
icon_drug ? 'checked' : ''}} data-fouc> No Drugs
Setting Confirmation Letter
Setting Penawaran
Setting for housekeeping menu
schedule_hk == 1 ? 'checked' : ''}}>(*Schedule automatic for make status room to dirty)

schedule_hk == 1 ? 'required' : 'disabled'}}>

@if (Auth::user()->role == 1)
Setting Book and Link Form    
@endif Setting for POS
Misc setting
Back
@endsection @section('js') {{-- --}} @endsection