{!! Form::open(array('role' => 'form', 'files'=>'false', 'class'=>'form-horizontal form-groups')) !!}

Warning: Undefined variable $data in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 11

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 11

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 11
:

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

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

Warning: Attempt to read property "id" on null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 12

Warning: Undefined variable $data in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 14

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 14

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 14
:

Warning: Undefined variable $data in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 15

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 15

Warning: Attempt to read property "user" on null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 15

Warning: Attempt to read property "employee" on null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 15

Warning: Attempt to read property "emp_name_english" on null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 15

Warning: Undefined variable $data in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 19

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 19

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 19
:

Warning: Undefined variable $data in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 20

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 20

Warning: Attempt to read property "job_age" on null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 20

Warning: Undefined variable $data in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 22

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 22

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 22
:

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

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

Warning: Attempt to read property "vehicleType" on null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 23

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/resources/views/hr/openingBalanceLoanAdvancedSalary/reviewForm.blade.php on line 23
 
{!! Form::label('approved_amount', $data['attributes']['approved_amount'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('approved_amount', $data['model']->approved_amount, ['class' => 'form-control', 'id' => 'approved_amount']) !!}

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

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

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

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

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

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

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

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