@php $mapAddress = $data['google_map_address'] ?? $data['contact_address'] ?? ''; $mapUrl = filled($mapAddress) ? 'https://www.google.com/maps?q='.urlencode($mapAddress).'&output=embed' : null; @endphp
@if(!empty($data['top_message'])) {{ $data['top_message'] }} @endif

{{ $data['hero_title'] ?? 'Contact Us' }}

{{ $data['hero_description'] ?? 'Find our contact details, directions, opening times, and map information below.' }}

@if(!empty($data['hero_image']))
{{ $data['hero_title'] ?? 'Contact Us' }}
@endif

Contact Details

Address
{{ $data['contact_address'] ?? '-' }}
Email
@if(!empty($data['contact_email'])) {{ $data['contact_email'] }} @else - @endif
Phone
@if(!empty($data['contact_phone'])) {{ $data['contact_phone'] }} @else - @endif
Mobile
@if(!empty($data['contact_mobile'])) {{ $data['contact_mobile'] }} @else - @endif
Bailiff Phone
@if(!empty($data['contact_bailiff_phone'])) {{ $data['contact_bailiff_phone'] }} @else - @endif
What3Words
@if(!empty($data['contact_what3words'])) {{ $data['contact_what3words'] }} @else - @endif
@php $socials = [ ['label' => 'Facebook', 'url' => $data['social_facebook'] ?? '', 'icon' => 'fa-brands fa-facebook-f'], ['label' => 'Instagram', 'url' => $data['social_instagram'] ?? '', 'icon' => 'fa-brands fa-instagram'], ['label' => 'X / Twitter', 'url' => $data['social_x'] ?? '', 'icon' => 'fa-brands fa-x-twitter'], ['label' => 'TikTok', 'url' => $data['social_tiktok'] ?? '', 'icon' => 'fa-brands fa-tiktok'], ['label' => 'YouTube', 'url' => $data['social_youtube'] ?? '', 'icon' => 'fa-brands fa-youtube'], ]; @endphp @if(collect($socials)->contains(fn (array $social) => filled($social['url'])))
Follow Us
@foreach($socials as $social) @continue(blank($social['url'])) {{ $social['label'] }} @endforeach
@endif

How To Find Us

{{ $data['find_us_description'] ?? 'Add directions and parking details here.' }}

Opening Times

{{ $data['opening_times_description'] ?? 'Add opening hours here.' }}

Map

@if($mapUrl) @else
Add a Google map address in Admin > Content.
@endif