@extends('layouts.site') @section('title', $page->meta_title ?: $page->title) @section('meta_description', $page->meta_description ?? 'Contact Hillcrest Living for referrals, enquiries, and directions.') @section('content') @php $branches = collect($siteSettings->contact_branches ?? []) ->filter(fn ($branch) => filled($branch['name'] ?? null) && filled($branch['address'] ?? null)) ->values(); $primaryBranch = $branches->first(fn ($branch) => (bool) ($branch['is_primary'] ?? false)) ?? $branches->first(); $turnstileEnabled = (bool) config('hillcrest.turnstile.enabled') && filled(config('hillcrest.turnstile.site_key')) && filled(config('hillcrest.turnstile.secret_key')); @endphp
Ready to discuss supported living, referrals, or partnership opportunities? Our team will guide you through the right next step.
Phone
{{ $primaryBranch['phone'] ?? $siteSettings->contact_phone }}
@endif @if(filled($primaryBranch['email'] ?? null) || filled($siteSettings->contact_email)){{ $primaryBranch['email'] ?? $siteSettings->contact_email }}
@endif
Phone:
Email:
{{ $siteSettings->contact_map_place_label }}
@endif @if(filled($primaryBranch['address'] ?? null) || filled($siteSettings->contact_address)){{ $primaryBranch['address'] ?? $siteSettings->contact_address }}
@endif @elseA map embed can be added from the admin panel under Site settings.
@endifUse this form for enquiries, support requests, referrals, and service interest.
@if(session('status'))Please review the highlighted fields.