@if (isset($payment_status) && $payment_status == 'fail')
{{ translate('Transaction Failed!') }}
@else
{{ translate('Congratulations!') }}
@endif
@if (isset($type) && $type == 'commission')
{{ translate('You’ve opted for our commission-based plan. Admin will review the details and activate your account shortly. To explore the site.') }}
{{ translate('visit_here') }}
@elseif(isset($payment_status) && $payment_status == 'fail')
{{ translate('Sorry, Your Transaction can’t be completed. Please choose another payment method.') }}
{{ translate('Try_again') }}
@else
{{ translate('Thank you for your subscription purchase! Your payment was successfully processed. Please note that your subscription will be activated once it has been approved by our Admin Team. To explore the site') }}
{{ translate('visit_here') }}
@endif