@section('title') Thank You For Updating Your Application @endsection @section('breadcrumbs') {{ __('Application Number: ' . $application->application_no) }} @endsection @include('pages.company.incomplete-application.partials.stepper', ['currentStep' => 4, 'type' => $application->type])

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

{{-- --}}


@push('scripts') @endpush