@extends('layouts.app') @section('title', 'Job Applicants Profile') @section('content')
| Resume | Download |
|---|---|
| {{ $applicant->email }} | |
| Country | {{ $applicant->country->name }} |
| Referral Source | {{ $applicant->referral_source->name }} |
| Application Date | {{ $applicant->created_at->format('d/m/Y') }} |