{{ $key + 1 }} |
{{ @$CityIntemationTblAll->Rollnumber ? $CityIntemationTblAll->Rollnumber : null }}
|
{{ @$CityIntemationTblAll->ApplicationNumber ? $CityIntemationTblAll->ApplicationNumber : null }}
|
{{ @$CityIntemationTblAll->CandidateName ? $CityIntemationTblAll->CandidateName : null }}
|
{{ @$CityIntemationTblAll->GenderName ? $CityIntemationTblAll->GenderName : null }}
|
{{ @$CityIntemationTblAll->DOB ? date("d-m-Y", strtotime($CityIntemationTblAll->DOB)) : null }} |
{{ @$CityIntemationTblAll->FatherName ? $CityIntemationTblAll->FatherName : null }}
|
{{ @$CityIntemationTblAll->MotherName ? $CityIntemationTblAll->MotherName : null }}
|
{{-- {{ @$CityIntemationTblAll->CentreCode ? $CityIntemationTblAll->CentreCode : null }}
| --}}
{{ @$CityIntemationTblAll->CentreName ? $CityIntemationTblAll->CentreName : null }}
|
{{-- {{ @$CityIntemationTblAll->CenterAddress ? $CityIntemationTblAll->CenterAddress : null }}
|
{{ @$CityIntemationTblAll->ExamCity ? $CityIntemationTblAll->ExamCity : null }}
|
{{ @$CityIntemationTblAll->State ? $CityIntemationTblAll->State : null }}
| --}}
{{-- |
|
| --}}
{{ @$examShift ? $examShift :null}} |
{{ @$CityIntemationTblAll->ExamDate ? date("d-m-Y", strtotime(@$CityIntemationTblAll->ExamDate))." ".$examTime :null }} |
@endforeach
@else