@if(getSetting('social-login.facebook_client_id') || getSetting('social-login.twitter_client_id') || getSetting('social-login.google_client_id'))
{{__("Or use social")}}
@if(getSetting('social-login.facebook_client_id'))
{{__("Sign in with")}} {{__("Facebook")}}
@endif @if(getSetting('social-login.twitter_client_id'))
{{__("Sign in with")}} {{__("Twitter")}}
@endif @if(getSetting('social-login.google_client_id'))
{{__("Sign in with")}} {{__("Google")}}
@endif
@endif