@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Hotel') @section('css') @endsection @section('content')
{{-- @if(in_array(\Auth::user()->role, [1,5,11])) @endif --}}
@if(!$hotels->isEmpty()) @php ($i = 1) @foreach($hotels as $hotel) @php ($i++) @endforeach @else @endif
No Name Hotel Group Logo Address Email / Contact Actions
{{$i}}
{{@$hotel->group->nama}}
{{$hotel->alamat}} {!! $hotel->email.'
'.$hotel->telp !!}
@if(in_array(\Auth::user()->role, [1,2,5,11,12])) {{-- --}} @endif
Data Kosong
@endsection @section('js') @endsection