@component('mail::message') Hi {{ $user->name ? ' '.$user->name : null }}, Please click the button below to reset your password. If you did not request this, you can safely ignore this email. :) @component('mail::button', ['url' => $url, 'align' => 'left']) Reset Password @endcomponent Thanks,
{{ config('app.name') }} Team @endcomponent