{!! Form::open(array('role' => 'form', 'files'=>'false', 'class'=>'form-horizontal form-groups')) !!}
{!! Form::label('company_id_fk', $data['attributes']['company_id_fk'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('company_id_fk', $data['companyData'], $data['model']->company_id_fk, ['class' => 'form-control getProject getSalaryIncrementYear', 'id' => 'company_id_fk']) !!}

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

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

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

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

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

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

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

Present Status
Fiscal Year Grade Level Position Recruitment Type Salary Increment Year
Choose employee first
{!! Form::hidden('previous_data', $data['model']->previous_data, ['class' => 'form-control', 'id' => 'previous_data']) !!}

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

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

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

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

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

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

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

 
{!! Form::submit('Submit', ['id' => 'add', 'class' => 'btn btn-info']); !!} Close
{!! Form::close() !!}
@section('footerAssets')