@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") Create Job Spec @if (Session::has('message')) {{ Session::get('message') }} @endif Basic Information Title :* Company Name :* Link to Website :* Apply Website Link : Add Industry :* Add Industry Add Function : Add Function Company description : Position description : Location Country :* Select Province :* State :* Select State City : Compensation Base Salary Range :* Hide Salary Additional Elements : Preferred Candidate Likely Skill Level* Analyst Associate Manager Director Vice President SVP & Above Job Type : Select Full Time Position Half Time Position Permanent Temporary Contract Experience : Qualification : Contact Info Keep anonymous Province : Name :* Zip : Email :* Phone Number : Apply to : Fax Number : Company Name :* Comment : Street : City : Country : Select Country State : Select State Submit Cancel @endsection @section('js') @endsection
{{ Session::get('message') }}