Add practitioner @if (session('success'))

{{ session('success') }}

@endif
@forelse ($practitioners as $practitioner) @empty @endforelse
Name Specialty Branch Team login Status
{{ $practitioner->name }} {{ $practitioner->specialty ?: '—' }} @php $branchNames = $practitioner->branches->pluck('name'); @endphp @if ($branchNames->isNotEmpty()) {{ $branchNames->implode(', ') }} @elseif ($practitioner->branch) {{ $practitioner->branch->name }} @else Unassigned @endif {{ $practitioner->member?->user_ref ?? '—' }} {{ $practitioner->is_active ? 'Active' : 'Inactive' }} Edit
No practitioners yet. Add doctors here so they appear on appointments and the queue.