@extends('backend.layouts.layout') @section('content')
Forgot Password?

Reset password with {{env('APP_NAME')}}

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

Wait, I remember my password... Click here

@endsection