include不顯示問題
像視頻中的 include寫在section中
@extends('common.layouts') @include('common.message') @section('content') @stop
我如果這樣寫 就不顯示那兩條信息 也不報錯?
我寫在section前面就會顯示
請問這是為什么呢
像視頻中的 include寫在section中
@extends('common.layouts') @include('common.message') @section('content') @stop
我如果這樣寫 就不顯示那兩條信息 也不報錯?
我寫在section前面就會顯示
請問這是為什么呢
2020-02-08
舉報
2021-09-23
先有布局然后再有的內容呀