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

{{__('Payment Failed')}}

{{ $errorMessage }}

@else

{{__('Payment Successful')}}

{{__('Subscription Payment was successful')}}

@endif
{{-- close --}}

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