@extends('layouts.app') @section('title', 'Job Applicants Profile') @section('content')

Job Applicants Profile

Applicant Number : {{ $applicant->number }}
{{ $applicant->full_name }}
Status: {{ $applicant->status->name }}
About

Resume Download
Email {{ $applicant->email }}
Country {{ $applicant->country->name }}
Referral Source {{ $applicant->referral_source->name }}
Application Date {{ $applicant->created_at->format('d/m/Y') }}
@include('applicant.partials.manage_status') Invite to join Delete
@csrf @method('DELETE')
@csrf
@endsection @push('scripts') @endpush