@extends('layouts.master-auth') @section('title') Forget Password @endsection @section('content')

Forgot Password?

Reset password with Toner.

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

Wait, I remember my password... Click here

@endsection