Service Types
@can('service-types-create')
@endcan
| SL | Name | Slug | Price | Service Items | Created Date | Action |
|---|---|---|---|---|---|---|
| {{ $serviceTypes->firstItem() + $loop->index }} | {{ $type->name }} | {{ $type->slug }} | {{ $type->price ?? 0 }} | {{ $type->service_items_count }} | {{ $type->created_at->format('d M, Y') }} | |
| No service type found. | ||||||
{{ $serviceTypes->links() }}