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

Forgot Your Password?

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email') {{ $message }} @enderror
@endsection