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