@extends('layouts.blank', ['title' => 'Forgot Password?']) @section('body')
@if(session()->has('status'))
Success! {{session('status')}}
@endif @if($errors->has('email'))
Error! {{$errors->first('email')}}
@endif

Forgot Password?

We'll Email You Soon

@csrf
@endsection