@include('email.layout.header')

Hi, {{$user->name ?? ''}} {{$user->lastname??''}}

Welcome to {{config('app.name')}}!

Your email {{$user->email ?? ''}} and password {{$user->password ?? ''}}

Click here to login

@include('email.layout.footer')