@extends('auth.layout') @section('content')

Forgot password

{% if status %}
{{ status }}
{% else %}
{% if errors.get('email') %}{{ errors['email'][0] }}{% endif %}
{% endif %} {% if config('auth.features.login', true) %} {% endif %} @endsection