@foreach($records as $record)
@for ($i = 0; $i < $indentation; $i++) @endfor {{$record->name}}
@if(count($record->childs)) @include('livewire/category_child',['records' => $record->childs, 'indentation' => $indentation + 1]) @endif @endforeach