@if(config('settings.auth_google') || config('settings.auth_microsoft') || config('settings.auth_apple'))

{{ mb_strtolower(__('Or')) }}

@if(config('settings.auth_google'))
{{ __('Continue with :name', ['name' => 'Google']) }}
@endif @if(config('settings.auth_microsoft'))
{{ __('Continue with :name', ['name' => 'Microsoft']) }}
@endif @if(config('settings.auth_apple'))
{{ __('Continue with :name', ['name' => 'Apple']) }}
@endif
@endif