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

Forgot Your Password?

We get it, stuff happens. Just enter your email address below and we'll send you a link to reset your password!

@csrf
@error('email') {{ $message }} @enderror

Back To Login !

@include('auth.layouts.footer')
@endsection