@if(config('devdojo.auth.settings.login_show_social_providers') && config('devdojo.auth.settings.social_providers_location') == 'top') @endif
@if($showPasswordField) @else @if($showIdentifierInput) @endif @endif @if($showSocialProviderInfo)
{{ str_replace('__social_providers_list__', implode(', ', $userSocialProviders), config('devdojo.auth.language.login.social_auth_authenticated_message')) }}
@if(!config('devdojo.auth.settings.login_show_social_providers')) @endif @endif @if($showPasswordField)
{{ config('devdojo.auth.language.login.forget_password') }}
@endif {{ config('devdojo.auth.language.login.button') }}
{{ config('devdojo.auth.language.login.dont_have_an_account') }} {{ config('devdojo.auth.language.login.sign_up') }}
@if(config('devdojo.auth.settings.login_show_social_providers') && config('devdojo.auth.settings.social_providers_location') != 'top') @endif