@extends('main') @section('css') @endsection @section('content') Home Job Specification Create Job Spec @if (Session::get('error_msg')) × {{Session::get('error_msg')}} @endif @if (Session::get('succ_msg')) × {{Session::get('succ_msg')}} @endif @if ($errors->any()) × {{ implode('', $errors->all(':message')) }} @endif @include("left_menu") Edit Job Spec @if (Session::has('message')) {{ Session::get('message') }} @endif Basic Information Title :* Company Name :* Link to Website :* Apply Website Link : INDUSTRY : @foreach($industry_data as $ind) @if(in_array($ind->id, $industry)){{$ind->name}} @endif @endforeach Add Industry :* Add Industry FUNCTION : @foreach($roles_data as $r) @if(in_array($r->id, $function)){{$r->name}} @endif @endforeach Add Function : Add Function Company description : {{$job_spec->company_desc}} Position description : {{$job_spec->position_desc}} Location Country :* @foreach ($countries as $count) @if ($c_id == $count->id) {{$count->name}} @endif @endforeach @foreach ($countries as $country) {{$country->name}} @endforeach Province :* State :* {{$states->name}} City : Compensation Base Salary Range :* Hide Salary hide_sal == '1'){{'checked="checked"'}}@endif> Additional Elements : {{$job_spec->additional_elements}} Preferred Candidate Likely Skill Level* Analyst Associate Manager Director Vice President SVP & Above Job Type : Select jobtype == 'Full Time Position'){{"selected='selected'"}}@endif>Full Time Position jobtype == 'Half Time Position'){{"selected='selected'"}}@endif>Half Time Position jobtype == 'Permanent'){{"selected='selected'"}}@endif>Permanent jobtype == 'Temporary'){{"selected='selected'"}}@endif>Temporary jobtype == 'Contract'){{"selected='selected'"}}@endif>Contract Experience : {{$job_spec->experience}} Qualification : {{$job_spec->qualification}} Contact Info Keep anonymous anonymous == '1'){{'checked="checked"'}}@endif> Province : Name :* Zip : Email :* Phone Number : Apply to : Fax Number : Company Name :* Comment : {{$job_spec->comment}} Street : City : Country : @foreach ($countries as $count) @if ($con_id == $count->id) {{$count->name}} @endif @endforeach @foreach ($countries as $country) {{$country->name}} @endforeach State : {{$contact_state->name}} Update Cancel @endsection @section('js') @endsection
{{ Session::get('message') }}