@include('common.includes.recaptcha_head')
@error('error') @enderror @error('username') @enderror {!! Form::open(array('url' => 'admin/login', 'id'=>'login_form')) !!} {!! Form::hidden('g-recaptcha-response',null,["class"=>"g-recaptcha-response"]) !!}
{!! Form::text('username', null, array('id' => 'username', 'class' => 'form-control login_input input')) !!}
{!! Form::password('password', array('id' => 'password', 'class' => 'form-control login_input input')) !!}
@if (Route::has('admin.password.request')) @endif
{!! Form::submit('Login', array('class' => 'btn btn-primary btn-block')) !!}
{!! Form::close() !!}
powered_by_EAE
@include('common.includes.recaptcha_script', ['recaptchaForm' => 'login_form', 'recaptchaAction' => 'login_admin'])