@if (filled($our_therapist_overview['name'] ?? null))

{{ $our_therapist_overview['name'] }}

@endif @if (filled($our_therapist_overview['desc'] ?? null))

{{ $our_therapist_overview['desc'] }}

@endif @if (filled($our_therapist_overview['detail'] ?? null))

{{ $our_therapist_overview['detail'] }}

@endif