@if (Session::get('error_msg'))
@endif
{{Session::get('error_msg')}}
@endif
@if (Session::get('succ_msg'))
{{Session::get('succ_msg')}}
@endif
@if ($errors->any())
-
{{ implode('', $errors->all(':message')) }}
@include("left_menu")
Create Job Spec
@if (Session::has('message')){{ Session::get('message') }}
@endif