@include('layout.header') RAV Accreditation
@include('layout.topbar')
@if (Auth::user()->role == '1') @include('layout.sidebar') @elseif(Auth::user()->role == '2') @include('layout.siderTp') @elseif(Auth::user()->role == '3') @include('layout.sideAss') @elseif(Auth::user()->role == '4') @include('layout.sideprof') @endif @include('layout.rightbar')
@if ($message = Session::get('success')) @endif
{{-- @if ($applicationData->gps_pic == null && $applicationData->final_remark == null)
@csrf
Add Remark & Upload GPS Location Picture

@endif --}} {{-- @if ($applicationData->gps_pic != null && $applicationData->final_remark != null) --}}
@csrf
@foreach ($chapters as $item) @foreach ($item->questions as $question) @php $comment = getDocumentCommentOnSite($question->id, $applicationData->id, $courseDetail->id); @endphp @if ($comment) @endif @endforeach @endforeach
FORM -2 - ONSITE ASSESSMENT FORM.
Application No (provided by ATAB): Date of Application:
Name and Location of the Training Provider: Name of the course to be assessed:
Way of assessment (onsite/ hybrid/ virtual): No of Mandays:
Signature:
Name
Team: Team Leader: Assessor: Rep. Assessee Orgn:
Brief about the Opening Meeting:
Sl. No Objective Element NC raised CAPA by Training Provider Document submitted against the NC Remarks (Accepted/ Not accepted)
{{ $item->title }}
{{ $question->code }} {{ $question->title }} @php $getNCRecords = getNCRecordsONsite($question->id, $courseDetail->id, $applicationData->id); @endphp @php $documents = getSingleDocument($question->id, $courseDetail->id, $applicationData->id); @endphp @if ($documents) @php $comment = getDocRemarks($documents->id); @endphp @if ($comment) {{ $comment->remark }} @else No Remark @endif @else No Remark @endif @php $documents = getQuestionDocumentOnsite($question->id, $courseDetail->id, $applicationData->id); @endphp @if (count($documents) > 0) @foreach ($documents as $item) @endforeach @else The document has not been uploaded by the training provider. @endif @php $documents = getONeDocument($question->id,$applicationData->id,$courseDetail->id); @endphp @if($documents) @php $comment = getLastComment($documents->id); @endphp @if($comment) {{ ucfirst($comment->comments) }} @else The document has been uploaded by the training provider, but no action has been taken yet @endif @else No Remark @endif
Date : Signature
................
{{-- @endif --}}
@include('layout.footer')