Candidate reviews

@if($candidates && count($candidates) > 0) @foreach ($candidates as $candidate)
{{$candidate->candidate->user->first_name}} {{$candidate->candidate->user->last_name}}{{$candidate->job_title}}
Work Period @if($candidate->date_from) {{\Carbon\Carbon::parse($candidate->date_from)->format('d/m/Y')}} @endif @if($candidate->date_to) - {{\Carbon\Carbon::parse($candidate->date_to)->format('d/m/Y')}} @endif
Leave a Review
@endforeach @else No candidates for review @endif