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

Manage Candidate
@foreach ($allcandidate as $v_allcandidate) @endforeach
Name Father Name Education Experience Phone 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