@section('title') Evaluation @endsection @include('pages.apps.evaluation.service.partials.stepper', ['currentStep' => 4])

Section's Summary

{{ __('List Of Sections') }}

@foreach ($sections as $index => $section) @endforeach
{{ __('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

Overall Evaluation Conclusion

{{-- --}}
@include('pages.apps.evaluation.service.partials.summary_modal') @push('scripts') @endpush