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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/resources/views/hr1/advancedSalaryLoanCollection/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('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::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('interest_percentage', $data['attributes']['interest_percentage'], ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('interest_percentage', $data['model']->interest_percentage, ['class' => 'form-control', 'id' => 'interest_percentage']) !!}

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

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

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

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

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

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

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

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

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

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

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


Warning: Undefined variable $data in /home/shikkhaplus/public_html/resources/views/hr1/advancedSalaryLoanCollection/reviewForm.blade.php on line 112

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

Warning: Attempt to read property "loanSchedule" on null in /home/shikkhaplus/public_html/resources/views/hr1/advancedSalaryLoanCollection/reviewForm.blade.php on line 112

Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/shikkhaplus/public_html/resources/views/hr1/advancedSalaryLoanCollection/reviewForm.blade.php:112 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/resources/views/hr1/advancedSalaryLoanCollection/reviewForm.blade.php on line 112
Payment# Payment Date Beginning Balance Scheduled Payment Extra Payment Total Payment Principal Interest Ending Balance Cumulative Interest