@props(['parent'])
    @foreach ($parent->children as $item)
  1. {{ $item->title }}
    {{ admin_trans('sections.type') }}: {{ str()->of($item->sectionType->type)->title()->replace('_', ' ') }}
    {{ $item->title }}
    @if (count($item->children) > 0) @endif
  2. @endforeach