@extends('layouts.auth') @section('title','Reset password') @section('content')
@csrf

Forgot Password ?

Enter your email to reset your password.
@error('email')
{{ $errors->first('email') }}
@enderror
@endsection