@if(count($subcategories['subcategory']) > 0) @foreach($subcategories['subcategory'] as $subcategory) @include('accounting.chart_of_account.sub_chart_edit', ['subcategories'=>$subcategory, 'level' => ($level + 2)]) @endforeach @endif