@endif

{!! csrf_field() !!}
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{!! captcha_image_html('LoginCaptcha') !!}
@if ($errors->has('CaptchaCode')) {{ $errors->first('CaptchaCode') }} @endif
I forgot my password