@extends('layout') @section('title', 'Property') @section('css') @endsection @section('content')
{{-- --}} @if(!$hotels->isEmpty()) @php ($i = 1) @foreach($hotels as $hotel) {{-- --}} @php ($i++) @endforeach @endif
No Property type Property Name Company Name Marketing byLogoAddress Email / Contact License Key Username/Password Actions
{{$i}}
{{config('custom.jenis_properti')[$hotel->jenis_properti]}}
{{@$hotel->hotel_name}}
{{@$hotel->company_name}}
{{@$hotel->user->nama}}
{{$hotel->address}} {!! $hotel->email.'
'.$hotel->telp !!}
{!! $hotel->license_code !!} @if ($hotel->first_pass_hotely) @else @endif
@endsection @section('js') @endsection