@extends('auth.layouts.master') @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
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif

Back To Login !

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