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