@php $s = $sheet ?? []; $a = $s['block_a'] ?? []; $b = $s['block_b'] ?? []; $c = $s['block_c'] ?? []; $remarks = $s['remarks'] ?? []; $money = function ($v) { $n = (float) ($v ?? 0); return $n == 0.0 ? '—' : number_format($n, 0); }; $money2 = function ($v) { $n = (float) ($v ?? 0); return $n == 0.0 ? '—' : number_format($n, 2); }; // Prefer integer-ish display like sample when whole numbers $amt = function ($v) use ($money, $money2) { $n = (float) ($v ?? 0); if ($n == 0.0) return '—'; return abs($n - round($n)) < 0.009 ? number_format($n, 0) : number_format($n, 2); }; @endphp
@if (session('message'))
{{ session('message') }}
@endif {{ __('No-Demand Certificate') }} (নমুনা-১৭/১) {{ __('Back') }}
{{ $organization }}
কর্মসংস্থান সৃষ্টি কর্মসূচী (ঋণ কার্যক্রম)
@if(($organizationAddress ?? '') !== '')
{{ $organizationAddress }}
@endif
কর্মী/কর্মকর্তার পাওনা তথ্য
{{ $employee['name'] ?? '—' }} ({{ $employee['sid'] ?? '—' }}) পদবী ঃ {{ $employee['designation'] ?? '—' }} সর্বশেষ শাখা ঃ {{ $employee['branch'] ?? '—' }}
যোগদানের তারিখঃ {{ $employee['joining_date'] ?? '—' }} অব্যাহতির তারিখঃ {{ $employee['release_date'] ?? '—' }} কর্মকাল ঃ {{ $service_length ?? '—' }}
ক্রমিক নং বিবরণ/ খাত দিন/তারিখ পাওনার পরিমাণ মন্তব্য
০১ জামানত {{ $amt($a['security'] ?? $settlement->security_amount - $settlement->security_interest_amount) }} {{ $remarks['security'] ?? '' }}
০২ জামানতের লাভ {{ $a['security_interest_period'] ?? '' }} {{ $amt($a['security_interest'] ?? $settlement->security_interest_amount) }} {{ $remarks['security_interest'] ?? '' }}
০৩ অর্জিত ছুটি {{ $a['leave_period'] ?? '' }} {{ $amt($a['leave_salary'] ?? $settlement->leave_salary_amount) }} {{ $remarks['leave'] ?? '' }}
০৪ বেতন পরিশোধিত {{ $a['salary_paid_period'] ?? '' }} {{ $amt($a['salary_paid'] ?? 0) }} {{ $remarks['salary_paid'] ?? '' }}
০৫ মধ্যাহ্ন ভোজ {{ $a['lunch_period'] ?? '' }} {{ $amt($a['lunch'] ?? 0) }} {{ $remarks['lunch'] ?? '' }}
০৬ যাতায়াত ভাতা {{ $a['conveyance_period'] ?? '' }} {{ $amt($a['conveyance'] ?? 0) }} {{ $remarks['conveyance'] ?? '' }}
০৭ মোবাইল বিল {{ $a['mobile_period'] ?? '' }} {{ $amt($a['mobile'] ?? 0) }} {{ $remarks['mobile'] ?? '' }}
উপমোট ঃ {{ $amt($a['subtotal'] ?? 0) }}
০১ জিপিএফ {{ $amt($b['gpf'] ?? $settlement->gpf_amount) }} {{ $remarks['gpf'] ?? '' }}
০২ সিপিএফ {{ $amt($b['cpf'] ?? $settlement->cpf_amount) }} {{ $remarks['cpf'] ?? '' }}
০৩ আনুতোষিক {{ $amt($b['gratuity'] ?? $settlement->gf_amount) }} {{ $remarks['gratuity'] ?? '' }}
উপমোট ঃ {{ $amt($b['subtotal'] ?? 0) }}
সর্বমোট কর্মীর পাওনা {{ $amt($s['gross_payable'] ?? 0) }}
০১ আর্থিক অনিয়ম (যদি থাকে) {{ $amt($c['irregularity'] ?? 0) }} {{ $remarks['irregularity'] ?? '' }}
০২ জিপিএফ ঋণের স্থিতি {{ $amt($c['gpf_loan'] ?? 0) }} {{ $remarks['gpf_loan'] ?? '' }}
০৩ নোটিস পিরিয়ড ভঙ্গ {{ $amt($c['notice_breach'] ?? 0) }} {{ $remarks['notice_breach'] ?? '' }}
মোট {{ $amt($c['subtotal'] ?? 0) }}
অফিসের পাওনা {{ $amt($s['office_dues'] ?? $c['subtotal'] ?? 0) }}
কর্মীর নীট পাওনা {{ $amt($s['net_payable'] ?? 0) }}
প্রস্তুতকারীর স্বাক্ষর


তারিখ ঃ {{ $s['prepared_date'] ?? ($settlement->settled_at?->format('d.m.Y') ?? '') }}
উপ-পরিচালক (অর্থ) স্বাক্ষর


তারিখ ঃ {{ $s['finance_sign_date'] ?? '' }}