{{ content('contact.form.heading') }}

{{ content('contact.form.subheading') }}

@if ($sent)
check_circle

{{ __('Thank you! Your inquiry has been sent. We’ll get back to you shortly.') }}

@endif
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('subject')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror

{{ __('Join Our Growing Community') }}

@foreach ([ ['icon' => 'public', 'label' => 'Facebook'], ['icon' => 'share', 'label' => 'Instagram'], ['icon' => 'video_library', 'label' => 'YouTube'], ['icon' => 'chat', 'label' => 'WhatsApp'], ] as $social)
{{ $social['icon'] }}
{{ __($social['label']) }}
@endforeach