{{ ucfirst($day) }}
| {{ $label }} @if ($sortField === $field) {{ $sortDirection === 'asc' ? '▲' : '▼' }} @endif | @endforeachPhone | Availability | In-Person | Virtual | Insurance | ||
|---|---|---|---|---|---|---|---|
| {{ $clinician->user?->full_name ?? '—' }} | {{ $clinician->space_use?->label() ?? '—' }} | {{ $clinician->user?->email ?? '—' }} | @if ($clinician->hide_phone_number) — @else {{ $clinician->user?->phone ?? '—' }} @endif |
@if (empty($availability))
—
@else
@foreach ($availability as $day => $slots)
{{ $dayAbbr[$day] ?? ucfirst($day) }}
{{ collect($slots)->map(fn ($s) => $slotAbbr[$s] ?? $s)->implode('/') }}
@endforeach
@endif
|
@if ($profile?->accepting_inperson) ✓ @else — @endif | @if ($profile?->accepting_virtual) ✓ @else — @endif |
@if ($profile?->insurance_accepted)
@foreach ($profile->insurance_accepted as $payer)
{{ $payer }}
@endforeach
@else
—
@endif
|
| No clinicians found. | |||||||