Merge pull request #1479 from Ore4444/patch-1
Update laravel/documentation/views/templating.md
This commit is contained in:
@@ -166,9 +166,9 @@ Not only does Blade provide clean, elegant syntax for common PHP control structu
|
||||
<html>
|
||||
<ul class="navigation">
|
||||
@section('navigation')
|
||||
<li>Nav Item 1</li>
|
||||
<li>Nav Item 2</li>
|
||||
@yield_section
|
||||
<li>Example Item 1</li>
|
||||
<li>Example Item 2</li>
|
||||
@endsection
|
||||
</ul>
|
||||
|
||||
<div class="content">
|
||||
|
||||
Reference in New Issue
Block a user