@foreach ($childs as $child) {{ str_pad('', $level, '-') . ' ' . $child->auk_name }} @if (count($child->childs)) @include('mmc.tableAukChild', [ 'childs' => $top_auk->childs, 'level' => $level + 1, ]) @endif @endforeach