All Form Contributions

@php $total = 0; @endphp @foreach($transactions as $transaction) @php $total += $transaction->amount; @endphp @endforeach
Contribution Number
User
Date
Amount
{{ (new DateTime($transaction->created_at))->format('D d M, Y - h:m A') }}
{{ $transaction->currency->name }} {{ number_format($transaction->amount, 2) }}
TOTAL
USD {{ number_format($total, 2) }}