@extends('main') @section('css') @endsection @section('content')
@if (Session::get('error_msg'))
{{Session::get('error_msg')}}
@endif @if (Session::get('succ_msg'))
{{Session::get('succ_msg')}}
@endif
@include("left_menu")

{{ucwords($recruit_details->title)}}

{{ucwords($user_det->name)}}

Job Specification Info

Purpose :
{{$recruit_details->title}}
Description :

Basic Information

@if($job_details->title!="")
Title :
{{$job_details->title}}
@endif @if($job_details->company_name!="")
Company Name :
{{$job_details->company_name}}
@endif @if($job_details->link_to_website!="")
Link to Website:
{{$job_details->link_to_website}}
@endif @if($job_details->website_link!="")
Apply Website Link :
{{$job_details->website_link}}
@endif @if($job_details->industry!="")
Industrys :
@foreach($industry_data as $ind) @if(in_array($ind->id, $industry)) {{$ind->name.', '}} @endif @endforeach
@endif @if($job_details->function!="")
Functions :
@foreach($roles_data as $r) @if(in_array($r->id, $function)) {{$r->name.', '}} @endif @endforeach
@endif @if($job_details->company_desc!="")
Company description :
{{$company_desc}}
@endif @if($job_details->position_desc!="")
Position description :
{{$position_desc}}
@endif @if($country_name->name!="")
Country :
{{$country_name->name}}
@endif @if($job_details->province!="")
Province :
{{$job_details->province}}
@endif @if($state_name->name!="")
State :
{{$country_name->name}}
@endif @if($job_details->city!="")
City :
{{$job_details->city}}
@endif

Compensation

@if($job_details->sal_range!="" && $job_details->hide_sal==0)
Base Salary Range :
{{$job_details->sal_range}}
@endif @if($job_details->additional_elements!="")
Additional Elements :
{{$additional_elements}}
@endif

Preferred Candidate

@if($job_details->skill_level!="")
Likely Skill Level :
@for($i = 0; $i < count($array); $i++){{ $array[$i].', ' }}@endfor
@endif @if($job_details->jobtype!="")
Job Type :
{{$job_details->jobtype}}
@endif @if($job_details->experience!="")
Experience :
{{ $experience }}
@endif @if($job_details->qualification!="")
Qualification :
{{ $qualification }}
@endif

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
12:00 am Jan 01, 1970

 

@endsection @section('js') @endsection