#
Hotel
Room Number
Category
Note
Date Status
{{--
Actions
--}}
@foreach ($reports as $idx => $item)
{{ $idx + 1 }}
{{ $item->nama_hotel }}
{{ $item->no_kamar }}
{{ $item->kategori }}
{{ $item->note }}
{{ $item->date.' '.dateFormat($item->created_at,'H:i:s') }}
@endforeach