i use the default password resets method from laravel, and i want customize the reset view to show form reset password with user email from given token.
I checked the email reset password just use password/reset/{token}, how can i pass the user email to this route like ?email=blablabla@gmail.com.
via Muh Ghazali Akbar