{{-- Contact "Nous rejoindre" section with hiring form --}}
{{-- Left: Info text --}}

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

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

{{ __('contact.sections.join.email_label') }} recrutement@wasoria.fr
{{-- Right: Hiring form --}}
{{-- Success flash message --}} @if(session('success'))
{{ session('success') }}
{{-- GA4 conversion event — Story 7.3: Track hiring 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 {{-- Global validation error banner --}} @if($errors->any() && old('_hiring_form')) @endif
@csrf {{-- Name + First name (2-col) --}}
{{-- Email --}} {{-- Phone --}} {{-- CV upload --}} {{-- Message --}} {{-- GDPR consent --}} {{ __('contact.hiring_form.gdpr_disclaimer') }} {{-- Submit button --}}