{{ $project->name }}: {{ __('AUK list') }}

@forelse ($top_auks as $top_auk) @if (count($top_auk->childs)) @php $level = 1; @endphp @include('auks.tableChild', [ 'childs' => $top_auk->childs, 'level' => $level, ]) @endif @empty @endforelse
{{ __('Title') }} {{ __('Number') }} {{ __('Actions') }}
{{ $top_auk->name }} {{ $top_auk->number }}
@include('auks.actions', ['auk' => $top_auk])
No AUKs!