@foreach($children as $name => $value) @if(strpos($name, 'child') === false) @endif @if(strpos($name, 'child') !== false) @include('laravel-filemanager::move-item', array('children'=>$value, 'deep'=>$deep+0.5)) @endif @endforeach