Candidate Information

M-Ajira ID
{{ $candidateDemand->candidate->majira_id }}
Full Name
{{ $candidateDemand->candidate->full_name }}
Profession
{{ $candidateDemand->candidate->international_profession }}
Match Score
{{ round($candidateDemand->match_score) }}%

Pipeline Status

Current Status
{{ ucwords(str_replace('_', ' ', $candidateDemand->status)) }}
Applied Date
{{ $candidateDemand->applied_at?->format('M d, Y') }}
@if($candidateDemand->interview_date)
Interview Scheduled
{{ $candidateDemand->interview_date->format('M d, Y - h:i A') }}
@endif @if($candidateDemand->remarks)
Remarks
{{ $candidateDemand->remarks }}
@endif