{{ $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
| 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 }}.
--}}