Laravel 5.5 @include仅显示纯文本

时间:2018-02-01 02:17:56

标签: php laravel laravel-5.5

我是laravel的新手,我尝试使用@include作为我的页眉和页脚,但只显示纯文本。

@inlcude('includes.header')

@inlcude(' includes.footer')

Here are both the files location

这是我的web.php文件:

 <?php

Route::get('/', function () {
    return view('home');
});

All i get is just plain text.

1 个答案:

答案 0 :(得分:0)

有一个拼写错误,将@inlcude更改为@include