@include('layout.header') RAV Accreditation
Uploading...
@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 (Session::has('success')) @elseif(Session::has('fail')) @endif @foreach ($applicationDetails->courses as $item)
@csrf
`
FORM -1 DESKTOP 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 (Desktop): No of Mandays:
Signature
Assessor Name
@foreach ($chapters as $chapter) @foreach ($chapter->questions as $question) @php $comment = getDocumentComment($question->id, $applicationDetails->id, $course_id); @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_id, $applicationDetails->id); @endphp @php $documents = getSingleDocument($question->id, $course_id, $applicationDetails->id); @endphp @if ($documents) @php $comment = getDocRemarks($documents->id); @endphp @if ($comment) {{ $comment->remark }} @else No Remark @endif @endif @php $documents = getQuestionDocumentNCDeskktop($question->id, $course_id, $applicationDetails->id); @endphp @if ($documents) @foreach ($documents as $item) @endforeach @endif @php $documents = getONeDocument($question->id,$applicationDetails->id,$course_id); @endphp @if($documents) @php $comment = getLastComment($documents->id); @endphp @if($comment) {{ ucfirst($comment->comments) }} @endif @endif
@endforeach
@include('layout.footer')