@extends('admin.layouts.app') @section('title', 'Add Employee') @section('breadcrumb') @endsection @section('content')
@csrf

Personal & Account Details

Educational Qualifications

@foreach ($educationalQualifications as $index => $qualification)
@endforeach

Professional Qualifications

@foreach ($professionalQualifications as $index => $qualification)
@endforeach

Academic Specialization

Fieldwork / Industrial Experience

@foreach ($fieldworkExperience as $index => $experience)
@endforeach

Professional Experience and Activities

Books Written

Research Publications

@foreach ($researchPublications as $index => $publication)
@endforeach

Number of books and chapters in edited volumes/books published and papers published in national/international conference proceedings

@foreach ($publications as $key => $publication)
@endforeach

Seminars / Conference presented (only participation will not be considered)

@foreach ($conferencePresentations as $key => $presentation)
@endforeach

Workshops/ Webinar participated in Seminar/ Conferences/ Training Programmes

@foreach ($workshopsConferences as $key => $workshop)
@endforeach

Participation in Faculty development Programmes (FDP), Management Development Programmes (MDPs) professional development /administrative training programs

@foreach ($participationPrograms as $key => $program)
@endforeach

Awards / Honors or recognitions received

@foreach ($awardsRecognitions as $key => $award)
@endforeach

Life Memberships / Subscriptions (if any)

Extra-curricular Interests and Activities

Volunteer Experience

Bank Details

@foreach ($bank as $key => $bankDetail)
@endforeach

Other Details

@foreach ($other as $key => $otherDetail)
@endforeach

Name of two responsible persons of your locality or two referees to whom you are known:

@foreach ($references as $key => $reference)
{{--
--}}
@endforeach
Default password will be set to Pass@123. Employee should change it on first login.
Cancel
@push('scripts') @endpush @endsection