@extends('layouts.app') @section('title', 'Service Price List') @section('content')
Master charge list for all billable services
| Code | Service Name | Category | Department | Price (KES) | Insurance | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $s->code }} | {{ $s->name }} | {{ $s->category }} | {{ $s->department->name ?? '-' }} | {{ number_format($s->price) }} | {{ $s->insurance_price ? number_format($s->insurance_price) : '-' }} | @if($s->is_active)Active@elseInactive@endif | |
| No services. Click + Add Service. | |||||||