@if (in_array($code->code_id, $reportInfo['ancestorsIds'])) {{ $code->code_no }} {{ $code->code_title }} {{ isset($reportInfo['report_items'][$code->code_id]['code_wise_budget_total']) ? $numto->bnNum((int) $reportInfo['report_items'][$code->code_id]['code_wise_budget_total']) : '' }} {{ isset($reportInfo['report_items'][$code->code_id]['monthly_total_amount']) ? $numto->bnNum((int) $reportInfo['report_items'][$code->code_id]['monthly_total_amount']) : '' }} {{ isset($reportInfo['report_items'][$code->code_id]['total_amount']) ? $numto->bnNum((int) $reportInfo['report_items'][$code->code_id]['total_amount']) : '' }} @if ($code->descendants->isNotEmpty()) @foreach ($code->descendants as $descendant) @include('report.partials.codeField', [ 'code' => $descendant, 'reportInfo' => $reportInfo, 'node' => $node + 1, ]) @endforeach মোট {{ $code->code_title }} {{ $numto->bnNum((int) $reportInfo['totalInfo'][$code->code_id . '_code_wise_budget_total']) }} {{ $numto->bnNum((int) $reportInfo['totalInfo'][$code->code_id . '_monthly_total_amount']) }} {{ $numto->bnNum((int) $reportInfo['totalInfo'][$code->code_id . '_total_amount']) }} @endif @endif