Admission Fee
Bed/Cabin Rent
Consultation
@if($invoice->surgeon != 0)
Surgeon Fee
@endif
@if($invoice->anesthesia != 0)
Anesthesia Fee
@endif
@if($invoice->assistant1 != 0)
1st Assistant Fee
@endif
@if($invoice->assistant2 != 0)
2nd Assistant Fee
@endif
@if($invoice->operation != 0)
Operation Charge
@endif
@if($invoice->delivary != 0)
Delivary Charge
@endif
Medicine Charge
Pathology
@if($invoice->nebulizer != 0)
Nebulizer Charge
@endif
@if($invoice->suction != 0)
Suction Charge
@endif
@if($invoice->blood != 0)
Blood Transfusion
@endif
@if($invoice->dressing != 0)
Dressing
@endif
@if($invoice->oxygen != 0)
Oxygen
@endif
@if($invoice->canulla != 0)
Canulla
@endif
@if($invoice->catheter != 0)
Catheter
@endif
@if($invoice->tube != 0)
Ryles Tube
@endif
@if($invoice->ambulance != 0)
Ambulance
@endif
@if($invoice->incubator != 0)
Baby Incubator
@endif
Service Charge
@if($invoice->others != 0)
Others
@endif
Subtotal
Discount
Total
: {{ $invoice->admission}} Tk.
: {{ $invoice->rent}} Tk.
: {{ $invoice->consultation}} Tk.
@if($invoice->surgeon != 0)
: {{ $invoice->surgeon}} Tk.
@endif
@if($invoice->anesthesia != 0)
: {{ $invoice->anesthesia}} Tk.
@endif
@if($invoice->assistant1 != 0)
: {{ $invoice->assistant1}} Tk.
@endif
@if($invoice->assistant2 != 0)
: {{ $invoice->assistant2}} Tk.
@endif
@if($invoice->operation != 0)
: {{ $invoice->operation}} Tk.
@endif
@if($invoice->delivary != 0)
: {{ $invoice->delivary}} Tk.
@endif
: {{ $invoice->medicine}} Tk.
: {{ $invoice->pathology}} Tk.
@if($invoice->nebulizer != 0)
: {{ $invoice->nebulizer}} Tk.
@endif
@if($invoice->suction != 0)
: {{ $invoice->suction}} Tk.
@endif
@if($invoice->blood != 0)
: {{ $invoice->blood}} Tk.
@endif
@if($invoice->dressing != 0)
: {{ $invoice->dressing}} Tk.
@endif
@if($invoice->oxygen != 0)
: {{ $invoice->oxygen}} Tk.
@endif
@if($invoice->canulla != 0)
: {{ $invoice->canulla}} Tk.
@endif
@if($invoice->catheter != 0)
: {{ $invoice->catheter}} Tk.
@endif
@if($invoice->tube != 0)
: {{ $invoice->tube}} Tk.
@endif
@if($invoice->ambulance != 0)
: {{ $invoice->ambulance}} Tk.
@endif
@if($invoice->incubator != 0)
: {{ $invoice->incubator}} Tk.
@endif
: {{ $invoice->service}} Tk.
@if($invoice->others != 0)
: {{ $invoice->others}} Tk.
@endif
: {{ $invoice->total_amount}} Tk.
: {{ $invoice->discount }} Tk.
: {{ $invoice->total}} Tk.