@if(count($shortlistedCandidates) == 0)
Sorry! We cannot find any records matching your search criteria
@else @foreach($shortlistedCandidates as $value)
@if($value->image_url) Generic placeholder image @else Generic placeholder image @endif

{{$value->fullname ?? '--'}}

{{$value->email_address ?? '--'}}

{{$value->mobile_number ?? '--'}}

@endforeach @endif