forget password

This commit is contained in:
pajri
2022-12-29 11:38:55 +07:00
parent 0781e1ea00
commit 40ad4a22c7
27 changed files with 721 additions and 15 deletions

View File

@@ -30,7 +30,7 @@ class SendVerifyEmail extends Mailable
public function build()
{
$this->subject('Verify Email')
->markdown('email_user');
->markdown('verify_email');
return $this;
}