@foreach ( $items as $item ) @include('partials.header') @include('partials.body') @endforeach @if ( $condition ) first second @endif