@extends('layouts.guest') @section('title', 'Forgot password') @section('content')

Reset password

We will email you a reset link.

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
Back to sign in
@endsection