| {{ __('No.') }} | {{ __('Application Fields') }} | {{ __('Evaluation Remarks') }} | {{ __('Evaluation Status') }} |
| {{ $index + 1 }}.0 | {{ \App\Models\EvaluatorSection::SECTION[$section->section] ?? $section->section }} |
{{ 'Status: ' . ($section->is_comply ? 'Comply' : 'Not Comply') }}
@if (!empty($section->remarks))
Remarks: {{ $section->remarks }} @endif |
@if ($section->is_comply) @else @endif |