{!! Form::open(array('role' => 'form', 'files'=>'false', 'class'=>'form-horizontal form-groups')) !!}
{!! Form::label('fiscal_year_fk', $data['attributes']['fiscal_year_fk'], ['class' => 'col-sm-2']) !!}
{!! Form::select('ss[fiscal_year_fk]', $data['fiscalYearData'], (isset($data['req']['fiscal_year_fk']))?$data['req']['fiscal_year_fk']:$data['model']->fiscal_year_fk, ['class' => 'form-control', 'id' => 'fiscal_year_fk', 'required'=>'required']) !!}
{!! Form::label('company_id_fk', $data['attributes']['company_id_fk'], ['class' => 'col-sm-2']) !!}
{!! Form::select('ss[company_id_fk]', $data['companyData'], (isset($data['req']['company_id_fk']))?$data['req']['company_id_fk']:$data['model']->company_id_fk, ['class' => 'form-control getProject', 'id' => 'company_id_fk', 'required'=>'required']) !!}
{!! Form::label('project_id_fk', $data['attributes']['project_id_fk'], ['class' => 'col-sm-2']) !!}
{!! Form::select('ss[project_id_fk]', array(''=>'Select any'), (isset($data['req']['project_id_fk']))?$data['req']['project_id_fk']:'', ['class' => 'form-control', 'id' => 'project_id_fk', 'required'=>'required']) !!}
{!! Form::label('grade_id_fk', $data['attributes']['grade_id_fk'], ['class' => 'col-sm-2 control-label']) !!}

Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salaryStructure/form.blade.php on line 31

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salaryStructure/form.blade.php on line 31

Warning: Attempt to read property "grade_id_fk" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salaryStructure/form.blade.php on line 31
{!! Form::select('ss[grade_id_fk]', $data['gradeData'], $data['model']->grade_id_fk, ['class' => 'form-control getPosition getLevel', 'id' => 'grade_id_fk']) !!}

{{ $errors->error->first('grade_id_fk') }}

{!! Form::label('level_id_fk', $data['attributes']['level_id_fk'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('ss[level_id_fk]', [''=>'Select any'], $data['model']->level_id_fk, ['class' => 'form-control', 'id' => 'level_id_fk']) !!}

{{ $errors->error->first('level_id_fk') }}

{!! Form::label('position_id_fk', $data['attributes']['position_id_fk'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('ss[position_id_fk][]', $data['positionData'], $data['model']->position_id_fk, ['class' => 'form-control select2', 'multiple'=>'multiple', 'id' => 'position_id_fk']) !!}

{{ $errors->error->first('position_id_fk') }}

{!! Form::label('recruitment_type_fk', $data['attributes']['recruitment_type_fk'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('ss[recruitment_type_fk][]', $data['recruitmentTypeData'], $data['model']->recruitment_type_fk, ['class' => 'form-control select2', 'multiple'=>'multiple', 'id' => 'recruitment_type_fk']) !!}

{{ $errors->error->first('recruitment_type_fk') }}

{!! Form::label('basic_salary', $data['attributes']['basic_salary'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('ss[basic_salary]', $data['model']->basic_salary, ['class' => 'form-control', 'id' => 'basic_salary', 'type' => 'text', 'placeholder' => $data['placeholder']['basic_salary']]) !!}

{{ $errors->error->first('basic_salary') }}

{!! Form::label('acting_benefit_amount', $data['attributes']['acting_benefit_amount'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('ss[acting_benefit_amount]', $data['model']->acting_benefit_amount, ['class' => 'form-control', 'id' => 'acting_benefit_amount', 'type' => 'text', 'placeholder' => $data['placeholder']['acting_benefit_amount']]) !!}

{{ $errors->error->first('acting_benefit_amount') }}

{!! Form::label('status', $data['attributes']['status'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('ss[status]', $data['easycode']->getStatusOptions(), $data['model']->status, ['class' => 'form-control', 'id' => 'status']) !!}

{{ $errors->error->first('status') }}

{{ Form::checkbox('ss[pf_applicable]', $data['model']->pf_applicable, $data['pfApplicableChecked'] ) }}
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salaryStructure/form.blade.php on line 82

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salaryStructure/form.blade.php on line 82

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salaryStructure/form.blade.php on line 82

Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salaryStructure/form.blade.php on line 90

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salaryStructure/form.blade.php on line 90

Fatal error: Uncaught Error: Class name must be a valid object or a string in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salaryStructure/form.blade.php:90 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salaryStructure/form.blade.php on line 90