6 | @if ($messageBag->isNotEmpty())
7 | @foreach($messageBag->all() as $value)
8 |
9 | @endforeach
10 | @endif
11 |
12 | @if (count($visibleProviders))
13 | @if($showDivider)
14 |
15 |
16 |
17 | {{ __('filament-socialite::auth.login-via') }}
18 |
19 |
23 | @foreach($visibleProviders as $key => $provider)
24 |
32 | {{ $provider->getLabel() }}
33 |
34 | @endforeach
35 |