@section('content')
{{ Former::vertical_open('login/forgot-password')->method('POST')->class('form-signin') }}
@if (Session::has('error'))
{{ trans(Session::get('reason')) }}
@endif
{{ Former::text('email') }}
{{ Former::success_button('Send Reminder')->icon('ok-sign')->type('submit') }}
{{ Former::close() }}
@stop