{{ $name ?: '—' }}
@if ($proProfile->is_neurodivergent) 🧠 {{ __('Neurodivergent') }} @endif{{ $proProfile->organization_name }}
@endif {{-- ZIP · woonplaats · land --}} @if ($proProfile->zip_code || $proProfile->city || $proProfile->country){{ collect([ collect([$proProfile->zip_code, $proProfile->city])->filter()->implode(' '), $proProfile->country ? __(\App\Helpers\CountryHelper::name($proProfile->country)) : null, ])->filter()->implode(' — ') }}
@endif {{-- Kernactiviteit (vrij tekstveld) --}} @if ($proProfile->core_activity){{ $proProfile->core_activity }}
@endif {{-- Expertise — diagnoses / conditions --}} @if ($expertiseBadges){{ __('Expertise') }}
{{ __('Target group') }}
{{ __('Forms of support') }}
{{ $about }}
@endif @if ($proProfile->booking_url) 📅 {{ __('Book a session') }} @endif