All Doctors
| Title | Image | Created at | Status | Featured | Approved | Action |
|---|---|---|---|---|---|---|
| {{ $doctor->name }} |
@if ($doctor->image)
|
{{ date_format($doctor->created_at, 'd-m-Y') }} | {{ $doctor->is_active ? 'Active' : 'Inactive' }} | {{ $doctor->is_featured ? 'Yes' : 'No' }} | {{ $doctor->is_approved ? 'Yes' : 'No' }} |
@if (!$doctor->trashed())
@else
{{-- restore --}}
{{-- delete permanently --}}
@endif
|