| # | Title | Image | Category | Featured | Status | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $service->title }}
Deleted: {{ $service->deleted_at->diffForHumans() }} |
@if ($service->image)
@endif
|
{{ $service->category->title ?? 'NA' }} | @if ($service->featured) Yes @else No @endif | @if ($service->status) Active @else Pending @endif |
|
{{-- {{ $services->links() }} --}}
@endif