{!! Form::open(array('role' => 'form', 'class'=>'form-horizontal form-groups', 'autocomplete'=>'off')) !!} {!! Form::hidden('appointment_letter_status', 0, ['class' => 'form-control', 'id' => 'appointment_letter_status', 'readonly' => true]) !!}

Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 12

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

Warning: Attempt to read property "group_id_fk" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 12
{!! Form::label('group_id_fk', $data['attributes']['group_id_fk'], ['class' => 'col-sm-2 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') }}


Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 30

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

Warning: Attempt to read property "company_id_fk" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 30
{!! Form::label('company_id_fk', $data['attributes']['company_id_fk'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('company_id_fk', array(''=>'Select any'), $data['model']->company_id_fk, ['class' => 'form-control getProject', 'id' => 'company_id_fk']) !!}

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


Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 50

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

Warning: Attempt to read property "project_id_fk" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 50
{!! 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 getProjectType getBranch', 'id' => 'project_id_fk']) !!}

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


Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 67

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

Warning: Attempt to read property "project_type_id_fk" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 67
{!! Form::label('project_type_id_fk', $data['attributes']['project_type_id_fk'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('project_type_id_fk', array(''=>'Select any'), $data['model']->project_type_id_fk, ['class' => 'form-control', 'id' => 'project_type_id_fk']) !!}

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


Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 86

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

Warning: Attempt to read property "project_type_id_fk" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 86
{!! 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 hr-select2', 'id' => 'branch_id_fk']) !!}

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

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

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


Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 112

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

Warning: Attempt to read property "project_type_id_fk" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 112
{!! Form::label('recruitment_type', $data['attributes']['recruitment_type'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('recruitment_type', $data['recruitmentTypeData'], $data['model']->recruitment_type, ['class' => 'form-control', 'id' => 'recruitment_type']) !!}

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

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

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

{!! Form::label('grade', $data['attributes']['grade'], ['class' => 'col-sm-2 control-label']) !!}
@if($data['promo_incre']>0) {!! Form::text('adsfasdf', $data['model']->gradeInfo->name, ['class' => 'form-control', 'type' => 'text', 'disabled'=>'disabled']) !!} {!! Form::select('grade', $data['gradeData'], $data['model']->grade, ['class' => 'form-control getLevel', 'id' => 'grade', 'style'=>'display:none']) !!} @else {!! Form::select('grade', $data['gradeData'], $data['model']->grade, ['class' => 'form-control getLevel', 'id' => 'grade']) !!} @endif

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

{!! Form::label('level_id_fk', $data['attributes']['level_id_fk'], ['class' => 'col-sm-2 control-label']) !!}
@if($data['promo_incre']>0) {!! Form::text('adsfasdf', $data['model']->level->name, ['class' => 'form-control', 'type' => 'text', 'disabled'=>'disabled']) !!} {!! Form::select('level_id_fk', array(''=>'Select any'), $data['model']->level_id_fk, ['class' => 'form-control', 'id' => 'level_id_fk', 'style'=>'display:none']) !!} @else {!! Form::select('level_id_fk', array(''=>'Select any'), $data['model']->level_id_fk, ['class' => 'form-control', 'id' => 'level_id_fk',]) !!} @endif

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

{!! Form::label('department', $data['attributes']['department'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('department', $data['departmentData'], (isset($data['model']->department))?explode(',',$data['model']->department):'', ['class' => 'form-control select2 select2-results', 'id' => 'department', 'required' => 'required']) !!}

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


Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 168

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

Warning: Attempt to read property "project_type_id_fk" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 168
{!! Form::label('position_id_fk', $data['attributes']['position_id_fk'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('position_id_fk', $data['positionData'], $data['model']->position_id_fk, ['class' => 'form-control', 'id' => 'position_id_fk']) !!}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

{!! Form::label('basic_salary', $data['attributes']['basic_salary'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('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('total_salary', $data['attributes']['total_salary'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('total_salary', $data['model']->total_salary, ['class' => 'form-control', 'id' => 'total_salary', 'type' => 'text', 'placeholder' => $data['placeholder']['total_salary']]) !!}

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

{!! Form::label('fiscal_year_fk', $data['attributes']['fiscal_year_fk'], ['class' => 'col-sm-2 control-label']) !!}
@if($data['promo_incre']>0) {!! Form::text('adsfasdf', $data['model']->fiscalYear->name, ['class' => 'form-control', 'type' => 'text', 'disabled'=>'disabled']) !!} {!! Form::select('fiscal_year_fk', $data['fiscalYearData'], $data['model']->fiscal_year_fk, ['class' => 'form-control getSalaryIncrementYear', 'id' => 'fiscal_year_fk', 'style'=>'display:none']) !!} @else {!! Form::select('fiscal_year_fk', $data['fiscalYearData'], $data['model']->fiscal_year_fk, ['class' => 'form-control getSalaryIncrementYear', 'id' => 'fiscal_year_fk']) !!} @endif

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

{!! Form::label('salary_increment_year', $data['attributes']['salary_increment_year'], ['class' => 'col-sm-2 control-label']) !!}
@if($data['promo_incre']>0) {!! Form::text('adsfasdf', $data['model']->salary_increment_year, ['class' => 'form-control', 'type' => 'text', 'disabled'=>'disabled']) !!} {!! Form::text('salary_increment_year', $data['model']->salary_increment_year, ['class' => 'form-control', 'type' => 'text', 'style'=>'display:none']) !!} @else {!! Form::select('salary_increment_year', [], $data['model']->salary_increment_year, ['class' => 'form-control', 'id' => 'salary_increment_year', 'required' => 'required']) !!} @endif

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

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

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

{!! Form::label('security_amount', $data['attributes']['security_amount'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('security_amount', $data['model']->security_amount, [ 'class' => 'form-control', 'id' => 'security_amount', $data['model']->status == 'Active' ? 'readonly' : '', 'placeholder' => $data['placeholder']['security_amount'] ]) !!}
Opening Amount: 
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 290

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

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

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

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

{!! Form::label('advanced_security_amount', $data['attributes']['advanced_security_amount'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('advanced_security_amount', $data['model']->advanced_security_amount, ['class' => 'form-control', 'id' => 'advanced_security_amount', $data['model']->status == 'Active' ? 'disabled' : '', 'rows' => '3', 'placeholder' => $data['placeholder']['advanced_security_amount']]) !!}

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

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

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

{{-- Insatallment Amount --}}
{!! Form::label('installment_amount', $data['attributes']['installment_amount'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('installment_amount', $data['model']->installment_amount, ['class' => 'form-control', $data['model']->status == 'Active' ? 'readonly' : '', 'id' => 'installment_amount', 'rows' => '3', 'placeholder' => $data['placeholder']['installment_amount']]) !!}

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


Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 327

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

Warning: Attempt to read property "edps_amount" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 327
{!! Form::label('edps_amount', $data['attributes']['edps_amount'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('edps_amount', $data['model']->edps_amount=0, ['class' => 'form-control', 'id' => 'edps_amount', 'rows' => '3', 'placeholder' => $data['placeholder']['edps_amount'],$data['model']->status == 'Active' ? 'disabled' : '']) !!}

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

{{-- {!! Form::label('edps_amount', $data['attributes']['edps_amount'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('edps_amount', $data['model']->edps_amount=0, ['class' => 'form-control', 'id' => 'edps_amount', 'rows' => '3', 'placeholder' => $data['placeholder']['edps_amount'], 'readonly' => true]) !!}

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

--}}

Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 350

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

Warning: Attempt to read property "edps_start_month" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 350
{!! Form::label('edps_start_month', $data['attributes']['edps_start_month'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('edps_start_month', $data['model']->edps_start_month == '00-0000' ? date('m-Y') : $data['model']->edps_start_month, ['class' => 'form-control monthpicker', 'id' => 'edps_start_month', 'rows' => '3', 'placeholder' => $data['placeholder']['edps_start_month'], $data['model']->status == 'Active' ? 'disabled' : '']) !!}

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

{{-- {!! Form::label('edps_start_month', $data['attributes']['edps_start_month'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('edps_start_month', $data['model']->edps_start_month='0000-00-00', ['class' => 'form-control monthpicker', 'id' => 'edps_start_month', 'rows' => '3', 'placeholder' => $data['placeholder']['edps_start_month'], 'readonly' => true, 'disabled' => true]) !!}

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

--}}
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 374

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

Warning: Attempt to read property "edps_lifetime" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 374
{!! Form::label('edps_lifetime', $data['attributes']['edps_lifetime'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('edps_lifetime', $data['model']->edps_lifetime=0, ['class' => 'form-control', 'id' => 'edps_lifetime', 'rows' => '3', 'placeholder' => $data['placeholder']['edps_lifetime'], $data['model']->status == 'Active' ? 'disabled' : '']) !!}

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

{{-- {!! Form::label('edps_lifetime', $data['attributes']['edps_lifetime'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('edps_lifetime', $data['model']->edps_lifetime=0, ['class' => 'form-control', 'id' => 'edps_lifetime', 'rows' => '3', 'placeholder' => $data['placeholder']['edps_lifetime'], 'readonly' => true, 'disabled' => true]) !!}

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

--}}

Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 400

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

Warning: Attempt to read property "status" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 400
@php // dd($data['model']->getStatus()); @endphp {!! Form::label('status', $data['attributes']['status'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('status', $data['model']->getStatus(), $data['model']->status, ['class' => 'form-control', 'id' => 'status', $data['model']->status == 'Active' ? 'disabled' : '']) !!} {!! Form::hidden('status', 'Inactive', ['class' => 'form-control', 'id' => 'job_status']) !!}

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


Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 424

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

Warning: Attempt to read property "job_status" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 424
{!! Form::label('job_status', $data['attributes']['job_status'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('job_status', $data['model']->getJobStatus(), $data['model']->job_status, ['class' => 'form-control', 'id' => 'job_status']) !!}

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

{!! Form::label('terminate_resignation_date', $data['attributes']['terminate_resignation_date'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('terminate_resignation_date', $data['model']->terminate_resignation_date, ['class' => 'form-control datepicker', 'id' => 'terminate_resignation_date', 'type' => 'text', 'placeholder' => $data['placeholder']['terminate_resignation_date'], $data['model']->status == 'Active' ? 'disabled' : '']) !!} {!! Form::hidden('terminate_resignation_date', $data['model']->terminate_resignation_date, ['class' => 'form-control datepicker', 'id' => 'terminate_resignation_date', 'type' => 'text', 'placeholder' => $data['placeholder']['terminate_resignation_date']]) !!}

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

{{-- Benifit Type A --}}

Benefit Type A


Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 458

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

Fatal error: Uncaught Error: Call to a member function count() on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php:458 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/organizationForm.blade.php on line 458