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