Contact Info
@if($job_details->anonymous!="")
Keep anonymous :
@if($job_details->anonymous==0){{'No'}}@else{{'Yes'}}@endif
@endif
@if($job_details->username!="")
Name :
{{$job_details->username}}
@endif
@if($job_details->email!="")
Email :
{{$job_details->email}}
@endif
@if($job_details->apply!="")
Apply to :
{{$job_details->apply}}
@endif
@if($job_details->contact_company!="")
Company Name :
{{$job_details->contact_company}}
@endif
@if($job_details->street!="")
Street :
{{$job_details->street}}
@endif
@if($job_details->contact_city!="")
City :
{{$job_details->contact_city}}
@endif
@if($job_details->contact_state!="")
State :
{{$contact_state->name}}
@endif
@if($job_details->contact_country!="")
Country :
{{$contact_country->name}}
@endif
@if($job_details->contact_province!="")
Province :
{{$job_details->contact_province}}
@endif
@if($job_details->phone!="")
Phone Number :
{{$job_details->phone}}
@endif
@if($job_details->fax!="")
Fax Number :
{{$job_details->fax}}
@endif
@if($job_details->comment!="")
Comment :
{{$job_details->comment}}
@endif