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

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

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

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

@endforeach @endif