{{ session::get('success') }}
@elseif(Session::has('fail'))
{{ session::get('fail') }}
@endif
@csrf
DESKTOP ASSESSMENT FORM | |
Application No (provided by ATAB): {{$summertReport->uhid}} | Date of application: {{date('d-m-Y',strtotime($summertReport->created_at))}} |
Name and Location of the Training Provider: | Name of the course to be assessed: |
Way of assessment (Desktop): | No of Mandays: |
Signature | ........ |
Assessor | {{$summertReport->firstname??''}} {{$summertReport->middlename??''}} {{$summertReport->lastname??''}} ({{$assessor_assign->assessor_designation??''}}) |
@if(count($final_data)>0)
@endif
@if(!$is_final_submit)
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) @if($row->nc_type!=="Accept" && $row->nc_type!=="Reject" && $row->nc_type!=="not_recommended" && $row->nc_type!=="Request for final approval") {{$row->nc_type}}, @endif @endforeach | @foreach($rows->nc as $row) @if($row->nc_type!=="Accept" && $row->nc_type!=="not_recommended" && $row->nc_type!=="Request for final approval") {{$row->tp_remark}}, @endif @endforeach | @foreach($rows->nc as $key=>$row) @if($row->nc_type=="NC1") NC1 @elseif($row->nc_type=="NC2") NC2 @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 |
0/250 characters
|
@endif