@foreach ($childs as $child) {{ str_pad('', $level, '-') . ' ' . $child->auk_name }} {{ $child->auk_path }} {{ $child->image_dir }} @include('auks.actions', ['auk' => $child]) @if (count($child->childs)) @include('auks.tableChild', [ 'childs' => $child->childs, 'level' => $level + 1, ]) @endif @endforeach