{{__('Subscription Payment')}}

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

{{-- form --}}
{{__('Subscription Payment')}}

{{ setting('currency') . '' . '' }} {{ $selectedSubscription->amount ?? '' }}

{{ $selectedPaymentMethod->name }}

{{-- instruction --}}

{{__('Instructions')}}

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

{{__('Payment Details')}}

{{-- form --}}
{{-- completed --}}
@if($error) @else @endif {{--

Payment Failed

--}}

{{ $errorMessage }}

{{-- close --}}

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

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