Commit 3bbc809c authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #1479 from Ore4444/patch-1

Update laravel/documentation/views/templating.md
parents 277f1c62 a9f97961
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment