@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Shops') @section('css') @endsection @section('content')
{{-- @if(\Auth::user()->role == ) @endif --}} @if (!$shops->isEmpty()) @foreach ($shops as $shop) {{-- @if(\Auth::user()->role == 1) @endif --}} @endforeach @endif
HotelName Description Actions
{{$shop->keterangan}} @if(!count($shop->shopTransaction) > 0 && !count($shop->tipeMenus) > 0 && !count($shop->arrangementCodeDetail) > 0) @endif
@csrf
Add Shop @if(Auth::user()->role == 1) {{--
--}} @else @endif
{{--
*centang untuk laporan shop masuk, room revenue
--}}
*check for POS view
*check for posting transaction on FO
%
@if (in_array(propertiTipe(), [1]))
@endif
%
@if (in_array(propertiTipe(), [1]))
@endif
Coa Default Custom Menu/Miscellaneaous
@if (in_array(propertiTipe(), [1]))
Discount & Allowances
@if(!!@$shops['allowance']) @foreach(@$shops['allowance'] as $setting)
@endforeach @else @foreach(config('custom.jenis_tipe_item') as $key => $jenis)
@endforeach @endif @endif
@endsection @section('js') @endsection