@foreach($data as $k=>$v)
{{----}} {{----}} @if(is_array($v['child']))
@include('admin.column.tree', ['data'=>$v['child']])
@else @endif
@endforeach