Section Management Directives
@getSection - Retrieve Section Content
Syntax
@getSection(name)Example
@section("header")
<h1>Welcome to My Website</h1>
@endsection
@var(headerContent, @getSection("header"))
<div class="header">@headerContent</div>Notes
Last updated