@extends('layouts.branch') @section('title', "IPD Billing Directory") @section('header', "Service Charge Ledger") @section('content')

Total Entries

{{ $charges->total() }}

Service Billing Entry

Record new patient services, room rent, and nursing charges

New Entry

Billing Ledger

Comprehensive log of all service charges recorded

@include('branch.ipd_patient_charges._table', ['hasSearch' => $hasSearch])
@push('scripts') @endpush @endsection