@extends('layouts.app_old') @section('title') Shortlist Candidate @endsection @section('content')
| @endif | {{ $applicant->name }}{{ $applicant->job_title }} Received: {{ $job->created_at->diffForHumans() }} {{ $applicant->country }} |
@if ($applicant->status == 'hired')
HIRED |
@elseif ($applicant->status == 'rejected')
REJECTED |
@else
@endif |