@if (isSocialAuthEnabled()) @if (isset($boxedCol) && !empty($boxedCol) && is_numeric($boxedCol))
{{-- col-8 --}} @endif @php $sGutter = 'gx-2 gy-2'; if (isset($socialCol) && !empty($socialCol) && is_numeric($socialCol)) { if ($socialCol >= 10) { $sGutter = 'gx-2 gy-1'; } $sCol = 'col-xl-6 col-lg-6 col-md-6'; $sCol = str_replace('-6', '-' . $socialCol, $sCol); } else { $sCol = 'col-xl-6 col-lg-6 col-md-6'; } $loginWithFacebook = t('login_with', ['media' => 'Facebook']); $loginWithLinkedIn = t('login_with', ['media' => 'LinkedIn']); $loginWithTwitter = t('login_with', ['media' => 'X (Twitter)']); $loginWithGoogle = t('login_with', ['media' => 'Google']); @endphp

{{ t('or') }}
@if (isset($boxedCol) && !empty($boxedCol) && is_numeric($boxedCol))
@endif @endif