{{-- Login --}}
{{ config('app.name') }}

{{ __('Sign in to your account') }}

@csrf {{-- Email --}}
@error('email') {{ $message }} @enderror
{{-- Password --}}
{{-- Show password --}} {{-- Recaptcha --}} @if ($settings['recaptcha_configuration']['RECAPTCHA_ENABLE'] == 'on')
{!! htmlFormSnippet() !!}
@endif {{-- Forget password --}}
@if (Route::has('password.request')) @endif
{{-- Sign in With Google --}} @if (env('GOOGLE_ENABLE') == 'on') {{ __('Sign in with Google') }} @endif @if (Route::has('register'))

{{ __('Don’t have an account?') }}

{{-- Register --}}

{{ __('Sign Up') }}

@endif