@props(['contact', 'locale'])
{{ lpick('Contact', 'Contact', 'Kontakt') }}

{!! $contact->tradEm('title') !!}

{{ $contact->trad('intro') }}

Email
{{ $contact->ctc_email }}
WhatsApp
{{ $contact->ctc_whatsapp }}
{{ lpick('Localisation', 'Location', 'Standort') }}
{{ $contact->trad('localisation') }}
{{ $contact->trad('call_label') }}

{{ $contact->trad('call_texte') }}

{{ lpick('Réserver un appel', 'Book a call', 'Termin buchen') }}
@if (session('contact_success'))

{{ lpick('Message bien reçu — nous reviendrons vers vous dès que possible.', 'Thank you for your message. We will get back to you as soon as possible.', 'Vielen Dank für Ihre Nachricht. Wir melden uns so bald wie möglich bei Ihnen.') }}

@else
@csrf {{-- Honeypot anti-spam (CDC §9.4) --}}
{{ lpick('Envoyer un message', 'Send a message', 'Nachricht senden') }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ lpick('Votre profil *', 'Your profile *', 'Ihr Profil *') }}
@php $profils = [ lpick('Entrepreneur', 'Entrepreneur', 'Unternehmer'), lpick('Investisseur', 'Investor', 'Investor'), lpick("Dirigeant d'entreprise", 'Business owner', 'Geschäftsführer'), lpick('Institution / ONG', 'Institution / NGO', 'Institution / NGO'), ]; @endphp @foreach ($profils as $profil) @endforeach

{{ $contact->trad('rgpd') }}

@endif