Laravel - Nested blade echos
问题 I am using a blade echo inside of a stylesheet reference in my header section. This is for specifying a CSS for a skin to the site. The original line is: <link href="{{ asset("/dist/css/skins/skin-default.min.css"}}" rel="stylesheet" type="text/css\" /> I am grabbing a skin setting per user and want to insert it into that line to change what the user wants as their skin. I have the setting pulled out into a variable from within a view service provider. $view->with('visualSkin', Auth::user()-