@extends('simple-layout') @section('content')

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

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

{!! csrf_field() !!}
@include('form/text', ['name' => 'email'])
@stop