@php function getextension($path){ $extension = pathinfo($path, PATHINFO_EXTENSION); $explode = explode('?',$extension); return $explode[0]; } @endphp
@if(count($candidateList)>0) @php $count=$candidateList->firstItem();@endphp @foreach($candidateList as $candidate) @endforeach @else @endif
Sl. No. Candidate Name Email Photos ID Card Batch Registration No. Start Date End Date Action
{{ $count++ }} {{ $candidate->candidate_name ?? "--"}} {{ $candidate->email_address ?? "--" }} @if($candidate->photo_1 != null) @else Photos not uploaded @endif @if($candidate->id_proof != null)
@if( getextension($candidate->id_proof) == 'jpg' || getextension($candidate->id_proof) == 'jpeg' || getextension($candidate->id_proof) == 'png') image4 @else @endif
@else ID Card not uploaded @endif
{{ $candidate->batch_name ?? "--" }} {{ $candidate->registration_number ?? "--" }} {{ \Carbon\Carbon::parse($candidate->start_date)->format('Y-m-d') ?? "--" }} {{ \Carbon\Carbon::parse($candidate->end_date)->format('Y-m-d') ?? "--" }}
No Records Found


@lang('core.col_totalrecord'): {{$candidateList->total()}}
{!! $candidateList->appends(Request::except('page'))->links() !!}