নমুনা-১৭
{{ $organization }}
@if($organizationAddress !== '')
{{ $organizationAddress }}
@endif
কর্মকর্তা/কর্মচারীদের চূড়ান্ত পাওনাদি পরিশোধ/ফেরত প্রদানকালীন সময়ের চেকলিস্ট
@foreach($sections as $section)
| ক্রমিক |
বিষয় |
হ্যাঁ |
না |
@foreach($section['items'] as $item)
@php
$answer = $checklist->answerFor($item['key']);
$remark = $checklist->remarkFor($item['key']);
@endphp
| {{ $item['sl'] }} |
{{ $item['subject'] }}
@if(!empty($item['note']))
{{ $item['note'] }}
@endif
|
|
|
@endforeach
{{ $section['signature'] }}
@endforeach