|
|
Hotel Name | Subscription | Phone | Validity | |
|---|---|---|---|---|---|
|
|
@if($hotel->cover !='')
@endif
#000{{$key + 1}}
{{$hotel->name}}
{{$hotel->slug}} |
{{number_format($hotel->amount)}} |
{{$hotel->phone}} {{$hotel->email}} |
@if($hotel->status=='active')
{{$hotel->total_rooms}}
Rooms
{{ date('Y-m-d', strtotime($hotel->validity)) }}
|
|
|
Hotel Name | Phone | Address | Status | ||
|---|---|---|---|---|---|---|
|
|
@if($ihotel->cover !='')
@endif
#000{{$key + 1}}
{{$ihotel->name}}
|
{{$ihotel->phone}} |
{{$ihotel->email}}
|
{{$ihotel->address}}
|
@if($ihotel->status=='inactive') INACTIVE @endif | @if(auth()->user()->userGroup && auth()->user()->hasPermission('create hotel')) @endif |
There is no record to display at the moment
@endif