@component('back._layouts.master', [ 'title' => 'Forgot password', ])
@if(html()->flashMessage())
{{ html()->flashMessage() }}
@endif
{{ html() ->form('POST', action('Back\Auth\ForgotPasswordController@sendResetLinkEmail')) ->class('-stacked v-auth__form') ->open() }}

Forgot password

{{ session('status') ?: 'We\'ll send you a link to reset your password.' }}
{{ html()->formGroup()->email('email', 'E-mail') }}
{{ html()->form()->close() }}
@endcomponent