@php($email_verify_status = \App\CPU\Helpers::get_business_settings('email_verification')) @php($phone_verify_status = \App\CPU\Helpers::get_business_settings('phone_verification')) @if($phone_verify_status == 1)

{{ translate('OTP_Verification') }}

{{ translate('Please_Verify_that_it’s_you') }}.

{{ translate('An_OTP_(One_Time_Password)_has_been_sent_to') }} {{$user->phone}}. {{ translate('Please_enter_the_OTP_in_the_field_below_to_verify_your_phone') }}.

{{ translate('Resend_code_within') }}

s
@csrf
@elseif($email_verify_status == 1)

{{ translate('OTP_Verification') }}

{{ translate('An_OTP_(One_Time_Password)_has_been_sent_to_your_email') }}. {{ translate('Please_enter_the_OTP_in_the_field_below_to_verify_your_email') }}.

{{ translate('Resend_code_within') }}

s
@csrf
@endif

{{translate('Verification_Successfully_Completed')}}

{{ translate('Thank_you_for_your_verification')}}! {{ translate('Now_you_can_login') }}, {{ translate('your_account_is_ready_to_use') }}