@php $balance = $correctedBudgetTotal ?? 0; $total = 0; $cumulativeTotal = 0; $cumulativeTotal = 0; $year = explode('-', $fiscalYear); @endphp @extends('master') @section('title', 'বাজেটারি কন্ট্রোল') @section('breadcrumbMainTitle', 'বাজেটারি কন্ট্রোল') @section('content')

{{ __('university_name') }}

{{ __('university_location') }}

বাজেটারি কন্ট্রোল রেজিস্টার

কোড নং : {{ $codeInfo->code_no }}
হিসাবের খাত : {{ $codeInfo->code_title }}
অর্থ বছর : {{ $numto->bnNum($year[0]) }} - {{ $numto->bnNum($year[1]) }}
মূল বাজেট বরাদ্দ (টাকা): {{ $numto->bnNum((int) $originalBudgetTotal) }}
সংশোধিত বাজেট বরাদ্দ (টাকা): {{ $numto->bnNum((int) $correctedBudgetTotal) }}
@foreach ($ledgerItems as $item) @endforeach
তারিখ বিলের বিবরণ চলতি বিলের পরিমাণ ক্রমপুঞ্জি বাজেট অনুযায়ী অবশিষ্ট মন্তব্য
{{ BnDate($item->voucher_date) }} {{ isset($item->voucher->voucher_note) ? $item->voucher->voucher_note : '' }} {{ $numto->bnNum((int) $item->voucher_item_amount) }} {{ $numto->bnNum((int) $cumulativeTotal) }} @if ($balance < 0) ({{ $numto->bnNum((int) $negativeBalance) }}) @else {{ $numto->bnNum((int) $negativeBalance) }} @endif
সর্বমোট {{ $numto->bnNum((int) $total) }} {{ $numto->bnNum((int) $cumulativeTotal) }} @if ($balance < 0) ({{ $numto->bnNum((int) $negativeBalance) }}) @else {{ $numto->bnNum((int) $negativeBalance) }} @endif
@endsection