@extends('layouts.landing') @section('body-class') @stop @section('main-content')
@csrf

Forgot Password


Enter the email address associated with your account, and we will email you a link that will allow you create a new password:


{!! Form::email('email', Request::old('email'), array('class' => 'form-control', 'id' => 'email', 'placeholder' => 'email address')) !!} {!! $errors->first('email', '
Error! :message
') !!}
@if (!empty(session('status')))
{{ session('status') }}
@endif

@stop