@php $text = isset($register) ? 'Register' : 'Login'; @endphp
@if (@gs('socialite_credentials')->google->status == Status::ENABLE) Google @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) Linkedin @lang("$text with Linkedin") @endif
@lang('OR')
@push('style') @endpush