{{-- Reachassuree - Expenses Bill Annexure --}}
{{-- {{-- --}} {{-- --}}
Header Avatar Header Avatar :: Expenses Bill Annexure (A) ::

:: Expenses Bill Annexure (D/L) ::

Page :- 1
Header Avatar

:: Expenses Bill Annexure (A) ::

Page :- 1
Policy No. : {{$response['policy_number']}} Patient Name : {{$response['petient_name']}}
Policy Holder Name : {{$response['policy_holder_name']}} Claim Lodged Type : {{$response['claim_lodged_type']}}
@forEach($response['data'] as $key1 => $value1) @if($value1['expenseType'] == "Hospitalise Bill") @endif @endforeach
A: Hospital Bills
Bill Date Bill Number Amount Bill Issued By Name Remarks
{{ $value1['billDate'] }} {{ $value1['billNum'] }} {{ $value1['billAmt'] }} {{ $value1['billIssuedByName'] }} {{ $value1['billRemark'] }}
Total : {{ $response['hospitalise_bill_total'] }}
@forEach($response['data'] as $key2 => $value2) @if($value2['expenseType'] == "Pharmacy-Medicine Bills") @endif @endforeach
B: Pharmacy - Medicine Bills
Bill Date Bill Number Amount Bill Issued By Name Remarks
{{ $value2['billDate'] }} {{ $value2['billNum'] }} {{ $value2['billAmt'] }} {{ $value2['billIssuedByName'] }} {{ $value2['billRemark'] }}
Total : {{ $response['pharmacy_medicine_bill_total'] }}
@forEach($response['data'] as $key3 => $value3) @if($value3['expenseType'] == "Lab-X'ray-Investigation Bills") @endif @endforeach
C : Lab-X'Ray - Investigation Bills
Bill Date Bill Number Amount Bill Issued By Name Remarks
{{ $value3['billDate'] }} {{ $value3['billNum'] }} {{ $value3['billAmt'] }} {{ $value3['billIssuedByName'] }} {{ $value3['billRemark'] }}
Total : {{ $response['lab_xray_bill_total'] }}
@forEach($response['data'] as $key4 => $value4) @if($value4['expenseType'] == "Other Hospilalise Exp. Bills") @endif @endforeach
D : Other Hospitalised Exp. Bills
Bill Date Bill Number Amount Bill Issued By Name Remarks
{{ $value4['billDate'] }} {{ $value4['billNum'] }} {{ $value4['billAmt'] }} {{ $value4['billIssuedByName'] }} {{ $value4['billRemark'] }}
Total : {{ $response['other_hospitalise_exp_bill_total'] }}
Grand Total : {{ $response['bill_grand_total'] }}