@extends('layouts.master') @section('content') Contact Our Branch Hotels Select any of our verified properties to view their live location and official contact details. Choose a Hotel Branch: @if($hotels->isEmpty()) No active branches available @else @foreach($hotels as $index => $hotel) {{ $hotel->hotel_name }} @endforeach @endif @if(!$hotels->isEmpty()) {{ $hotels->first()->hotel_name }} Address {{ $hotels->first()->address }}, {{ $hotels->first()->city }}, {{ $hotels->first()->state }} @else Branch network logs empty. @endif @if(!$hotels->isEmpty() && !empty($hotels->first()->map_url)) @else No location map configured for this branch. @endif @endsection
Select any of our verified properties to view their live location and official contact details.