Forgot Password
@if(Session::has('forgot-success'))Your password reset link has been sent to your email on file. Please check your inbox for this email. If you do not receive it please make sure to check your Spam or Junk folders.
@endif
@if(Session::has('error-forgot'))
Error! {!!Session::get('error-forgot')!!}
@else
@endif
{!! Form::open(array('url' => '/forgot-password', 'method' => 'post', 'class' => 'account-login input-100')) !!}
@if($errors->login->first('email'))
{!! Form::close() !!}
{!!$errors->login->first('username')!!}
@endif