@if($data['type'] == 'google') @elseif($data['type'] == 'facebook') @elseif($data['type'] == 'apple') @elseif($data['type'] == 'otp' || $data['type'] == 'otp-login') @elseif($data['type'] == 'email') @endif
@if($data['type'] == 'google' || $data['type'] == 'facebook' || $data['type'] == 'apple') {{ translate('it_looks_like_your_'.$data['type'].'_login_configuration_is_not_set_up_yet.') }} {{ translate('to_enable_the_'.$data['type'].'_login_option_please_set_up_the_'.$data['type'].'_configuration_first.') }} @elseif($data['type'] == 'otp' || $data['type'] == 'otp-login') {{ translate('it_looks_like_your_sms_configuration_is_not_set_up_yet.') }} {{ translate('to_enable_the_otp_system_please_set_up_the_sms_configuration_first') }} @elseif($data['type'] == 'email') {{ translate('it_looks_like_your_mail_configuration_is_not_set_up_yet.') }} {{ translate('to_enable_the_mail_service_please_set_up_the_mail_configuration_first') }} @endif
@if($data['type'] == 'google') {{ translate('go_to_Google_configuration') }} @elseif($data['type'] == 'facebook') {{ translate('go_to_Facebook_configuration') }} @elseif($data['type'] == 'apple') {{ translate('go_to_Apple_configuration') }} @elseif($data['type'] == 'otp' || $data['type'] == 'otp-login') {{ translate('go_to_SMS_configuration') }} @elseif($data['type'] == 'email') {{ translate('go_to_Email_configuration') }} @endif