Views can use something called Hints to tell the framework where to look for the view file. The theme always uses a hint of Mail:: which corresponds to the resources/views/vendor/mail/html folder. What if we want to locate our theme somewhere else?
We can define our own hint and bind it into the system in the AppServiceProvider with;