@foreach ($rows as $row) buildAttributes() !!}>
    @foreach ($row->cells as $cell) buildAttributes() !!}>{!! $cell->value !!} @endforeach
    @if ($row->children) @include('rapyd::datatree.item') @endif @endforeach