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

Add APAR Data

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

ADD PART-B : ACADEMIC PERFORMANCE ASSESSMENT (SECTION B.1 & B.2) - {{ getsession($sessionid) }}

@if(Session::has('status'))


@endif @if(Session::has('wrong'))


@endif
@csrf @php $curryear = \Carbon\Carbon::now()->year; @endphp
@if($currdesig == "1" || $currdesig == "2" || $currdesig == "3")
Year/Semester Course/Paper Level Teaching Mode Classes Assigned Classes Taught Action
@else
Year/Semester Course/Paper Level Teaching Mode Grading as per Annual Performance appraisal Report (APAR) for the assessment period for this section
@endif
Nature of Activity Level Institution/Department Period From Period To Action
Please select level.
Details Place Period From Period To Sponsoring/Organising Agency Action
@endif @endif @endsection