@include('dashboard.user.partials.balance_and_currency')
@include('dashboard.user.partials.menu')
Deposit funds
Select one of the options to deposit funds to your account
-
@forelse ($deposits as $deposit)
{{ $deposit->status != 1 ? 'PENDING' : 'CONFIRMED' }}
{{ currency($user->currency) . formatAmount($deposit->amount) }} {{ currency($user->currency, 'name') }}
Payment with {{ $deposit->method }}
Transaction ID: {{ $deposit->reference_id }}
Deposit history
No deposit record found
@endforelse

