QAFYS
Bismillahir Rahmanir Raheem

Qur'an Academy for Young Scholars (QAFYS)

166-15 & 19 89th Ave, Jamaica, NY 11432

Phone : (844) 442-6622

www.qafys.org | support@qafys.org

{{-- QAFYS --}}

{{ $transection->Donor->first_name.' '.$transection->Donor->last_name }}

{{ $transection->Donor->email }}

{{ $transection->Donor->phone_no }}

{{ $transection->donor->street_number.', '.$transection->Donor->city.', '.$transection->Donor->state.' '.$transection->Donor->zip_code }}

Transaction History Report
@php $total = 0; @endphp @if (count($transection->RefTransections) > 0) @foreach ($transection->RefTransections as $history) @php $total += $history->transaction_amount; @endphp @endforeach @endif
Transaction No Transaction Type Transaction Date Amount
#TR-{{ $transection->id }} {{ $transection->TransectionType->name ?? 'N/A' }} {{ date('m-d-Y',strtotime($transection->created_at)) }} ${{ number_format($transection->transaction_amount,2) }}
#TR-{{ $history->id }} {{ $history->TransectionType->name ?? 'N/A' }} {{ date('m-d-Y',strtotime($history->created_at)) }} -${{ number_format($history->transaction_amount,2) }}
Subtotal ${{ number_format($transection->transaction_amount - $total,2) }}
Transaction Notes

Thank you for your contribution to QAFYS. This statement reflects all transactions associated with reference #TR-{{ $transection->id }}.