@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