digitalman1
If you have saas version then in file app/Http/Controllers/Auth/ForgotPasswordController.php replace this code
public function showLinkRequestForm()
{
$global = $setting = GlobalSetting::first();
return view('auth.passwords.email', compact('setting', 'global'));
}