@extends('master') @section('title', 'ভাউচার বিবরণী ') @section('breadcrumbMainTitle', 'ভাউচার বিবরণী ') @section('content')
{{-- Header section --}}

{{ __('university_name') }}

{{ __('university_location') }}

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

{{ ($voucherInfo->voucher_type === 'INCOME' ? 'আয়ের ভাউচার' : $voucherInfo->voucher_invoice_type === 'CURRENT') ? 'খরচের ভাউচার' : 'অগ্রিম খরচের ভাউচার' }}

{{-- Main Voucher --}}
{{-- Voucher title & Name --}}
নাম :
{{ $voucherInfo->name }}
হিসেবের শিরোনাম :
@foreach ($codes as $item) {{ $item->code_title . ($item->code_no ? " (#{$item->code_no})" : '') }} {{ !$loop->last ? ',' : '' }} @endforeach
{{-- Table --}}
টাকা পয়সা
{{ $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
বুঝিয়া পাইলাম



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