إيصال تبرعك

مرحبًا {{ $donatedUser['name'] }}،

شكرًا لتبرعاتك السخية! 🎉 إليك ملخص للمشاريع التي دعمتها:

@php $total = 0; @endphp @foreach($donations as $donation) @php $total += $donation['total_amount_contains_fees']; @endphp @endforeach
اسم المشروع مبلغ التبرع
{{ $donation['project']['title_ar'] ?? $donation['project']['title_en'] }} {{ $donation->currency->symbol }}{{ number_format($donation['total_amount_contains_fees'], 2) }}
الإجمالي {{ $donations->first()->currency->symbol }}{{ number_format($total, 2) }}