@extends('layouts/microfin_layout') @section('title', '| OTS Employee Incentive Configuration') @section('content') @include('successMsg')
| SL# | Amount Slab | Percentage | Action | @php $no = 0; @endphp @foreach ($configuration as $row)
|---|---|---|---|
| {{ ++$no }} | {!! Form::text('amount[]', $row[0], ['class' => 'form-control number', 'id' => 'amount', 'type' => 'text', 'autocomplete'=>'off', 'style' => 'text-align: right']) !!} | {!! Form::text('percentage[]', $row[1], ['class' => 'form-control number', 'id' => 'percentage', 'type' => 'text', 'autocomplete'=>'off', 'style' => 'text-align: right']) !!} |