@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
{{ $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']) }} |