@section('stylesheets') @endsection {{-- General Panel --}}

General

{!! Form::label('group', 'Group', ['class' => 'control-label']) !!} {!! Form::select('group',$d__a->groups, $d__a->leaveSetting->group_id_fk ?? null, ['class' => 'form-control']) !!} Select your group name.
{!! Form::label('company', 'Company', ['class' => 'control-label']) !!} {!! Form::select('company',$d__a->companies, $d__a->leaveSetting->company_id_fk ?? null, ['class' => 'form-control']) !!} Select your company name.
{!! Form::label('project', 'Project', ['class' => 'control-label']) !!} {!! Form::select('project',$d__a->projects, $d__a->leaveSetting->project_id_fk ?? null, ['class' => 'form-control']) !!} Select your project name.
{{-- ./row --}}
{{-- ./panel-body --}}
{{-- ./panel --}} {{-- Earn Leave Panel --}}

Earn Leave

{!! Form::label('dayCountPerMonth', 'Day Count', ['class' => 'control-label']) !!} {!! Form::select('dayCountPerMonth',$d__a->dayCountPerMonthContainer, $d__a->leaveSettingEarn->day_count_per_month ?? null, ['class' => 'form-control']) !!} How many days in a month?
{!! Form::label('highestLimit', 'Highest Limit', ['class' => 'control-label']) !!} {!! Form::select('highestLimit',$d__a->highestLimitContainer, $d__a->leaveSettingEarn->highest_limit_in_days ?? null, ['class' => 'form-control']) !!} Highest limitaion.
{!! Form::label('afterActive', 'After Active', ['class' => 'control-label']) !!} {!! Form::select('afterActive',$d__a->afterActiveContainer, $d__a->leaveSettingEarn->after_active_in_month ?? null, ['class' => 'form-control']) !!} After activation.
{{-- ./row --}}
{!! Form::label('cashSet', 'Cash Set', ['class' => 'control-label']) !!} {!! Form::select('cashSet',$d__a->cashSetContainer, $d__a->leaveSettingEarn->cash_set_in_month ?? null, ['class' => 'form-control']) !!} Cash set in month.
{!! Form::label('effectMonth', 'Effect Month', ['class' => 'control-label']) !!} {!! Form::select('effectMonth',$d__a->effectMonthContainer, $d__a->leaveSettingEarn->effect_month_option ?? null, ['class' => 'form-control']) !!} Effect month selection.
{{-- ./row --}}
{{-- ./panel-body --}}
{{-- ./panel --}} {{-- LPR Leave Panel --}}

LPR Leave

{!! Form::label('activeJobAge', 'Active Job Age(Years)', ['class' => 'control-label']) !!} {!! Form::text('activeJobAge',$d__a->leaveSettingLpr->active_job_age_in_year ?? null, ['class' => 'form-control']) !!} Enter years of active job age.
{!! Form::label('lprDuration', 'Duration(Month)', ['class' => 'control-label']) !!} {!! Form::text('lprDuration',$d__a->leaveSettingLpr->duration_in_month ?? null,['class' => 'form-control']) !!} Select LPR duraion in month.
{!! Form::label('facilities', 'Facility', ['class' => 'control-label']) !!} {!! Form::select('facilities[]',$d__a->benifitTypes , isset($d__a->leaveSettingLpr) ? json_decode($d__a->leaveSettingLpr->settings_benefit_type_id_fk) : null, ['class' => 'form-control select2','multiple'=>'multiple']) !!} Select LPR facility.
{{-- ./row --}}
{!! Form::label('adjust', 'Adjustment (%)', ['class' => 'control-label']) !!} {!! Form::text('adjust', $d__a->leaveSettingLpr->adjustment_in_percent ?? null, ['class' => 'form-control']) !!} Enter LPR adjustment in percentice.
{{-- ./row --}}
{{-- ./panel-body --}}
{{-- ./panel --}}
{!! Form::submit('Submit', ['id' => 'add', 'class' => 'btn btn-info']); !!} Close
{{-- ./row --}} @section('footerAssets') {{-- For Time Picker --}} @endsection