Services

Manage all services across all categories

@if (session()->has('success'))
{{ session('success') }}
@endif
@forelse($services as $index => $service) @empty @endforelse
# Category Service Name Description Status Actions
{{ $services->firstItem() + $index }} {{ $service->category->name ?? '—' }} {{ $service->title }} {{ Str::limit($service->description, 80) }} {{ $service->status ? 'Active' : 'Inactive' }}
Edit
No services found
{{ $services->links() }}