@lang('essentials::lang.knowledge_base')
@foreach($knowledge_bases as $kb)
@if($loop->iteration%3 == 0)
@endif
@endforeach
{!! $kb->content !!}
@if(count($kb->children) > 0)
@foreach($kb->children as $section)
@endforeach
@endif
index == 0 )aria-expanded="true" @endif >
{!!$section->content!!}
@if(count($section->children) > 0)
-
@foreach($section->children as $article)
- {{$article->title}} @endforeach