Commit a9f97961 authored by Ore Landau's avatar Ore Landau

Update laravel/documentation/views/templating.md

Fixed a false example.
parent d1efd44c
...@@ -166,9 +166,9 @@ Not only does Blade provide clean, elegant syntax for common PHP control structu ...@@ -166,9 +166,9 @@ Not only does Blade provide clean, elegant syntax for common PHP control structu
<html> <html>
<ul class="navigation"> <ul class="navigation">
@section('navigation') @section('navigation')
<li>Nav Item 1</li> <li>Example Item 1</li>
<li>Nav Item 2</li> <li>Example Item 2</li>
@yield_section @endsection
</ul> </ul>
<div class="content"> <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