@if(count($studentdata) == 0)
@if(!empty($reset)) No Records Found @else Sorry! We cannot find any records matching your search criteria @endif
@else @foreach($studentdata as $value)
{{ empty($value->fullname) ? "--" : ucwords($value->fullname) }}
{{$value->email_address ?? "--"}} {{$value->mobile_number ?? "--"}}
@if($value->existrecord !=0 || !empty($value->getMobileNumber)) @else @endif @if($value->existrecord !=0 || !empty($value->getMobileNumber)) @else @endif
@endforeach @endif