@if(session('status'))
| Date | Reference | Activity | Status | Impact |
|---|---|---|---|---|
| {{ \Illuminate\Support\Carbon::parse($transaction->occurred_at)->format('d M Y H:i') }} | {{ $transaction->reference }} | {{ str($transaction->kind)->headline() }} | {{ $transaction->status }} | {{ $transaction->currency }} {{ number_format($transaction->amount,2) }} |
| No wallet activity matches these filters. | ||||
| Account | Identifier | Status |
|---|---|---|
| {{ $a->label }} ({{ strtoupper($a->type) }}) | {{ $a->masked_identifier }} | {{ ucfirst($a->status) }} |
| No payout account configured. | ||
| Period | Gross | Fees | Net | Status |
|---|---|---|---|---|
| {{ $s->period_start->format('d M') }} – {{ $s->period_end->format('d M Y') }} | {{ number_format($s->gross_amount,2) }} | {{ number_format($s->platform_fee,2) }} | {{ number_format($s->net_amount,2) }} | {{ ucfirst($s->status) }} |
| No finalized settlements. | ||||
| {{ $p->number }} | {{ number_format($p->amount,2) }} | {{ ucfirst($p->status) }} |