{{ webInfo()->municipality_name }}

{{ webInfo()->upazilas->bn_name }}, {{ webInfo()->districts->bn_name }}

আয় ব্যয়ের রিপোর্ট

ব্যংকের নামঃ {{ $bank_info }}

{{ NumToBn(date('d', strtotime($from_date))) }}/{{ NumToBn(date('m', strtotime($from_date))) }}/{{ NumToBn(date('Y', strtotime($from_date))) }} থেকে {{ NumToBn(date('d', strtotime($to_date))) }}/{{ NumToBn(date('m', strtotime($to_date))) }}/{{ NumToBn(date('Y', strtotime($to_date))) }}

@php $total_cost = 0; $total_earning = 0; @endphp @foreach($data as $item) @endforeach
তারিখ ভাউচার/চেক নম্বর বিস্তারিত ব্যয় আয় ব্যলেন্স
ওপেনিং ব্যলেন্স {{ NumToBn(number_format($openingBalance, 2)) }}
{{ NumToBn(date('d/m/Y', strtotime($item['date']))) }} @if($item['type'] == 'earning') {{ NumToBn($item['calan_no']) }} @elseif($item['type'] == 'cost') {{ NumToBn($item['check_no']) }} @endif @if($item['type'] == 'earning') {{ $item['income_sector_id'] }} @elseif($item['type'] == 'cost') {{ $item['expenditure_sector_id'] }} @endif @if($item['type'] == 'cost') {{ NumToBn(number_format($item['cost_amount'], 2)) }} @php($total_cost += $item['cost_amount']) @endif @if($item['type'] == 'earning') {{ NumToBn(number_format($item['earning_amount'], 2)) }} @php($total_earning += $item['earning_amount']) @endif {{ NumToBn(number_format($total_earning-$total_cost, 2)) }}
সর্বমোট টাকা {{ NumToBn(number_format($total_cost, 2)) }} {{ NumToBn(number_format($total_earning, 2)) }} {{ NumToBn(number_format(($openingBalance+$total_earning)-$total_cost, 2)) }}