@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) @endforeach @endif
No. From To Incentive Rate
{{ $loop->iteration }} {{ $value['from'] }} {{ $value['to'] }} {{ $value['incentive_rate'] }}
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection