@foreach ($categories as $cat) @if (!isset($hide) || (isset($hide) && $cat->id != $hide->id)) @endif @if ($cat->children) @include ('forum.category.partials.options', ['categories' => $cat->children]) @endif @endforeach