login

{{ __('Login') }}

{{ __('Login with fitnes & get healthy') }}

@csrf @if ($setting->recaptcha_status == 'active')
@endif
{{ __('Or') }} @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') google{{ __('Google') }} @endif @endforeach @endif

{{ __("Don't have an account") }} ? {{ __('Sign up') }}