@extends('layouts/pos_layout') @section('title', '| Special Incentive Configuration List') @section('content') @include('successMsg')

SPECIAL INCENTIVE CONFIGURATION LIST

{{ csrf_field() }} @if(!empty($incentiveConfigs)) @foreach($incentiveConfigs as $incentiveConfig) @endforeach @endif
SL# Date Type Action
{{++$no}} {{ date('d-m-Y', strtotime($incentiveConfig->valid_from)) }} {{$incentiveConfig->type}}  
@include('dataTableScript') @endsection