@extends('public') @section('header-buttons') Sign in @if(setting('registration-enabled')) Sign up @endif @stop @section('content')

Reset Password

Enter your email below and you will be sent an email with a password reset link.

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