@if (setting('login_disable') == 'on')
{{ setting('login_disable_statement') }}
@endif
@if (
$socialAuthSettings->envato_status == 'enable' ||
$socialAuthSettings->google_status == 'enable' ||
$socialAuthSettings->microsoft_status == 'enable'
)
@if ($socialAuthSettings->envato_status == 'enable')
@endif
@if ($socialAuthSettings->google_status == 'enable')
@endif
@if ($socialAuthSettings->microsoft_status == 'enable')
@endif
@if (setting('only_social_logins') == 'off')
@endif
@endif
@if (setting('only_social_logins') == 'off')
@endif