{!! Form::open(array('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') }}


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

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

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