@extends('layouts.auth') @section('htmlheader_title') Password recovery @endsection @section('content')
@if (session('status'))
{{ session('status') }}
@endif @if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
Log in
Register a new membership
@include('layouts.partials.scripts_auth')

"Cell Tower" by Ervins Strauhmanis available under a Creative Commons Attribution 2.0 Generic

@endsection