Manage all services across all categories
| # | Category | Service Name | Description | Status | Actions |
|---|---|---|---|---|---|
| {{ $services->firstItem() + $index }} | {{ $service->category->name ?? '—' }} | {{ $service->title }} | {{ Str::limit($service->description, 80) }} | {{ $service->status ? 'Active' : 'Inactive' }} | |
| No services found | |||||