@extends('hr_main') @section('title', '| '. $data['pageTitle'] ) @section('content')
{!! $data['pageTitle'] !!}
{!! 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', 'disabled' => true]) !!}

{{ $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', 'disabled' => true]) !!}

{{ $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', 'disabled' => true]) !!}

{{ $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', 'disabled' => true]) !!}

{{ $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', 'disabled' => true]) !!}

{{ $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', 'disabled' => true ]) !!}

{{ $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', 'disabled' => true ]) !!}

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


Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/welfareFundSettings/view.blade.php on line 95

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

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