@section('title', __('Wallet Topup Payment'))
@if ($error)

{{__('Payment Failed')}}

{{ $errorMessage }}

@else

{{__('Payment Successful')}}

{{__('Wallet Topup Payment was successful')}}

@endif
{{-- close --}}

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