base layout 中需要使用
@section("section_name") 区块链是什么? @show
继承的 blade 中需要使用
@section("section_name") 区块链的定义 @endsection
其会覆盖父模板中的内容。
如果需要基于原 layout section 附加内容
@section("section_name") @parent <p>区块链是xxx</p> @endsection
@yield 类似于 @section/show 的用法,但是其继承者不能使用 @parent。
原文地址:https://www.cnblogs.com/chenliuxiao/p/9255428.html
时间: 2024-10-03 23:27:47