{!! Form::hidden('reg_form_id',$id,['id'=>'reg_form_id']) !!} {!! Form::hidden('is_update',$is_update,['id'=>'is_update']) !!}

Fill out the basic details you have

About the Job Description

{!! Form::text('form_title',!empty($row['form_title']) ? $row['form_title'] : null, ['id'=>'form_title','class'=>'form-control','placeholder'=>'Ex: Vee Marketing Manager apply form']) !!}
{!! Form::select('locations[]',$locations,!empty($loc_ids) ? $loc_ids : null, ['id' => 'locations','class'=> 'form-control js-select2','multiple','data-placeholder'=>'Select Location']) !!}
{!! Form::select('industries[]',$industries, !empty($cat_ids) ? $cat_ids : null, ['id' => 'industries','class'=> 'form-control js-select2','multiple','data-placeholder'=>'Select a Job Category' ]) !!}
{!! Form::text('job_title',!empty($row['search_job_title']) ? $row['search_job_title'] : null, ['id'=>'job_title','class'=>'form-control','placeholder'=>'Ex: Social marketing Manager']) !!}
{!! Form::text('keywords',!empty($row['search_skills']) ? $row['search_skills'] : null, ['id'=>'key_words','class'=>'form-control','placeholder'=>'Ex: .Net, PHP']) !!}
Reset
@if($id) @endif