I am trying to customize the HTML email layout that is used when sending notifications via email.
I have published both the mail and notification views.
Make sure to have the right configuration in your config/mail.php :
'markdown' => [ 'theme' => 'default', 'paths' => [ resource_path('views/vendor/mail'), ] ],