@extends('layouts.app') @section('page_description') Forget Password @endsection @section('content')
Send Reset Password Link
@csrf
Email Address
*
@error('email')
{{ $message }}
@enderror
Send Password Reset Link
Click here to Login
@endsection