@include('partials.branch._print_head')
{{ $ipdDischarge->branch->address_1 }}, {{ $ipdDischarge->branch->address_2 }}, {{ $ipdDischarge->branch->city }}
TEL: {{ $ipdDischarge->branch->phone }}
| Clinical Particulars / Services | Amount (₹) |
|---|---|
|
{{ number_format($ipdDischarge->total_charges + $ipdDischarge->add_extra_charges + $ipdDischarge->add_others, 2) }} |
| Less: Total Advance Paid | - {{ number_format($ipdDischarge->total_advances, 2) }} |
| Less: Special Discount ({{ $ipdDischarge->discount_percent }}%) | - {{ number_format($ipdDischarge->discount_amount, 2) }} |
| Total Net Bill (After Discount) | ₹{{ number_format($ipdDischarge->net_bill_amount, 2) }} |
| Balance Payable (After Advances) | ₹{{ number_format($ipdDischarge->balance_amount, 2) }} |