{{-- Contact "Nous contacter" info + form --}}
{{-- Left: Info text --}}

{{ __('contact.sections.contact.title') }}

{{ __('contact.sections.contact.description_1') }}
{{ __('contact.sections.contact.description_2') }}

{{ __('contact.sections.contact.email_label') }} contact@wasoria.fr
{{-- Right: Contact form --}}
{{-- Success flash message --}} @if(session('success'))
{{ session('success') }}
{{-- GA4 conversion event — Story 7.3: Track contact form submission. Fires client-side on success card render. Gated by window.gtag (only exists if consent accepted + GA4 initialized via Story 7.2). No PII sent — only form_type identifier. --}} @endif {{-- Error flash message --}} @if(session('error'))
{{ session('error') }}
@endif
@csrf {{-- Name + Surname (2-col) --}}
{{-- Email --}} {{-- Phone + Company (2-col) --}}
{{-- Position --}} {{-- Subject --}} {{-- Message --}} {{-- GDPR consent --}} {{ __('contact.form.gdpr_disclaimer') }} {{-- Submit button --}}