@extends('layouts.app') @section('title') All Brands @endsection @section('content')
Current Status

Registration

Complete   

Application Form

@if (Auth::user()->ApplicationFinalSubmit == 1)

Complete   

@else

Incomplete

@endif
@if (count($CandidatePostApply) > 0 && Auth::user()->ApplicationFinalSubmit == 1)

Applied Post

@foreach ($CandidatePostApply as $candidatePost)

{{ $candidatePost->PostName}}

@if (Auth::user()->PaymentStatus == 0)

Payment Incomplete

@else

Payment Complete

@endif
@endforeach {{-- @else

Apply Post

Incomplete

--}} @endif

Your registration process for Navodaya Vidyalaya Samiti Recruitment - 2024 (Non-Teaching) IS COMPLETE.
Your application form will remain incomplete till you fill the required of application and pay the fee
Please note down your application number for your future reference

APPLICATION NUMBER   :   {{ Auth::user()->ApplicationNumber }}

@if (isset(Auth::user()->ApplicationFinalSubmit) && isset(Auth::user()->PaymentStatus) && Auth::user()->ApplicationFinalSubmit == 1 && Auth::user()->PaymentStatus == 1 ) @else

COMPLETE YOUR APPLICATION FORM BY CLICKING BELOW

@endif
@if (isset(Auth::user()->ApplicationFinalSubmit) && isset(Auth::user()->PaymentStatus) && Auth::user()->ApplicationFinalSubmit == 1 && Auth::user()->PaymentStatus == 1 ) Download @elseif(isset(Auth::user()->ApplicationFinalSubmit) && isset(Auth::user()->PaymentStatus) && Auth::user()->ApplicationFinalSubmit == 1 && Auth::user()->PaymentStatus != 1 ) @else @endif
{{--
@if (Auth::user()->ApplicationFinalSubmit == 1) @endif
--}}

@endsection @push('js') @endpush