@extends('Frontend.layouts.master') @push('js') @endpush @section('header') @show @section('web') @if(Auth::user())
{{$candidate->username}}
@if($candidate->phone)@if($candidate->phoneCode_id) (+{{$candidate->phoneCode->country_code}}) {{ $candidate->phone }} @endif
@endif @if($candidate->mobile)@if($candidate->mobileCode_id) (+{{$candidate->mobileCode->country_code}}) {{$candidate->mobile}} @endif
@endif @if($candidate->country)@if($candidate->simple_province) {{$candidate->simple_province}}, @endif {{$candidate->country?->getTranslations($language_id, "title")}}
@endif @if($resume->resumeSkills){!! $resume->content !!}
@if($candidate->country())@if($candidate->address) {{$candidate->address}}, @endif @if($candidate->province) {{$candidate->province->getTranslations($language_id, "title")}}, @endif {{$candidate->country?->getTranslations($language_id, "title")}}
@endif{{$experience->job_description}}