Ticket and contribution revenue settles into your Ladill wallet (5.5% tickets / 3.5% contributions).
Total event revenue (net)
{{ $fmt($revenueMinor) }}
{{ ($pa['account_type'] ?? '') === 'mobile_money' ? 'Mobile Money' : 'Bank Account' }}
{{ $pa['account_name'] }}
{{ $pa['bank_name'] }} · {{ $pa['account_number'] }}
Add a payout account to withdraw from your wallet.
Mobile money or bank account for withdrawals.
Recent ticket sales and contributions collected through Ladill Pay.
Paid registrations will appear here once attendees complete checkout.
| Event | Attendee | Type | Gross | Fee | Net | Paid |
|---|---|---|---|---|---|---|
| {{ $eventName }} | {{ $tx->attendee_name }} | {{ $tx->tier_name }} | {{ $fmt($tx->amount_minor) }} | −{{ $fmt($tx->platformFeeMinor()) }} | {{ $fmt($tx->netAmountMinor()) }} | {{ $tx->paid_at?->format('M j, Y g:i A') ?? '—' }} @if($tx->payment_reference) {{ $tx->payment_reference }} @endif |
Recent requests to your bank or mobile money account.
GHS {{ number_format((float) ($withdrawal['amount_ghs'] ?? 0), 2) }}
@if(!empty($withdrawal['created_at'])) {{ \Illuminate\Support\Carbon::parse($withdrawal['created_at'])->format('M j, Y g:i A') }} @endif