@php $primary = jannah_opt('primary_color'); $showKYC = true; @endphp
Fund Wallet
N50 charge applies on each Deposit
@foreach ($banks as $bank) @php $userAccountNumber = $user->{$bank['slug']} ?? null; $isPaymentGatewayEnabled = isset($payments[$bank['identifier']]) && $payments[$bank['identifier']]['status'] === 'enabled'; @endphp @if ($isPaymentGatewayEnabled && !empty($userAccountNumber)) @php $showKYC = false; @endphp

{{ $bank['name'] }}

{{ $userAccountNumber }}

@endif @endforeach
@if ($showKYC)

Based on CBN Regulations, you are expected to complete KYC before getting a virtual bank account number. Kindly click on the button below to finish KYC or use other payment methods.

Complete Now
@endif
OR
@if (isset($payments['mf']) && $payments['mf']['status'] === 'enabled')

Pay with Card/USSD/Bank

Fund your wallet using online services

@endif

Manual Deposit

Fund your wallet directly from Us

@if (isset($payments['pv']) && $payments['pv']['status'] === 'enabled')

Onetime Account

Fund your wallet with an automated account

@endif