Association of Voluntary Blood Donors
20A, Fordyce Lane, Kolkata-700014
Month Wise Summary Report For Executive Meeting
Financial Year: {{ str_replace('-', ' - ', $data['report_financial_year']) }}
@php $totalCamp = 0; $totalExpectedDonor = 0; $totalActualDonor = 0; $totalRefreshment = 0; $totalIEC = 0; $grandTotal = 0; @endphp @if (!empty($data['list']) && count($data['list']) > 0) @foreach ($data['list'] as $value) @php $totalCamp += $value->camp_count; $totalExpectedDonor += $value->expected_no_of_donor; $totalActualDonor += $value->actual_no_of_donor; $totalRefreshment += $value->total_refreshment; $totalIEC += $value->total_iec_grant; $grandTotal += $value->grand_total_amount; @endphp @endforeach @else @endif
Camp Month No of Camps Expected Total Donors Actual Total Donors Total Refreshment Total IEC Amt in Rs Grand Total Amt in Rs
{{ $value->display_month }} {{ $value->camp_count }} {{ $value->expected_no_of_donor }} {{ $value->actual_no_of_donor }} {{ number_format($value->total_refreshment, 2) }} {{ number_format($value->total_iec_grant, 2) }} {{ number_format($value->grand_total_amount, 2) }}
No Record Found.
Total For the Year {{ $data['report_financial_year'] }} {{ $totalCamp }} {{ $totalExpectedDonor }} {{ $totalActualDonor }} {{ number_format($totalRefreshment, 2) }} {{ number_format($totalIEC, 2) }} {{ number_format($grandTotal, 2) }}
Statement of Refreshment and IEC Amount receivable from Blood Bank
Refreshment Amount receivable from Blood Bank: {{ number_format($totalRefreshment, 2) }}
IEC Amount Receivable from Blood Bank: {{ number_format($totalIEC, 2) }}
Grand Total Refreshment and IEC Amount receivable from Blood Bank: {{ number_format($grandTotal, 2) }}
Total Amount in Word: {{ currencywords($grandTotal) }} Only