{{-- Header section --}}

{{ __('university_name') }}

{{ __('university_location') }}

ভাউচার : #{{ $numto->bnNum($voucherInfo->voucher_no) }}
তারিখ : {{ BnDate($voucherInfo->voucher_date) }}

{{ $voucherInfo->voucher_type === 'INCOME' ? 'আয়ের ভাউচার' : 'খরচের ভাউচার' }}

{{-- Main Voucher --}}
{{-- Voucher title & Name --}}
নাম :
{{ $voucherInfo->name }}
হিসেবের শিরোনাম :
@foreach ($codes as $item) {{ $item->code_title . ($item->code_no ? " (#{$item->code_no})" : '') }} {{ !$loop->last ? ',' : '' }} @endforeach
{{-- Table --}} {{-- --}} {{-- @foreach ($codes as $item) @endforeach --}}
ক্রমিক নং বিবরণ টাকা পয়সা
{{ $numto->bnNum($loop->iteration) }} {{ $item->code_title . ($item->code_no ? " (#{$item->code_no})" : '') }} {{ $numto->bnNum($item->amount) }}
{{ $voucherInfo->voucher_note }} {{ $numto->bnNum($voucherInfo->voucher_amount) }}
মোট টাকা {{ $numto->bnNum($voucherInfo->voucher_amount) }}
{{-- Amount in words --}}
কথায় : {{ $numto->bnMoney((int) $voucherInfo->voucher_amount) }} মাত্র
পরিশোধ এর জন্য ছাড় করা হইলো।
প্রত্যয়ন করা যাইতেছে যে , এই বিল পরিশোধের জন্য যথাযথ কর্তৃপক্ষ মঞ্জুরী রহিয়াছে এবং এই বিল এর টাকা আগে তোলা হয় নাই।
{{-- Signatures --}}
@foreach ($signatoryList as $item)
@if (isset($signatures[$item->user_id])) signature @endif
{{ $item?->user?->employee?->designation?->designation_name }}
{{ $item?->user?->employee?->department?->department_name }}
@endforeach
{{-- Check Details --}}
@if ($voucherInfo->check_no || $voucherInfo->check_date)
{{ $voucherInfo->voucher_type === 'INCOME' ? 'রশিদ নং : ' : 'চেক নং :' }} {{ $voucherInfo->check_no }}
{{ $voucherInfo->voucher_type === 'INCOME' ? 'রশিদ তারিখ : ' : 'চেক তারিখ :' }} {{ $voucherInfo->check_date ? BnDate($voucherInfo->check_date) : '' }}
@else
@endif
বুঝিয়া পাইলাম



প্রাপকের সাক্ষর