@extends('layouts.main') @section('content')
{{$candidate->first_name}}
{{$candidate->last_name}}
{{$candidate->email}}
{{gender($candidate->gender)}}
{{$candidate->birth_date}}
{{$candidate->notes}}
{{$candidate->how_did_they_hear}}
{{$candidate->contact_details->address1}}
{{$candidate->contact_details->address2}}
{{$candidate->contact_details->city}}
{{$candidate->contact_details->state}}
{{$candidate->contact_details->zip}}
{{$candidate->contact_details->country}}
{{$candidate->contact_details->phone1}}
{{$candidate->contact_details->phone2}}
{{$candidate->contact_details->phone3}}
{{$experience->company->name}}
{{$experience->job_title}}
{{$experience->start_date}}
{{$experience->end_date}}
{{$experience->comment}}
{{get_education_type_name($education->type)}}
{{$education->education_institution->name}}
{{$education->major}}
{{$education->year}}
{{$education->grade}}
{{$education->start_date}}
{{$education->end_date}}
{{$language->language->name}}
{{get_language_skill_name($language->skill)}}
{{get_language_level_name($language->level)}}
{{format_price($candidate->user_preferences->salary)}}
{{$candidate->user_preferences->contractType->name}}
{{get_location_name($candidate->user_preferences->location)}}
{{$candidate->user_preferences->comments}}