@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Head Office Clearance').' (নমুনা-১৫/১)') @section('content') @php $h = $headOffice ?? []; $fmt = fn ($v) => is_numeric($v) ? number_format((float) $v, 2, '.', '') : ($v ?? ''); $ro = !empty($canEdit) ? '' : 'readonly'; @endphp
@if (session()->has('message'))
{{ session('message') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif @if ($errors->any())
@endif

নমুনা-১৫/১ — ছাড়পত্র (প্রধান কার্যালয়ের জন্য প্রযোজ্য)

{{ $employee['name'] ?? '—' }} · {{ $employee['sid'] ?? '' }}

@if(empty($canEdit))

{{ __('View only — filled by Head Office / Admin.') }}

@endif
{{ __('Back') }} @if($clearanceForm?->hasHeadOfficeData()) {{ __('Print') }} @endif
@csrf
নমুনা-১৫/১ — ছাড়পত্র (প্রধান কার্যালয়ের জন্য প্রযোজ্য)
সাধারণ শাখা
কর্মসংস্থান সৃষ্টি কর্মসূচী (ঋণ কার্যক্রম)
@foreach([ ['security_amount', 'security_cheque', 'জামানত (আসল+লাভসহ)'], ['salary_amount', 'salary_cheque', 'বেতন'], ['leave_salary_amount', 'leave_salary_cheque', 'ছুটিজনিত বেতন'], ['mobile_bill_amount', 'mobile_bill_cheque', 'মোবাইল বিল'], ['lunch_amount', 'lunch_cheque', 'মধ্যাহ্নভোজ'], ['conveyance_amount', 'conveyance_cheque', 'যাতায়াত'], ] as [$amt, $chq, $label])
@endforeach
কর্মীর নিকট পাওনা
@if($clearanceForm?->head_office_filled_at) {{ __('Last saved') }}: {{ $clearanceForm->head_office_filled_at->format('d M Y, h:i A') }} @if($clearanceForm->headOfficeFilledBy) · {{ $clearanceForm->headOfficeFilledBy->name }} @endif @endif @if(!empty($canEdit)) @endif
@endsection