Patient Copy
Central HOSPITAL
Maijdee-Court , Noakhali. Hello : 01823387518
Patient Copy
| Report ID | {{ $invoiceout->id }} |
| Date | {{ $invoiceout->created_at->format('d-m-Y h:i A')}} |
| Delivary Date | {{ $delivaryTime }} |
| Reference Doctor | {{ $invoiceout->patientout->doctor->name }} |
| Patient Address | {{ $invoiceout->patientout->address }} |
| Patient ID | {{ $invoiceout->patient_id }} / {{ $invoiceout->created_at->format('m-d-Y')}} | Patient Name | {{ $invoiceout->patientout->name }} |
| Age | {{ $invoiceout->patientout->age }} years |
| Hello | +880{{ $invoiceout->patientout->mobile }} |
| Sex | @if($invoiceout->patientout->gender=='m') Male @else Female @endif |
| Test Name | Room No. | Price |
|---|---|---|
| {{ $invoiceoutproduct->report_name }} | {{ $invoiceoutproduct->report_room }} | {{ $invoiceoutproduct->report_cost }} Tk. |
| Subtotal | {{ $invoiceout->subtotal }} Tk. |
| Discount | {{ number_format($invoiceout->discount + $invoiceout->percent_amount) }} Tk. |
| Total | {{ $invoiceout->total }} Tk. |
| Paid | {{ $invoiceout->receive_cash }} Tk. |
| Due | {{ $invoiceout->due }} Tk. |