@extends('layouts.app') @section('title') @endsection @section('content')
Review Application Form
Registration Application Payment

Please review the following information before 'FINAL SUBMIT'

If you would like to changes any information, Please use the links provided on the Left Menu Bar

@if (isset($isMobileVerify['MobileVerify']) && !empty($isMobileVerify['MobileVerify']) && $isMobileVerify['MobileVerify'] == 1)
Your Mobile Number is verified.
@else
Please verify your Mobile Number. Click Here
@endif

{{-- @if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif --}}
@csrf
Personal Details

:
NA
:
NA
:
NA
:
NA
:
NA
:
NA
@if($personal_communi_result['MaritalStatusName']=='Married')
:
NA
@endif
:
NA
:
NA
:
NA
:
NA
:
NA
:
NA
{{--
--}} {{--
:
NA
@if($personal_communi_result['StateID']==3043)
:
NA
@else
:
NA
@endif
--}} {{--
--}} {{-- @if($personal_communi_result['StateID']!=3043)
:
NA
@endif --}}
:
{{@$personal_communi_result['NationalityID'] ==101?'INDIAN':'OTHERS'}}
{{--
:
{{@$personal_communi_result['DomicileID'] ==1 ?'YES':'NO'}}
@if(@$personal_communi_result['DomicileID']==1)
:
{{@$personal_communi_result['DomicileNumber']}}
@endif
--}}
:
NA
:
NA
:
{{ isset($personal_communi_result['IsAadharNumber']) ? ($personal_communi_result['IsAadharNumber'] == 1 ? 'Yes' : ($personal_communi_result['IsAadharNumber'] == 0 ? 'No' : 'NA')): 'NA' }}
@if($personal_communi_result['IsAadharNumber']==1)
:
NA
:
NA
@endif
:
NA
@if($personal_communi_result['PhysicalDisability'] != 2 )
:
NA
:
NA
:
NA
:
NA
@endif
:
NO
{{--
:
NO
--}} {{--
:
NO
--}}
:
NO
@if($personal_communi_result['ExServiceman']==1)
:
@endif
:
{{@$personal_communi_result['IsDiabetic']== 1 ?'Yes':'No'}}
:
NO
@if($personal_communi_result['IsGovernmentSevent']==1)
:
{{ date('d-m-Y',strtotime(@$personal_communi_result['DateOfIssuance'])) }}
@endif

Communication Details

Correspondence Address :
:
NA
:
NA
:
NA
:
NA
:
NA
:
NA
:
NA

Permanent Address :
:
NA
:
NA
:
NA
:
NA
:
NA
:
NA
:
NA

Qualification Details

{{--
:
Appearing
--}}
:
NA
@if(isset($personal_communi_result['HighSchoolBoardID']) && $personal_communi_result['HighSchoolBoardID'] == 2001)
:
NA
@endif
:
NA
:
{{$personal_communi_result['HighSchoolDivision']}}
:
NA
{{--
:
NA
--}} {{--
:
NA
@if(isset($personal_communi_result['HighSchoolBoardID']) && $personal_communi_result['HighSchoolBoardID'] == 2001)
:
NA
@endif --}}
:
NA
:
NA
:
CGPA

:
NA
@if(isset($personal_communi_result['InterMediateBoardID']) && $personal_communi_result['InterMediateBoardID'] == 2001)
:
NA
@endif {{--
:
NA
:
Appearing
--}}
:
NA
:
{{$eduDetails['InterMediateMainSub']}}
:
{{$eduDetails['InterMediateDivision']}}
:
NA
:
NA
:
CGPA

:
NA
@if(isset($personal_communi_result['GraduationCourseID']) && $personal_communi_result['GraduationCourseID'] == 6)
:
NA
@endif
:
NA
@if(isset($personal_communi_result['GraduationBoardID']) && $personal_communi_result['GraduationBoardID'] == 2001)
:
NA
@endif
:
{{$eduDetails['GraduationMainSub']}}
:
NA
:
{{$eduDetails['GraduationDivision']}}
:
NA
:
CGPA

Additional Details

:
No
@if(@$additional_result['IsCaseDetails'] == 1) {{@$additional_result['CaseDetails']}} @endif

:
No
@if(@$additional_result['IsFirDetails'] == 1) {{@$additional_result['FirDetails']}} @endif

Aadhaar Details

:
{{ isset($personal_communi_result['IsAadharNumber']) ? ($personal_communi_result['IsAadharNumber'] == 1 ? 'Yes' : ($personal_communi_result['IsAadharNumber'] == 0 ? 'No' : 'NA')): 'NA' }}
@if($personal_communi_result['IsAadharNumber']==1)
:
NA
:
NA
@endif
:
NA
:
NA


POST Applied

:
NA
:
:
NA
{{--
:
NA
:
NA
--}}
:
NA

Exam Center

:
NA
:
NA
:
NA

Document Upload

@php $i = 1;@endphp @foreach($candidateUploadDocument as $document) @endforeach
S.No. Require Document View
{{$i++;}} {{$document['DocumentName']}} @php $ext = explode(',',$document['DocumentType']); $filepath = $document['UploadDocument']; $fileUrl = env('documentPathAPI').$filepath; @endphp @if( (in_array('jpg',$ext) || in_array('jpeg',$ext)) && !empty($document['UploadDocument']) ) @php $imagePath = $fileUrl; $imageData = base64_encode(file_get_contents($fileUrl)); $imageType = pathinfo($imagePath, PATHINFO_EXTENSION); $imageSrc = 'data:image/' . $imageType . ';base64,' . $imageData; @endphp {{-- --}} @else @if(!empty($document['UploadDocument']) && $document['DocumentType']=='pdf') @php $pdfPath = $fileUrl; $pdfFileName = $filepath; $pdfData = base64_encode(file_get_contents($pdfPath)); @endphp View {{-- View --}} @endif @endif
Back @if (isset($isMobileVerify['MobileVerify']) && !empty($isMobileVerify['MobileVerify']) && $isMobileVerify['MobileVerify'] == 1) @php foreach($ApplicationForm as $key){ $ApplicationFormID = $key; } @endphp @if($ApplicationFormID == 8) @endif @else
Please verify your Mobile Number. Click Here
@endif
@endsection @push('js') @endpush