@php $balance = $correctedBudgetTotal ?? 0; $total = 0; $cumulativeTotal = 0; $cumulativeTotal = 0; $year = explode('-', $fiscalYear); @endphp @extends('master') @section('title', 'বাজেটারি কন্ট্রোল') @section('breadcrumbMainTitle', 'বাজেটারি কন্ট্রোল') @section('content')
তারিখ | বিলের বিবরণ | চলতি বিলের পরিমাণ | ক্রমপুঞ্জি | বাজেট অনুযায়ী অবশিষ্ট | মন্তব্য |
---|---|---|---|---|---|
{{ 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 |