@foreach ($allcandidate as $v_allcandidate) @endforeach
<{{__('obs.name')}} {{__('obs.father_name')}} {{__('obs.education')}} {{__('obs.experience')}} {{__('obs.phone')}} {{__('obs.action')}}
{{ $v_allcandidate->name }} {{ $v_allcandidate->father_name }} {{ Str::limit($v_allcandidate->educational_qualification, 10) }} {{ Str::limit($v_allcandidate->experience, 10) }} {{ $v_allcandidate->phone }}