{{--
| ID | Name | Speciality | Status | Actions | ||
|---|---|---|---|---|---|---|
| # {{ $loop->iteration }} | {{ $doctor->name }} | {{ $doctor->specialty->name_en ?? '' }} - {{ $doctor->specialty->name_ar ?? '' }} | @if ($doctor->status == 'accepted'){{ $doctor->status ?? '' }} | @elseif($doctor->status == 'rejected'){{ $doctor->status ?? '' }} | @else{{ $doctor->status ?? '' }} | @endif