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