@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 @php $passwordFieldClasses = $showPasswordField ? 'flex flex-col gap-6' : 'hidden'; @endphp
{{ config('devdojo.auth.language.login.forget_password') }}
{{ config('devdojo.auth.language.login.button') }} @if(config('devdojo.auth.settings.registration_enabled', true))
{{ config('devdojo.auth.language.login.dont_have_an_account') }} {{ config('devdojo.auth.language.login.sign_up') }}
@endif @if(config('devdojo.auth.settings.login_show_social_providers') && config('devdojo.auth.settings.social_providers_location') != 'top') @endif