Thanks for downloading the Prospectus!
In attachment you will find the Prospectus with the following courses selected:
@foreach ($categories->hierachy['root']['children'] as $parent => $children)
@if ($this->isSelectedCategory($parent))
- {{ $parent }}
@if (!empty($categories->hierachy[$parent]['children']))
@foreach ($categories->hierachy[$parent]['children'] as $child => $pages)
- {{ $child }}
@if (!empty($categories->hierachy[$child]['children']))
@foreach ($categories->hierachy[$child]['children'] as $grandchild => $grandpages)
- {{ $grandchild }}
@endforeach
@endif
@endforeach
@endif
@endif
@endforeach
Best regards,
TerminalFour University