| Name | Value |
|---|---|
| {{ "Admit Date / Time" }} | {{ $patient->created_at->format('d-m-Y h:i:s A') }} |
| {{ "Name" }} | {{ $patient->name }} |
| {{ "Patient ID" }} | {{ $patient->id }} / {{ $patient->created_at->format('m-d-Y') }} |
| {{ "Consultant" }} | {{ $patient->doctor->name }} |
| {{ "Father's Name" }} | {{ $patient->fname }} |
| {{ "Gender" }} | {{ $patient->gender }} |
| {{ "Blood Group" }} | {{ $patient->bloodGroup }} |
| {{ "Age" }} | {{ $patient->age }} |
| {{ "Religion" }} | {{ $patient->religion }} |
| {{ "Occupation" }} | {{ $patient->occupation }} |
| {{ "Bed No." }} | {{ $patient->seat->seatFloor }} Floor {{ $patient->seat->seatNo }} No. Bed |
| {{ "Personal Phone" }} | {{ $patient->pphone }} |
| {{ "Home Phone" }} | {{ $patient->hphone }} |
| {{ "Local Address" }} | {{ $patient->laddress }} |
| {{ "Permanent Address" }} | {{ $patient->paddress }} |
| Name | Value |
| Report ID | {{ $report->id }} |
| Date | {{ $report->created_at->format('d-m-Y h:i A')}} |
| Patient ID | {{ $report->patient_id }} / {{ $report->created_at->format('m-d-Y')}} | Patient Name | {{ $report->patient->name }} |
| Test Name | Room No. | Price |
|---|---|---|
| {{ $reportproduct->report_name }} | {{ $reportproduct->report_room }} | {{ $reportproduct->report_cost }} Tk. |
| Subtotal | {{ $report->subtotal }} Tk. |
| Discount | {{ number_format($report->discount + $report->percent_amount) }} Tk. |
| Total | {{ $report->total }} Tk. |
| Paid | {{ $report->receive_cash }} Tk. |
| Due | {{ $report->due }} Tk. |
| Operation ID | {{ $operation->id }} |
| Date | {{ $operation->created_at->format('d-m-Y h:i A')}} |
| Patient ID | {{ $operation->patient_id }} / {{ $operation->created_at->format('m-d-Y')}} | Patient Name | {{ $operation->patient->name }} |
| Operation Name | Price |
|---|---|
| {{ $operationproduct->operation_name }} | {{ $operationproduct->operation_cost }} Tk. |
| Subtotal | {{ $operation->subtotal }} Tk. |
|---|
| Invoice ID | {{ $invoice->id }} |
| Release Date | {{ $invoice->updated_at->format('d-m-Y h:i A')}} |
| Patient ID | {{ $invoice->patient_id }} / {{ $invoice->created_at->format('m-d-Y h:i A')}} | Patient Name | {{ $invoice->name }} |
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
@endifMedicine 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
@endifService Charge
@if($invoice->others != 0)Others
@endifSubtotal
Discount
Total
@else
@endif
: {{ $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.