$token, 'email' => $notifiable->getEmailForPasswordReset(), ], false)); return (new MailMessage) ->subject('Permintaan Reset Kata Sandi - Dasena') ->view('emails.reset-password', [ 'url' => $url, 'user' => $notifiable ]); }); } }