@extends('layouts.app') @section('title', 'Services Price List') @section('content')
Price reference for hospital services ยท Read-only
Showing {{ number_format($services->total()) }} {{ $services->total() === 1 ? 'service' : 'services' }} @if($q !== '') matching "{{ $q }}" @endif
| Service | Code | Category | Department | Price (KES) |
|---|---|---|---|---|
| {{ $s->name }} @if($s->is_package) Package @endif | {{ $s->code ?: 'โ' }} | {{ $s->category ?: 'โ' }} | {{ optional($s->department)->name ?: 'โ' }} | {{ number_format($s->price, 2) }} |
| No services match the current filters. | ||||