@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') @elseif(Auth::user()->role == 5) @include('layout.secretariat') @elseif(Auth::user()->role == 6) @include('layout.sidbarAccount') @endif @include('layout.rightbar')
@if (Session::has('success')) @elseif(Session::has('fail')) @endif
@csrf
DESKTOP ASSESSMENT FORM
Application No (provided by ATAB): RAVAP-{{$summeryReport->uhid}} Date of application: {{date('d-m-Y',strtotime($summeryReport->app_created_at))}}
Name and Location of the Training Provider: {{$summeryReport->person_name}} Name of the course to be assessed: {{$summeryReport->course_name}}
Way of assessment (Desktop): DDA No of Mandays: {{$no_of_mandays}}
Signature ........
Assessor {{$summeryReport->firstname}} {{$summeryReport->middlename??''}} {{$summeryReport->lastname??''}} ({{$assessor_assign[0]->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 {{$row->nc_type}} @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")) @if($admin_count==1) {{$rows->nc_admin[0]->comments??''}} @elseif($admin_count==2) {{$rows->nc_admin[1]->comments??''}} @elseif($admin_count==3) {{$rows->nc_admin[2]->comments??''}} @elseif($admin_count==4) {{$rows->nc_admin[3]->comments??''}} @elseif($admin_count==5) {{$rows->nc_admin[4]->comments??''}} @else {{$rows->nc_admin[5]->comments??''}} @endif @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')