@props(['records', 'containerKey', 'tree'])
    @foreach ($records ?? [] as $record) @php $title = $this->getTreeRecordTitle($record); $icon = $this->getTreeRecordIcon($record); @endphp @endforeach