{{$hospital->name}} Date: {{date('d F, Y')}}
{{ $patientInfo->present_address }}
Phone: {{ $patientInfo->mobile_no }}
Age: {{ $patientInfo->patient->age }}
Blood Group: {{ $patientInfo->patient->blood_group }}
Gender: @if ($patientInfo->gender ==1) {{ 'Male'}} @elseif($patientInfo->gender ==2) {{ 'Female'}} @else {{ 'Other'}} @endif @else Name:
Address:
Phone:
@endif
Invoice Date: {{ $receiptInfo->date }}
| SL | Service Name | Qty | Sale Price | Disc | Total | |
|---|---|---|---|---|---|---|
| {{$packageKey}} | ||||||
| {{++$sl}} | {{$groupItem['diagnostic_test_name']}} |
{{$groupItem['quantity']}}
|
{{$groupItem['diagnostic_test_sale_price']}}
|
{{$groupItem['discount']}}
|
{{$groupItem['total']}}
|
|
| {{$groupKey}} | ||||||
| {{++$sl}} | {{$saleItem['diagnostic_test_name']}} |
{{$saleItem['quantity']}}
|
{{$saleItem['diagnostic_test_sale_price']}}
|
{{$saleItem['discount']}}
|
{{$saleItem['total']}}
|
|
|
|
||||||
| Subtotal: | {{$receiptInfo->total_amount}} | |||||
| Discount: | {{$receiptInfo->discount}} | |||||
| Total: | {{$receiptInfo->total_amount - ($receiptInfo->discount) }} | |||||
| Paid: | {{$receiptInfo->total_amount - ($receiptInfo->discount) }} | |||||
| Due: | {{$receiptInfo->due}} | |||||
| Pay Note: | {{$receiptInfo->pay_note}} | |||||
| Return: | {{$receiptInfo->return}} | |||||