@yield('before.panel')
@if ($creatable) {{ $newEntryButtonText }} @endif @yield('panel.buttons')
@yield('panel.heading.actions')
@yield('panel.heading') @if($max_depth > 1) @endif
    @include(AdminTemplate::getViewPath('display.tree_children'), ['children' => $items])
@yield('panel.footer')
@yield('after.panel')