@props([ 'socialProviders' => \Devdojo\Auth\Helper::activeProviders(), 'separator' => true, 'separator_text' => 'or' ]) @if(count($socialProviders)) @if($separator && config('devdojo.auth.settings.social_providers_location') != 'top') {{ $separator_text }} @endif
@foreach($socialProviders as $slug => $provider) @endforeach
@if($separator && config('devdojo.auth.settings.social_providers_location') == 'top') {{ $separator_text }} @endif @endif