| Photo: |
@if($candidate_single->photo=='')
@else
@endif
|
| Name: |
{{ $candidate_single->name }} |
@if($candidate_single->designation!=null)
| Profession: |
{{ $candidate_single->designation }} |
@endif
| Email: |
{{ $candidate_single->email }} |
@if($candidate_single->phone!=null)
| Phone: |
{{ $candidate_single->phone }} |
@endif
@if($candidate_single->country!=null)
| Country: |
{{ $candidate_single->country }} |
@endif
@if($candidate_single->address!=null)
| Address: |
{{ $candidate_single->address }} |
@endif
@if($candidate_single->state!=null)
| State: |
{{ $candidate_single->state }} |
@endif
@if($candidate_single->city!=null)
| City: |
{{ $candidate_single->city }} |
@endif
@if($candidate_single->zip_code!=null)
| Zip Code: |
{{ $candidate_single->zip_code }} |
@endif
@if($candidate_single->gender!=null)
| Gender: |
{{ $candidate_single->gender }} |
@endif
@if($candidate_single->marital_status!=null)
| Marital Status: |
{{ $candidate_single->marital_status }} |
@endif
@if($candidate_single->date_of_birth!=null)
| Date of Birth: |
{{ $candidate_single->date_of_birth }} |
@endif
@if($candidate_single->website!=null)
| Website: |
{{ $candidate_single->website }} |
@endif
@if($candidate_single->biography!=null)
| Biography: |
{!! $candidate_single->biography !!}
|
@endif