{{App\Language::trans('Finance Detail And Remark')}}

# {{App\Language::trans('Type')}} {{App\Language::trans('Amount')}} {{App\Language::trans('Add Row')}}
{{$i}} {!! Form::select('borrower['.$i.'][finance_type]', App\Property\Lead::finance_combobox(), null, ['class'=>'form-control','onchange'=>'init_state_selectbox(this)']) !!} {!!Form::number('borrower['.$i.'][amount]', null, ['min'=>0,'step'=>'0.01', 'class'=>'form-control'])!!}
# {{App\Language::trans('Type')}} {{App\Language::trans('Amount')}} {{App\Language::trans('Add Row')}}
{{$i}} {!! Form::select('jointer['.$i.'][finance_type]', App\Property\Lead::finance_combobox(), null, ['class'=>'form-control','onchange'=>'init_state_selectbox(this)']) !!} {!!Form::number('jointer['.$i.'][amount]', null, ['min'=>0,'step'=>'0.01', 'class'=>'form-control'])!!}
# {{App\Language::trans('Date')}} {{App\Language::trans('Description')}} {{App\Language::trans('Add Row')}}
{{$i}} {!! Form::text('borrower['.$i.'][created_at]', date('Y-m-d H:i:s', strtotime('now')), null, ['class'=>'form-control']) !!} {!!Form::number('borrower['.$i.'][amount]', null, ['min'=>0,'step'=>'0.01', 'class'=>'form-control'])!!}