@extends('admin.layout.master') @section('content')

{{__('obs.manage_candidate')}}
@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 }}
@include('payroll.admin.requirments.candidate.form.add_candidate') @endsection