@extends('layouts.master') @section('content')

Contact Our Branch Hotels

Select any of our verified properties to view their live location and official contact details.

@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