I created the authentication module of my application with php artisan make:auth
and the password reset method is created automatically by it, everything is working blz ... what happens is that I want to modify the view where the email is mounted to send the password reset link, I know where it is but I think modifying a vendor / file is not the best way, how could I do it?