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
举报