@if (count($CityIntemationTblAlls) > 0) @foreach ($CityIntemationTblAlls as $key => $CityIntemationTblAll) @php if(@$CityIntemationTblAll->ExamShift=='1' OR @$CityIntemationTblAll->ExamShift=='FIRST'){ $startTime= isset($ConfigSetting->FirstShiftExamStartTime) ? $ConfigSetting->FirstShiftExamStartTime :null; $endTime= isset($ConfigSetting->FirstShiftExamEndTime) ? $ConfigSetting->FirstShiftExamEndTime :null; $examShift="First"; $examTime= $startTime ." - ". $endTime; } else { $startTime= isset($ConfigSetting->SecondShiftExamStartTime) ? $ConfigSetting->SecondShiftExamStartTime :null; $endTime= isset($ConfigSetting->SecondShiftExamEndTime) ? $ConfigSetting->SecondShiftExamEndTime :null; $examShift="Second"; $examTime= $startTime ." - ". $endTime; } @endphp @endforeach @else @endif
S.No Roll No Application No Candidate Name Gender DOB Father's Name Mother's Name Center Code Center Name Center Address City State Pincode Superintendent Name Sup Contact No. Exam Shift Exam Date and Time
{{ $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 }}
No Data Found !!