{{ __('Registration') }}
{{ __('Login with fitnes & get healthy') }}
@if (enum_exists('App\Enums\SocialiteDriverType'))
@php
$socialiteEnum = 'App\Enums\SocialiteDriverType';
$icons = $socialiteEnum::getIcons();
@endphp
@foreach ($socialiteEnum::cases() as $index => $case)
@php
if ($case->value != 'google') {
continue;
}
$driverName = $case->value . '_login_status';
@endphp
@if ($setting->$driverName == 'active')
{{ __('Or') }}
{{ __('Google') }}
@endif
@endforeach
@endif
{{ __('Have An Account') }}? {{ __('Log In') }}