@extends('layouts.app') @section('content')

Forgot Password?

You can reset your password here.

@csrf
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif
@endsection