@extends('layouts/microfin_layout') @section('title', '| OTS Employee Incentive Configuration') @section('content') @include('successMsg')

OTS Employee Incentive Configuration List

{{ csrf_field() }} @foreach ($otsEmployeeIncentiveConfigurations as $otsEmployeeIncentiveConfiguration) @endforeach
SL# Effective Date Action
{{ ++$no }} {{ date ('d-m-Y', strtotime( $otsEmployeeIncentiveConfiguration->effectiveDate)) }}    
@endsection