{{$user->name}}
Email: {{$user->email}}
Phone: {{$user->phone}}
Age: {{$user->getAge()}}
Gender: {{$user->getGender('gender')}}
Marital Status: {{$user->getMaritalStatus('marital_status')}}
Nationality: {{$user->getNationality('nationality')}}
Industry: {{$user->getIndustry('industry')}}
Functional Area: {{$user->getFunctionalArea('functional_area')}}
Career Level: {{$user->getCareerLevel('career_level')}}
Experience: {{$user->getJobExperience('job_experience')}}
Country: {{$user->getCountry('country')}}
State: {{$user->getState('state')}}
City: {{$user->getCity('city')}}
Institution: {{$profileEducation->institution or ''}}
Country: {{$profileEducation->getCountry('country')}}
State: {{$profileEducation->getState('state')}}
City: {{$profileEducation->getCity('city')}}
Degree Level: {{$profileEducation->getDegreeLevel('degree_level')}}
Degree Type: {{$profileEducation->getDegreeType('degree_type')}}
Degree Result: {{$profileEducation->degree_result or ''}} ({{$profileEducation->getResultType('result_type')}})
Currently Working: @if ($profileExperience->is_currently_working) Yes @else No @endif
Country: {{$profileExperience->getCountry('country')}}
State: {{$profileExperience->getState('state')}}
City: {{$profileExperience->getCity('city')}}
Description
{{$profileExperience->description}}
Description
{{$profileProject->description}}