@props([ 'item', 'statePath', 'disableNewChildRecordCreation', 'disableRecordEdit', 'disableRecordDeletion', 'disableRecordsSorting', ])
@if (!$disableRecordsSorting) @endif @if (count($item['children']) > 0) @endif
@foreach ($item['children'] as $uuid => $child) @endforeach