2018-08-16 09:18:54 +01:00
|
|
|
<p class="text-center" style="font-size: xx-large;">
|
|
|
|
@if (UserConfig::get('social_facebook_login'))
|
|
|
|
<a href="{{ route('login.facebook') }}"><i class="fa fa-facebook fa-fw"></i></a>
|
|
|
|
@endif
|
|
|
|
@if (UserConfig::get('social_twitter_login'))
|
|
|
|
<a href="{{ route('login.twitter') }}"><i class="fa fa-twitter fa-fw"></i></a>
|
|
|
|
@endif
|
2018-08-17 13:37:58 +01:00
|
|
|
@if (UserConfig::get('social_google_login'))
|
|
|
|
<a href="{{ route('login.google') }}"><i class="fa fa-google fa-fw"></i></a>
|
|
|
|
@endif
|
2018-08-16 09:18:54 +01:00
|
|
|
</p>
|