@extends('layouts.auth') @section('content')

{{trans('auth.forgot')}}


{!! Form::open(array('url' => url('password'), 'method' => 'post')) !!}
{!! Form::label(trans('auth.email')) !!} : {{ $errors->first('email', ':message') }} {!! Form::email('email', null, array('class' => 'form-control', 'required'=>'required', 'placeholder'=>'E-mail','autofocus'=>true)) !!}
{!! Form::close() !!}
{{trans('auth.login')}}?
@stop