{{ Auth::user()->name }}
{{ $candidate->father_name }}
{{ $candidate->aadhar }}
{{ $candidate->current_designation }}
{{ getIndustryByIndustryId($candidate->industry_id) }}
{{ $candidate->industry }}
{{ $candidate->expected_salary }}
{{ $candidate->job_experience }}
{{ getMaritalStatusById($candidate->marital_status_id) }}
{{ $candidate->phone }}
@isset($user->country_code)
+({{ $user->country_code }})
@endisset
{{ $user->mobile }}
{{ $candidate->email }}
{{ $candidate->address }}
{{ $candidate->city }}, {{ $candidate->state }}
{{--
{{ $candidate->city }}, {{ $candidate->state }}
--}}
{{ $candidate->date_of_birth }}
{{ $candidate->gender }}
@if ($candidate->is_immediate_available == 1)
Yes
@else
No
@endif