@php
$text = request()->routeIs('user.register') ? 'Register' : 'Login';
@endphp
@if (@gs('socialite_credentials')->google->status == Status::ENABLE)
@lang("$text with Google")
@endif
@if (@gs('socialite_credentials')->facebook->status == Status::ENABLE)
@lang("$text with Facebook")
@endif
@if (@gs('socialite_credentials')->linkedin->status == Status::ENABLE)
@lang("$text with Linkedin")
@endif
@if (@gs('socialite_credentials')->linkedin->status || @gs('socialite_credentials')->facebook->status == Status::ENABLE || @gs('socialite_credentials')->google->status == Status::ENABLE)
@lang("Or $text with")
@endif
@push('style')
@endpush