@php $year = explode('-', $reportInfo['fiscal_year']); $month = $numto->bnMonth($reportInfo['fiscal_month']); $fiscalYearBn = $numto->bnNum($year[0]) . '-' . $numto->bnNum($year[1]); $reportType = $reportInfo['report_type']; @endphp

বিশ্ববিদ্যালয় পরিচালন বাজেট

বিশ্ববিদ্যালয়ের {{ $fiscalYearBn }} অর্থবছরের {{ $month }} মাসের {{ $reportType === 'EXPENSE' ? 'ব্যয় বিবরণী' : 'আয়ের বিবরণী' }}

{{-- Report Start --}} @foreach ($codes as $code) @include('report.partials.codeField', [ 'code' => $code, 'reportInfo' => $reportInfo, 'node' => 1, ]) @endforeach
{{ $reportType === 'EXPENSE' ? 'পরিশোধ' : 'অর্জিত রাজস্ব' }}
অর্থনৈতিক কোড বিবরণ বাজেট {{ $fiscalYearBn }} {{ $month }}, {{ $numto->bnNum($year[0]) }} মাসের প্রকৃত {{ $reportType === 'EXPENSE' ? 'ব্যয়' : 'আয়' }} {{ $month }} মাস পর্যন্ত ক্রমপুঞ্জিত {{ $reportType === 'EXPENSE' ? 'ব্যয়' : 'আয়' }}
সর্বমোট {{ $numto->bnNum($reportInfo['grandTotalInfo']['grand_code_wise_budget_total']) }} {{ $numto->bnNum($reportInfo['grandTotalInfo']['grand_monthly_total_amount']) }} {{ $numto->bnNum($reportInfo['grandTotalInfo']['grand_total_amount']) }}
{{-- Report End --}}