@php($email_verify_status = getWebConfig(name: 'email_verification')) @php($phone_verify_status = getWebConfig(name: 'phone_verification')) @if($phone_verify_status == 1)

{{ translate('OTP_verification') }}

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

{{translate('image')}}
{{translate('image')}}

{{ 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') }}

{{translate('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('image')}}

{{translate('verification_successfully_completed')}}

{{ translate('thank_you_for_your_verification').'!'.translate('now_you_can_login_your_account_is_ready_to_use')}}