If Statements: Section Directives

@hasSection('navigation')
    <div class="pull-right">
        @yield('navigation')
    </div>

    <div class="clearfix"></div>
@endif

If Statements: Section Directives — Structure map

Clickable & Draggable!

If Statements: Section Directives — Related pages: