@include('layout.header') RAV Accreditation || Assessor Applications View {{--
admin

Please wait...

--}}
@include('layout.topbar')
@include('layout.sideAss') @include('layout.rightbar')
Back Print
FORM -1 DESKTOP ASSESSMENT FORM
Application No (provided by ATAB) : {{ $summaryReport->application_uid }} Date of application : {{ $summaryReport->date_of_application }}
Name and Location of the Training Provider : {{ $summaryReport->location_training_provider }} Name of the course to be assessed : {{ $summaryReport->course_assessed }}
Way of assessment (Desktop) : {{ $summaryReport->way_of_desktop }} No of Mandays : {{ $summaryReport->mandays }}
Signature ......
Assessor Name {{ $summaryReport->assessor }}
@foreach ($chapters as $chapter) @foreach ($chapter->questions as $question) @php $comment = getDocumentComment($question->id, $applicationDetails->id, $course); @endphp @if ($comment) @endif @endforeach @endforeach
Sl. No Objective Element NC raised CAPA by Training Provider Document submitted against the NC Remarks (Accepted/ Not accepted)
{{ $chapter->title ?? '' }}
{{ $question->code }} {{ $question->title }} @php $getNCRecords = getNCRecords($question->id, $course, $applicationDetails->id); @endphp @php $documents = getSingleDocument($question->id, $course, $applicationDetails->id); @endphp @if ($documents) @php $comment = getDocRemarks($documents->id); @endphp @if ($comment) {{ $comment->remark }} @else No Remark @endif @endif @php $documents = getQuestionDocument($question->id, $course, $applicationDetails->id); @endphp @if ($documents) @foreach ($documents as $item) @endforeach @endif @php $documents = getAllDocumentsForSummary($question->id,$applicationDetails->id,$course); $lastDocument = $documents[count($documents) - 1]; $comment = getLastComment($lastDocument->id); @endphp @if($comment) {{ $comment->comments }} @endif

Total NC

{{ $totalNc ?? 0 }}

Total Accepted

{{ $totalAccepted ?? 0 }}
@include('layout.footer')