{!! Form::open(['files' => 'false', 'role' => 'form', 'class' => 'form']) !!}
{!! Form::label('group_id_fk', $data['attributes']['group_id_fk'], ['class' => 'control-label']) !!} {!! Form::select('group_id_fk', $data['groupData'], $data['model']->group_id_fk, [ 'class' => 'form-control getCompany', 'id' => 'group_id_fk', ]) !!}

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

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

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

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

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

{!! Form::label('recruitment_type', $data['attributes']['recruitment_type'], ['class' => 'control-label']) !!} {!! Form::select( 'recruitment_type[]', $data['recruitmentTypeData'], isset($data['model']->recruitment_type) ? $data['model']->recruitment_type : '', ['class' => 'form-control', 'multiple' => 'multiple', 'id' => 'recruitment_type'], ) !!}

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

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

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

{!! Form::label('withdraw_min_job_month', 'Org. WF withdraw min. job month', ['class' => 'control-label']) !!} {!! Form::text('withdraw_min_job_month', $data['model']->withdraw_min_job_month, [ 'class' => 'form-control number_input', 'id' => 'withdraw_min_job_month', ]) !!}

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

{!! Form::label('effect_from', 'Effect From', ['class' => 'control-label']) !!} {!! Form::text('effect_from', ($data['model']->effect_from) ? date('d-m-Y', strtotime($data['model']->effect_from)) : null, [ 'class' => 'form-control datepicker', 'id' => 'effect_from', ]) !!}

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


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

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

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