@php $b = []; $h = $headOffice ?? []; $money = function ($v) { $n = (float) ($v ?? 0); return $n == 0.0 ? '' : number_format($n, 2); }; $txt = fn ($v) => $v !== null && $v !== '' ? $v : ''; @endphp
@if (session()->has('message'))
{{ session('message') }}
@endif {{ !empty($canEdit) ? __('Edit') : __('View form') }} {{ __('Back') }}
{{-- ===================== নমুনা-১৫/১ Head Office ===================== --}}
নমুনা-১৫/১
{{ $organization }}
@if(($organizationAddress ?? '') !== '')
{{ $organizationAddress }}
@endif
ছাড়পত্র
(প্রধান কার্যালয়ের জন্য প্রযোজ্য)
এসআইডি নম্বর : {{ $txt($h['sid'] ?? '') }} শাখায় যোগদানের তারিখ : {{ $txt($h['branch_join_date'] ?? '') }} অব্যাহতির তারিখ : {{ $txt($h['release_date'] ?? '') }}
ছাড়পত্রের কারণ : {{ $txt($h['clearance_reason'] ?? '') }}
কর্মস্থলের নাম : {{ $txt($h['workplace'] ?? '') }} প্রকল্পের নাম : {{ $txt($h['project'] ?? '') }}
কর্মীর নাম : {{ $txt($h['name'] ?? '') }} পদবী : {{ $txt($h['designation'] ?? '') }} বেতন স্তর : {{ $txt($h['salary_grade'] ?? '') }}
সংস্থায় যোগদানের তারিখ : {{ $txt($h['joining_date'] ?? '') }} চাকরির বয়স : {{ $txt($h['service_length'] ?? '') }}
সাধারণ শাখা
১) জিপিএফ (চেক নং : {{ $txt($h['gpf_cheque'] ?? '') }})
{{ $money($h['gpf_amount'] ?? 0) }}
২) সিপিএফ (চেক নং : {{ $txt($h['cpf_cheque'] ?? '') }})
{{ $money($h['cpf_amount'] ?? 0) }}
৩) আনুতোষিক (চেক নং : {{ $txt($h['gratuity_cheque'] ?? '') }})
{{ $money($h['gratuity_amount'] ?? 0) }}
মোট :
{{ $money($h['general_total'] ?? 0) }}
কর্মসংস্থান সৃষ্টি কর্মসূচী (ঋণ কার্যক্রম)
১) জামানত (আসল+লাভসহ) (চেক নং : {{ $txt($h['security_cheque'] ?? '') }})
{{ $money($h['security_amount'] ?? 0) }}
২) বেতন (চেক নং : {{ $txt($h['salary_cheque'] ?? '') }})
{{ $money($h['salary_amount'] ?? 0) }}
৩) ছুটিজনিত বেতন (চেক নং : {{ $txt($h['leave_salary_cheque'] ?? '') }})
{{ $money($h['leave_salary_amount'] ?? 0) }}
৪) মোবাইল বিল (চেক নং : {{ $txt($h['mobile_bill_cheque'] ?? '') }})
{{ $money($h['mobile_bill_amount'] ?? 0) }}
৫) মধ্যাহ্নভোজ (চেক নং : {{ $txt($h['lunch_cheque'] ?? '') }})
{{ $money($h['lunch_amount'] ?? 0) }}
৬) যাতায়াত (চেক নং : {{ $txt($h['conveyance_cheque'] ?? '') }})
{{ $money($h['conveyance_amount'] ?? 0) }}
মোট :
{{ $money($h['program_total'] ?? 0) }}
সর্বমোট :
{{ $money($h['grand_total'] ?? 0) }}
(কথায় : {{ $txt($h['amount_in_words'] ?? '') }})
কর্মীর নিকট পাওনা :
১) কর্মী কল্যাণ তহবিলের ঋণ (আসল+সেবাচার্জ)
{{ $money($h['swf_loan_amount'] ?? 0) }}
২) মোটরসাইকেল ঋণ (যদি থাকে)
{{ $money($h['motorcycle_loan_amount'] ?? 0) }}
৩) মাঠ পর্যায়ের অনিয়মের টাকা (যদি থাকে)
{{ $money($h['field_irregularity_amount'] ?? 0) }}
৪) বেতন কর্তন (যদি থাকে)
{{ $money($h['salary_deduction_amount'] ?? 0) }}
৫) অন্যান্য {{ $txt($h['other_due_label'] ?? '') !== '' ? '(' . $txt($h['other_due_label']) . ')' : '................' }}
{{ $money($h['other_due_amount'] ?? 0) }}
মোট কর্মীর নিকট পাওনা :
{{ $money($h['total_staff_dues'] ?? 0) }}
কর্মীর নীট পাওনা :
{{ $money($h['net_payable'] ?? 0) }}
উপ-পরিচালক (অর্থ ও প্রশাসন)
উপ-পরিচালক (কার্যক্রম)