The following user requested a downloaded version of the prospectus

@if (!empty($this->getQuery('email')))

E-mail: {{ $this->getQuery('email')}}

@endif @if (!empty($this->getQuery('name')))

Name: {{ $this->getQuery('name')}}

@endif

Courses Selected:
@foreach ($categories->hierachy['root']['children'] as $parent => $children)

@endforeach