@extends('public') @section('header-buttons') {{ trans('auth.log_in') }} @if(setting('registration-enabled')) {{ trans('auth.sign_up') }} @endif @stop @section('content')

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

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

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