@extends('layouts.simple') @section('content')
{{ trans('auth.reset_password') }}
{{ trans('auth.reset_password_send_instructions') }}
{!! csrf_field() !!}
{{ trans('auth.email') }}
@include('form.text', ['name' => 'email'])
{{ trans('auth.reset_password_send_button') }}
@stop