{% extends "./layout/guest.twig" %} {% block content %} {% if session.status %}
{{ session.status }}
{% endif %} {% if errors|length > 0 %}
Whoops! There were some problems with your input.

{% endif %}
{% if session('status') %}

{{ session('status') }}

{% else %}

Reset your password

{% endif %} I want to login
I forgot my password
{% endblock %}