| Transaction ID | User | Form Type | Amount | Date |
|---|---|---|---|---|
| {{ $transaction->transaction_id }} | {{ $transaction->registration->first_name }} {{ $transaction->registration->last_name }} | @if($transaction->registration->type == 'nrg_membership') NRG Membership @else Coffee Connections @endif | ${{ number_format($transaction->amount, 2) }} | {{ $transaction->created_at->format('M d, Y') }} |
| No transactions found. | ||||