| Name | Image | Created at | Status | Action |
|---|---|---|---|---|
| {{ $patient_health->name }} |
@if ($patient_health->image)
|
{{ date_format($patient_health->created_at, 'd-m-Y') }} | {{ $patient_health->is_active ? 'Active' : 'Inactive' }} |
@if (!$patient_health->trashed())
@else
{{-- restore --}}
{{-- delete permanently --}}
@endif
|