@extends('layouts.branch') @section('title', "Modify Charge Entry") @section('header', "Patient Billing Service") @section('content')
Dashboard Billing Directory Modify Record
{{ substr($ipdPatientCharge->patient->name, 0, 1) }}

{{ $ipdPatientCharge->patient->name }}

IPD: {{ $ipdPatientCharge->ipdRegistration->ipd_number }} UHID: {{ $ipdPatientCharge->ipdRegistration->uhid }}

Charge ID

REC-{{ str_pad($ipdPatientCharge->id, 6, '0', STR_PAD_LEFT) }}

@csrf @method('PUT')

Modify Service Line

Adjust billing rates or quantities for this entry

Service Date Charge Category Unit Rate (₹) Qty Row Total Remarks / Particulars

Update Preview

The new total will be ₹

Discard
@push('scripts') @endpush @endsection