@extends('master') @section('content') @php $selectedMonthYear = explode('-', $pfTotalInfo['present_fiscal_year_end']); $presentFiscalYearStart = explode('-', $pfTotalInfo['present_fiscal_year_start']); $endingBalance = ((int) $pfTotalInfo['pf_deposit_credit_total']) - ((int) $pfTotalInfo['loan_remaining']); @endphp

{{ __('university_name') }}

{{ __('university_location') }}

ভবিষ্য তহবিলের জমাকৃত অর্থের {{ $numto->bnNum((int) $selectedMonthYear[0]) . '-' . $numto->bnNum((int) $selectedMonthYear[1]) }} পর্যন্ত হিসাব বিবরণী (সাময়িক)

আইডি: {{ $employeeInfo->employee_no }}
চাঁদা দাতার নাম: {{ $employeeInfo->employee_name }}
আর্থিক বছর: {{ $numto->bnNum($presentFiscalYearStart[0]) . '-' . $numto->bnNum($presentFiscalYearStart[0] + 1) }} অর্থবছর পর্যন্ত
বিভাগ: {{ $employeeInfo->department->department_name }}
পদবি: {{ $employeeInfo->designation->designation_name }}
সুদের হার ও প্রাপ্ত সুদ:
প্রারম্ভিক স্থিতি অর্থ বছরের জমা সর্বমোট জমা বছরের ঋণ সমাপনী স্থিতি মন্তব্য
চাঁদা সুদ চাঁদা সুদ চাঁদা সুদ ঋণ সুদ চাঁদা সুদ
{{ $numto->bnNum($pfTotalInfo['early_year_pf_credit_amount']) }} {{ $numto->bnNum($pfTotalInfo['early_year_pf_interest_amount']) }} {{ $numto->bnNum($pfTotalInfo['present_fiscal_year_pf_credit_amount']) }} {{ $numto->bnNum($pfTotalInfo['present_fiscal_year_pf_interest_amount']) }} {{ $numto->bnNum($pfTotalInfo['pf_deposit_credit_total']) }} {{ $numto->bnNum($pfTotalInfo['pf_deposit_interest_total']) }} {{ $numto->bnNum($pfTotalInfo['loan_remaining']) }} {{ $numto->bnNum($endingBalance) }}
{{ $numto->bnNum($pfTotalInfo['early_year_pf_credit_amount']) }} {{ $numto->bnNum($pfTotalInfo['early_year_pf_interest_amount']) }} {{ $numto->bnNum($pfTotalInfo['present_fiscal_year_pf_credit_amount']) }} {{ $numto->bnNum($pfTotalInfo['present_fiscal_year_pf_interest_amount']) }} {{ $numto->bnNum($pfTotalInfo['pf_deposit_credit_total']) }} {{ $numto->bnNum($pfTotalInfo['pf_deposit_interest_total']) }} {{ $numto->bnNum($pfTotalInfo['loan_remaining']) }} {{ $numto->bnNum($endingBalance) }}
সমাপনী স্থিতির পরিমাণ (কথায়) : {{ $numto->bnMoney((int) $endingBalance) }}
@endsection @section('page_script') @endsection