标签: php view laravel
我有这条路线:
Route::get('asdf/zxcv', function() { $posts = Auth::user()->posts()->get(); return View::make('posts', compact('posts')); });
视图扩展了主布局,其中加载了CSS和Javascript文件。内容(在本例中为帖子)加载完美,我在页面加载时看到<link>中的<head>标记,但没有应用任何样式。
<link>
<head>