Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Laravel You may use the sectionMissing directive to determine if a section does not have content:

@sectionMissing('navigation')
    <div class="pull-right">
        @include('default-navigation')
    </div>
@endif
 
PREVIOUS NEXT
Tagged: #Laravel #You #sectionMissing #directive #determine #section
ADD COMMENT
Topic
Name
7+1 =