@extends('layouts.account') @section('title') {{ trans('user::auth.reset password') }} | @parent @stop @section('content')

{{ trans('user::auth.to reset password complete this form') }}

@include('partials.notifications') {!! Form::open(['route' => 'reset.post']) !!}
{!! $errors->first('email', ':message') !!}
{!! Form::close() !!} {{ trans('user::auth.I remembered my password') }}
@stop