{{$user->name}}
Headline: {{$user->getProfileSummary('headline')}}
Age: {{$user->getAge()}}
Gender: {{$user->getGender('gender')}}
Marital Status: {{$user->getMaritalStatus('marital_status')}}
Nationality: {{$user->getNationality('nationality')}}
National ID Card: {{$user->national_id_card_number or ''}}
Email: {{$user->email or ''}}
Mobile Number: {{$user->mobile_num or ''}} / Phone: {{$user->phone or ''}}
Address: {{$user->street_address or ''}}
@endif
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')}}
Current Salary: {{$user->current_salary or ''}}
Expected Salary: {{$user->expected_salary or ''}}
Salary Currency: {{$user->salary_currency or ''}}
{{$user->getProfileSummary('summary')}}
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}}