Laravel 5 Mailing Issue

56 Views Asked by At

I seem to be having issues when trying to perform password resets with Laravel 5. The error I keep getting is:

View [layouts] not found. 
(View: /var/www/leaptrade/vendor/laravel/framework/src/Illuminate/Mail/resources/views/html/message.blade.php) 
(View: /var/www/leaptrade/vendor/laravel/framework/src/Illuminate/Mail/resources/views/html/message.blade.php)

I've checked through all of my views and ensured that they all are correct, but I keep getting this error. It occurs after I click "Send Password Reset Link". The path it redirects to is correct, from /password/reset to /password/email, and it also only causes an error when it's a correct user Email.

Would anybody happen to have any ideas on a solution for this? Thanks!

0

There are 0 best solutions below