@extends('layouts.app') @section('title') All Brands @endsection @section('content')
Apply Post
Registration Application Payment
@csrf
Apply Post
Teaching
@if (count($PostTechnicalLists) > 0) @foreach ($PostTechnicalLists as $PostTechnicalList)
@if (!empty($PostTechnicalList['PostNote']))
Note: {{ $PostTechnicalList['PostNote'] }}
@endif @php $hideTechClass = 'hide'; if (in_array($PostTechnicalList['ID'], $selectedPostType)) { $hideTechClass = ''; } @endphp
@if (isset($PostTechnicalList['ID']) && $PostTechnicalList['ID'] == 78)
Language :
@error('PGTLangForModernIND')
{{ $message }}
@enderror
@endif @if (isset($PostTechnicalList['ID']) && $PostTechnicalList['ID'] == 77)
Language :
@error('TGTLangForRegional')
{{ $message }}
@enderror
@endif @if (!empty($PostTechnicalList['Qualification']))
Qualification :
{!! $PostTechnicalList['Qualification'] !!}
@endif @if (!empty($PostTechnicalList['Experience']) && $PostTechnicalList['ID'] != 1)
Experience :
{!! $PostTechnicalList['Experience'] !!}
@endif @if (!empty($PostTechnicalList['Experience']) && $PostTechnicalList['ID'] == 1)
Experience :
@foreach ($PrincipleExperience as $key => $val) {!! $val !!}
@if (!$loop->last) OR
@endif @endforeach
@endif
@endforeach @endif
Non-Teaching
@if (count($PostNonTechnicalLists) > 0) @foreach ($PostNonTechnicalLists as $PostNonTechnicalList)
@if (!empty($PostNonTechnicalList['PostNote']))
Note: {{ $PostNonTechnicalList['PostNote'] }}
@endif @php $hideNonTechClass = 'hide'; if (in_array($PostNonTechnicalList['ID'], $selectedPostType)) { $hideNonTechClass = ''; } @endphp
@if (!empty($PostNonTechnicalList['Qualification']))
Qualification :
{!! $PostNonTechnicalList['Qualification'] !!}
@endif @if (!empty($PostNonTechnicalList['Experience']))
Experience :
{!! $PostNonTechnicalList['Experience'] !!}
@endif
@endforeach @endif
@error('isQualificationBEd')
{{ $message }}
@enderror
@error('BEdPassingYear')
{{ $message }}
@enderror
@error('BEdPassingmonth')
{{ $message }}
@enderror
@error('isQualificationCTET')
{{ $message }}
@enderror
@error('CTETPassingYear')
{{ $message }}
@enderror
@error('CTETPassingMonth')
{{ $message }}
@enderror
@error('LanguageType')
{{ $message }}
@enderror
{{-- HTML Code for working in JNV MESS Start====================================== --}}
@error('IsJNVMess')
{{ $message }}
@enderror
@error('JNSMessExperience')
{{ $message }}
@enderror
{{-- HTML Code for working in JNV MESS End====================================== --}} {{-- HTML Code for Working on contract/daily wage basis in NVS Start? ====================================== --}}
@error('IsDailyWageNVS')
{{ $message }}
@enderror
@error('DailyWageNVSExperience')
{{ $message }}
@enderror
{{-- HTML Code for Working on contract/daily wage basis in NVS End? ====================================== --}} {{-- HTML Code for Are you already working as Faculty cum System Admin (FCSA) in NVS? Start :====================== --}}
@error('IsFCSANVS')
{{ $message }}
@enderror
@error('FCSANVSExperience')
{{ $message }}
@enderror
{{-- HTML Code for Are you already working as Faculty cum System Admin (FCSA) in NVS? End :====================== --}}
 I AGREE
@error('clarification')
{{ $message }}
@enderror

I hereby acknowledge that I have read the detailed advertisement and studied the information bulletin, alongwith the stipulations, eligibility criteria, educational qualifications, and experience requirements outlined for the position I am applying for. I affirm that, I meet all the eligibility criteria for the specified post. I am fully aware that my candidature is subject to verification of my eligibility by the Navodaya Vidyalaya Samiti/National Testing Agency after both the stages of examination and my candidature remains provisional pending such verification.

I acknowledge that if, at any point in the application process, it is discovered that I have furnished false information or I do not meet the stipulated eligibility criteria for the aforementioned post, my candidature will be summarily rejected by the Navodaya Vidyalaya Samiti/National Testing Agency.

@endsection @push('js') @endpush