{{ __('Wallet Topup') }}

{{ __('Please wait while we process your payment') }}

{{-- form --}}
{{ __('Wallet Topup') }}

{{ currencyFormat($selectedModel->amount) }}

{{ $selectedPaymentMethod->name }}

{{-- instruction --}}

{{ __('Instructions') }}

{!! nl2br(e($selectedPaymentMethod->instruction)) !!}

{{ __('Payment Details') }}

{{-- form --}}
{{ __('Transaction Photo') }}
{{-- completed --}}
@if ($error) @else @endif

{{ $errorMessage }}

{{-- close --}}

{{ __('You can close this window') }}

{{ __('Do not close this window') }}