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