{!! Form::open(array('role' => 'form', 'files'=>'false', 'class'=>'form-horizontal form-groups')) !!}
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/advancedSalaryLoan/form.blade.php on line 9

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

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/advancedSalaryLoan/form.blade.php on line 9
> {!! Form::label('company_id_fk', $data['attributes']['company_id_fk'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('company_id_fk', $data['companyData'], $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' => 'col-sm-2 control-label']) !!}
{!! Form::select('project_id_fk', array(''=>'Select any'), $data['model']->project_id_fk, ['class' => 'form-control getBranch', 'id' => 'project_id_fk']) !!}

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

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

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

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/advancedSalaryLoan/form.blade.php on line 23
> {!! 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 getUser hr-select2', 'id' => 'branch_id_fk']) !!}

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

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

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

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

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

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

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

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

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

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

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

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

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

{!! Form::submit('Submit', ['id' => 'add', 'class' => 'btn btn-info']); !!} Close
{!! Form::close() !!}
@section('footerAssets')