@if (setting('show_recaptha')) {!! NoCaptcha::renderJs() !!} @endif
Logo
@if(Session::has('account_deactivated'))
@endif @if ($errors->has('attempts'))
{{ $errors->first('attempts') }}
@endif
@csrf
@error('email')
{{ $message }}
@enderror
Forget Password?
{{-- {'hidden': !show, 'block':show } {'block': !show, 'hidden':show } --}}
@error('password')
{{ $message }}
@enderror
@if (setting('login_captcha'))
{!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@endif
@if (setting('login_google'))
@endif
@push('after-scripts') @endpush