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

APAR Data - Edit/Update

@csrf
Please select session.
@if($checkidexists == "0")
@else @if(!empty($sessionid))

EDIT/UPDATE {{ getsession($sessionid) }}

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


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


@endif
@csrf
@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($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
@endif @endif @endsection