@foreach($items as $item) @if(($item->attr('custom'))) @endif @php $space='' @endphp @if(($item->attr('space'))) @php $space = $item->attr('space'); @endphp @endif @if($item->hasChildren()) @else @endif @endforeach