我正在使用laravel進行密碼重置。我需要的是通過在電子郵件的用戶的名字,但我不能訪問文件reminder.blade.php將數據傳遞給reminder.blade文件
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
</head>
<body>
<h2>Bonjour "I need to put the user firstname here !!"</h2>
<div>
<h5>Nous avons bien recu votre demande de réinitialisation de mot de passe
pour l'access au Back office Happy Road</h5>
<h5>Pour redéfinir votre mot de passe, suivez ce lien:</h5>
<h5> {{ URL::to('resetPassword', array($token)) }}.</h5>
</div>
</body>
</html>