@extends('dashboard_connect.dash_master') @section('pagescontents')

EDIT/UPDATE APAR DATA

@csrf
Please select session.
@if(!empty($sessionid)) @if($checkidexists>0) @if(Session::has('status') || !empty($status))


@endif @if(Session::has('wrong') || !empty($wrong))


@endif

@csrf

EDIT/UPDATE APAR DETAILS :: {{ getsession($sessionid) }}

@php $curryear = \Carbon\Carbon::now()->year; $fieldspecial = ""; $datacourseprog = ""; $fieldspecial = getsixsevenvalue($user_get, $sessionid, "FIELDSPEC"); $datacourseprog = getsixsevenvalue($user_get, $sessionid, "DATACOURSE"); @endphp
@php $intcount = 1; @endphp @foreach($aparmooccertificate as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Details of MOOC Subject Certification providing agency Date of certification Level Year E-certification No. Action
@php $intcount = 1; @endphp @foreach($aparmoocdevelopment as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Details Quadrants developed No. of Modules Course Sponsoring Agency Year Level Action
@php $intcount = 1; @endphp @foreach($aparmoocconducts as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Details of MOOC Subject Sponsoring Agency Level E-certification No. Action
@if($currdesig == "1" || $currdesig == "2" || $currdesig == "3") @else @endif @php $intcount = 1; @endphp @foreach($aparteachingactivityfirst as $keyone => $itemone) @if($currdesig == "1" || $currdesig == "2" || $currdesig == "3") @else @endif @php $intcount++; @endphp @endforeach
Year/Semester Course/Paper Level Teaching ModeClasses Assigned Classes TaughtGrading as per Annual Performance appraisal Report (APAR) for the assessment period for this sectionAction
@php $intcount = 1; @endphp @foreach($aparteachingactivityseventeen as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Nature of Activity Designation Institution/Department Period From Period To Action
@php $intcount = 1; @endphp @foreach($aparteachingactivitysecond as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Nature of Activity Level Institution/Department Period From Period To Action
@php $intcount = 1; @endphp @foreach($aparteachingactivitythird as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Details Place Period From Period To Sponsoring/Organising Agency Action
@php $intcount = 1; @endphp @foreach($aparresearchacademicfirst as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Name of the Module Subject Stream Organization for which it was developed Year Level Weblink Action
@php $intcount = 1; @endphp @foreach($aparresearchacademicsecond as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Name of the Curricula/Course Subject Organization for which it was developed Year Level Weblink Action
@php $intcount = 1; @endphp @foreach($aparresearchacademicthird as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Type Details of MOOC (With no. of quadrant) Details of Module Credits Course Subject Organization for which it was developed Level Weblink Action
@php $intcount = 1; @endphp @foreach($aparresearchacademicfourth as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Type Details of E-Content (with no. of quadrant) Details of Module Course/E-book/Paper Subject Organization for which it was developed Level Weblink Action
@php $intcount = 1; @endphp @foreach($aparresearchacademicfifth as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Level of Guidance Registered Thesis/Dissertation Submitted Degree Awarded Action
@php $intcount = 1; @endphp @foreach($aparresearchacademicsixth as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Title* Area/Subject Date of Award Level Reference Number Sponsoring Agency Action
@php $intcount = 1; @endphp @foreach($aparresearchacademicseventh as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Title* Status of PI* Area/Subject Date of Publication/Submission Level Reference Number Sponsoring Agency Action
@php $intcount = 1; @endphp @foreach($aparresearchacademiceight as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Name of Award/Honor* Area/Subject Name of Awarding Body Level Date Action
@php $intcount = 1; @endphp @foreach($aparresearchacademicnine as $keyone => $itemone) @php $intcount++; @endphp @endforeach
Title of Lecture/Paper Invited Lecture/Resource Person/Paper presented Nature of Programme* Details Level* Date of presentation Duration (in minutes) Sponsoring Agency Action
@else
@endif @endif @endsection