{{-- @ section: 使用@ show 子页面可决定是否继承父页面 不使用@ show ,只显示父页面 子页面: @ section('sidebar') @ parent

这边会附加在主要的侧边栏。

@ endsection @ yield: 站位 子页面: @ section('sidebar')

这是我的主要内容。

@ endsection --}} @section('sidebar') 这是主要的侧边栏。 @show
@yield('content') 这是主要的内容。 {{--@section('content')--}} {{--@show--}}