Manage service types and pricing
| Code | Name | Category | Subcategory | Price | Unit | Status | Sort Order | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $service->code }} | {{ ucwords(strtolower($service->name)) }} | {{ ucwords(str_replace('_', ' ', $service->category)) }} | {{ $service->subcategory ? ucwords(str_replace('_', ' ', $service->subcategory)) : '-' }} | {{ config('app.currency_symbol') }}{{ number_format($service->price, 2) }} | {{ ucwords(str_replace('_', ' ', $service->unit)) }} | {{ $service->is_active ? 'Active' : 'Inactive' }} | {{ $service->sort_order }} |
|
| No services found. | ||||||||