@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
@csrf
DESKTOP ASSESSMENT FORM
Application No (provided by ATAB):
{{$summeryReport->uhid}}
Date of application:
{{date('d-m-Y',strtotime($summeryReport->app_created_at))}}
Name and Location of the Training Provider: Name of the course to be assessed:
Way of assessment (Desktop):
DDA
No of Mandays:
Signature ........
Assessor {{$summeryReport->firstname??''}} {{$summeryReport->middlename??''}} {{$summeryReport->lastname??''}} ({{$assessor_assign->assessor_designation??''}})
@foreach ($final_data as $key=>$rows) @endforeach
Sl. No Objective Element NC raised CAPA by Training Provider Document submitted against the NC Remarks (Accepted/ Not accepted)
{{$rows->code}} {{$rows->title}} @foreach($rows->nc as $row) {{$row->nc_type}}, @endforeach @foreach($rows->nc as $key=>$row) @if($row->tp_remark!=null) {{$key+1}} : {{ucfirst($row->tp_remark)}}, @endif @endforeach @foreach($rows->nc as $key=>$row) @if($row->nc_type=="not_recommended") {{ucfirst($row->nc_type)}} @else @if($row->assessor_type=='admin') {{$row->nc_type}} by Admin @else {{$row->nc_type}} @endif @endif @endforeach @foreach($rows->nc_admin as $key=>$row) @if($row->nc_type!=="Request_For_Final_Approval") {{ucfirst($row->nc_type)}} By Admin @endif @endforeach @php $count = count($rows->nc); $admin_count = count($rows->nc_admin); @endphp @if(@$rows->nc_admin && (@$rows->nc_admin[0]->nc_type=="Accept" || @$rows->nc_admin[0]->nc_type=="Reject")) {{$rows->nc_admin[0]->comments??''}} @else @if($count==1) {{$rows->nc[0]->comments??''}} @elseif($count==2) {{$rows->nc[1]->comments??''}} @elseif($count==3) {{$rows->nc[2]->comments??''}} @elseif($count==4) {{$rows->nc[3]->comments??''}} @elseif($count==5) {{$rows->nc[4]->comments??''}} @elseif($count==6) {{$rows->nc[5]->comments??''}} @else {{$rows->nc[6]->comments??''}} @endif @endif
@include('layout.footer')