Choose Programs

@php $id = 1; @endphp @foreach ($categories['hierachy']['root']['children'] as $parent => $children)
isSelectedCategory($parent) ? 'checked' : '' }} class="pull-right">
@if (!empty($categories['hierachy'][$parent]['children'])) @endif
@endforeach