I'm trying to use view files to send the emails but I'm having trouble accessing the variables passed in. Am I doing this correctly? I'm getting message in view: Undefined variable: user
Hi {{$user->first_name}}!
Thanks for joining ______. We listed your sign in details below, make sure you keep them safe.
Your username: {{$user->username}}
Your email address: {{$user->email}}
Password: {{$user->password}}
I'm trying to use view files to send the emails but I'm having trouble accessing the variables passed in. Am I doing this correctly? I'm getting message in view: Undefined variable: user
View: