@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 @if ($errors->any())
    {{ implode('', $errors->all(':message')) }}
@endif
@include("left_menu")

Create Job Spec

@if (Session::has('message'))

{{ Session::get('message') }}

@endif

Basic Information

Location

Compensation

Preferred Candidate

Contact Info

Cancel
@endsection @section('js') @endsection