I have included all Bootstrap 3 CSS files and other project related JS and CSS files with unique folder names inside the public folder. Here's an example of the structure:
public/pnotify
public/bower_components/bootstrap
public/ckeditor
I have included all these JS and CSS links with exact path on main template and everything loads correctly through out the project, but when I give a Blade file as view for Laravel 5 mail. The CSS doesn't load and everything is messed up in the received email, while the same Blade file is rendered accurately within project. Is it because I haven't implemented asset management of Laravel and mail system of Laravel loads CSS only from assets or I am missing something? Please some one clarify.