@section('title', 'View Career Applicant') @push('script') @endpush @push('style') @endpush @section('toolbar') @endsection

Name: {{ $applicant->name }}

Email: {{ $applicant->email }}

Linkedin Profile: @if ($applicant->linkedin_profile) Go to Linkedin Page @else No Profile Given! @endif

Resume: @if ($applicant->resume) Download Resume @else No Resume Given! @endif

Career: {{ $applicant->career->title }}

Phone: {{ $applicant->phone }}

Job Profile: {{ $applicant->job_profile }}