@extends('admin.layouts.app') @section('title', get_setting('site_name').' | কর্মী/কর্মকর্তার পাওনা তথ্য') @section('content') @php $funds = $funds ?? []; $leave = $leave ?? []; $employee = $employee ?? []; $fmt = fn ($v) => number_format((float) ($v ?? 0), 2, '.', ''); $securityPrincipal = (float) ($funds['security_principal'] ?? 0); $securityInterest = (float) ($funds['security_interest'] ?? 0); $interestPeriod = ''; if (! empty($funds['security_calc']['periods'])) { $unit = ($funds['security_calc']['period_unit'] ?? 'year') === 'month' ? 'মাস' : 'বছর'; $interestPeriod = ((int) $funds['security_calc']['periods']).' '.$unit; } $leavePeriod = (($leave['encashable_days'] ?? 0) > 0) ? number_format((float) $leave['encashable_days'], 0).' দিন' : ''; $oldSheet = old('sheet', []); $joiningDisplay = $employee['joining_date'] ?? '—'; $serviceDisplay = $service_length ?? '—'; @endphp
@if (session()->has('message'))
{{ session('message') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif @if ($errors->any())
@endif

কর্মী/কর্মকর্তার পাওনা তথ্য

{{ __('Back') }}
@if(($loans['remaining'] ?? 0) > 0)
{{ __('Outstanding loan balance: :amount. Clear loans before final settlement.', ['amount' => number_format($loans['remaining'], 2)]) }}
@endif
@csrf
{{ $organization }}
কর্মসংস্থান সৃষ্টি কর্মসূচী (ঋণ কার্যক্রম)
@if(($organizationAddress ?? '') !== '')
{{ $organizationAddress }}
@endif
কর্মী/কর্মকর্তার পাওনা তথ্য
{{ $employee['name'] ?? '—' }} ({{ $employee['sid'] ?? '—' }}) পদবী ঃ {{ $employee['designation'] ?? '—' }} সর্বশেষ শাখা ঃ {{ $employee['branch'] ?? '—' }}
যোগদানের তারিখঃ {{ $joiningDisplay }} অব্যাহতির তারিখঃ {{ $employee['release_date'] ?? '—' }} কর্মকাল ঃ {{ $serviceDisplay }}
ক্রমিক নং বিবরণ/ খাত দিন/তারিখ পাওনার পরিমাণ মন্তব্য
০১ জামানত
০২ জামানতের লাভ
০৩ অর্জিত ছুটি
০৪ বেতন পরিশোধিত
০৫ মধ্যাহ্ন ভোজ
০৬ যাতায়াত ভাতা
০৭ মোবাইল বিল
উপমোট ঃ 0.00
০১ জিপিএফ
০২ সিপিএফ
০৩ আনুতোষিক
উপমোট ঃ 0.00
সর্বমোট কর্মীর পাওনা 0.00
০১ আর্থিক অনিয়ম (যদি থাকে)
০২ জিপিএফ ঋণের স্থিতি
০৩ নোটিস পিরিয়ড ভঙ্গ
মোট 0.00
অফিসের পাওনা 0.00
কর্মীর নীট পাওনা 0.00
{{ __('Witnesses (optional — printed on No-Demand Certificate)') }}
@for($w = 1; $w <= 3; $w++)
@endfor
প্রস্তুতকারীর স্বাক্ষর
উপ-পরিচালক (অর্থ) স্বাক্ষর
{{ __('Branch Clearance') }} (নমুনা-১৫)
@endsection @push('script') @endpush