@extends('Layouts.clientDashboardLayout') @section('content')
First name | Last name | Age | Tests | Action |
---|---|---|---|---|
{{$recommendedCandidate->user->firstname}} | {{$recommendedCandidate->user->lastname}} | {{date('Y') - date('Y', strtotime($recommendedCandidate->user->personalInfo->date_of_birth))}} | {{$recommendedCandidate->result}} | View Profile {{--@if($recommendedCandidate->user->resume != null)CV@endif--}} |