@if (!empty(social()->getAll())) @php $socials = collect(social()->getAll()); $count = $socials->count(); @endphp
@foreach (social()->getAll() as $key => $item) @t('auth.social.auth_via', [':social' => $item['entity']->key]) @endforeach
@endif