@extends('layouts/contentLayoutMaster')
@section('title', 'Detail Of Incentive Rates')
@section('vendor-style')
{{-- vendor css files --}}
@endsection
@section('content')
Incentive Rates
@if (isset($incentive->data))
@foreach ($incentive->data as $key => $value)
No.
From
To
Incentive Rate
@endforeach
@endif
{{ $loop->iteration }}
{{ $value['from'] }}
{{ $value['to'] }}
{{ $value['incentive_rate'] }}