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

INCENTIVE STEP LIST

{{ csrf_field() }} @if(!empty($incentiveSteps)) @foreach($incentiveSteps as $incentiveStep) @endforeach @endif
SL# Step Name Department Name Action
{{++$no}} {{$incentiveStep->name ?? 'N/A'}} {{$incentiveStep->department->name ?? 'N/A'}}  
@include('dataTableScript') @endsection