Ref: {{ $data['ref_no'] }}

Dated: {{ date('d-m-Y', strtotime($data['date'])) }}

@php $path = public_path('images/AVBD_LOGO.png'); @endphp Association of
Voluntary Blood Donors
West Bengal

20A, Fordyce Lane, Kolkata 700014, India
Email: avbdwb@gmail.com
Phone: (033) 2227 1022, 9433604060 (WA)
Website: https://avbdwb.org
Director, Regional Blood Transfusion Centre
N.R.S. Medical College & Hospital
AJC Bose Road, Kolkata-700012
Email_ID: nrsmchnn@gmail.com          Contact_No: 6291372390
Sub: Bill for Refreshment and IEC Charges for the Month of-- {{ $data['report_month_in_words'] }}-{{ $data['report_year'] }}
Sir/Madam,
The Refreshment and IEC Charges against the following Voluntary Blood Donation Camps organised by the different organisations with AVBDWB and the details of the Camps are mentioned as under. Please arrange to reimburse the amount in favour of AVBDWB. Please mention the ref no in the remarks column during reimbursment of the payment through NEFT/RTGS.

@php $totalRef = 0; $totalIEC = 0; $totalDonor = 0; $totalAmount = 0; @endphp @if (!empty($data['list']) && count($data['list']) > 0) @foreach ($data['list'] as $key => $value) @php $totalRef += $value->refreshment_charge ?? 0; $totalIEC += $value->iec_grant_paid ?? 0; $totalDonor += $value->donor_count ?? 0; $totalAmount += $value->total_amount ?? 0; @endphp @endforeach @else @endif
SL Camp Date Organizations Name Organizations Address Bag Code No of Donors Ref Amt (Rs.) IEC Amt (Rs.) Total Amt (Rs.)
{{ $key + 1 }} {{ $value->camp_date ? date('d-m-Y', strtotime($value->camp_date)) : '' }} {{ $value->org_name ?? '' }} {{ $value->org_address ?? '' }} {{ $value->blood_bag_code ?? '' }} {{ $value->donor_count ?? 0 }} {{ number_format($value->refreshment_charge ?? 0, 2) }} {{ number_format($value->iec_grant_paid ?? 0, 2) }} {{ number_format($value->total_amount ?? 0, 2) }}
No Record Found.
Total Rupees (in Figure) {{ $totalDonor }} {{ number_format($totalRef, 2) }} {{ number_format($totalIEC, 2) }} {{ number_format($totalAmount, 2) }}
Rupees (in Word): {{ currencywords($totalAmount) }}


Treasurer