{{-- Location Map Section --}} @php $locationMap = \App\Models\LocationMap::where('is_active', true)->first(); @endphp @if($locationMap)
{{ $locationMap->title }}
@if($locationMap->embed_url)
@endif
@endif