@foreach($category->children as $child) @include('categories._parent-option', ['category' => $child, 'level' => $level + 1]) @endforeach