Your Donation Receipt

Hello {{ $donatedUser['name'] }},

Thank you for your generous donations! 🎉 Here is a summary of the projects you supported:

@php $total = 0; @endphp @foreach($donations as $donation) @php $total += $donation['total_amount_contains_fees']; @endphp @endforeach
Project Name Amount Donated
{{ $donation['project']['title_en'] }} {{ $donation->currency->symbol }}{{ number_format($donation['total_amount_contains_fees'], 2) }}
Total {{ $donations->first()->currency->symbol }}{{ number_format($total, 2) }}