@extends('layouts.master')
@section('body_id', 'vendor_hotels_list_page')
@section('content')
View, monitor, and optimize your registered hotel properties infrastructure logs. You haven't listed any hotel properties under your account index profile yet.My Registered Hotels
No Properties Found
@foreach($hotels as $hotel)
Preview
Hotel Details
Location City
Google Map Amenities Included
Verification Status
Action Grid
@endforeach
@else
{{ $hotel->hotel_name }}
{{ Str::limit($hotel->address, 45) }}
{{ $hotel->city }}
@if($hotel->map_url)
@else
No Map
@endif
@if($hotel->status == 1)
Live & Active
@elseif($hotel->status == 0)
Pending Review
@else
Suspended
@endif