Amar
OnePlace
@if(!empty($message))
@if(Session::has('message')) {{ Session::get('message') }} @endif
@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
Remember Me
Sign In
I forgot my password