{{ __('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') }}

@if ($errors->any())
{{ __('Please review the required fields before submitting the proof.') }}
@endif {{-- form --}}
{{ __('Transaction Photo') }}

{{ __('Upload a clear screenshot or photo of the transfer proof before tapping Submit.') }}

@if (!empty($photoInfo['name'] ?? null))

{{ __('Selected file') }}: {{ $photoInfo['name'] }}.{{ $photoInfo['extension'] ?? 'jpg' }} @if (!empty($photoInfo['size'] ?? null)) ({{ $photoInfo['size'] }} MB) @endif

@endif
{{ __('Uploading proof...') }}
{{-- completed --}}
@if ($error) @else @endif

{{ $errorMessage }}

{{-- close --}}

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

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