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