@extends('layouts.branch') @section('title', 'IPD Charges Report') @section('header', 'IPD Charges Report') @section('content')
| Date | UHID | IPD No. | Patient | Charge Details | Amount |
|---|---|---|---|---|---|
| {{ $charge->date->format('d M, y') }} | {{ $charge->patient->uhid }} | {{ $charge->ipdRegistration->ipd_number }} |
{{ $charge->patient->name }} |
{{ $charge->chargeType->name }}{{ $charge->note ?? 'No notes' }} |
{{ number_format($charge->amount, 2) }} |
|
No charges found |
|||||
| Grand Total IPD Charges | ₹{{ number_format($grandTotal, 2) }} | ||||