First Name | : {{ $applicant->first_name }} |
---|---|
Last Name | : {{ $applicant->last_name }} |
: {{ $applicant->email }} | |
Phone | : {{ $applicant->phone }} |
Dob | : @if ($applicant->dob) {{ \Carbon\Carbon::parse($applicant->dob)->format('d-m-Y') }} @endif |
position | : {{ $applicant->position }} |
Availability |
{!! $applicant->availability !!} |
Status | : {{ $applicant->status }} |
City | : {{ $applicant->city }} |
Province | : {{ $applicant->province }} |
Pincode | : {{ $applicant->pincode }} |
Address | : {{ $applicant->address }} |
comments | : {{ $applicant->comments }} |
Applied at | : @if ($applicant->applied_at) {{ \Carbon\Carbon::parse($applicant->applied_at)->format('d-m-Y') }} @endif |
Resume | : View Resume |