@extends('layouts.master') @section('content')

Incentive Management

{{-- openSideBarToAddDistributor --}}
New Incentive

Incentive List

@foreach ($incentives as $data) @endforeach
Month Year Action
{{DateTime::createFromFormat('!m', $data->month)->format('F')}} {{$data->year}} Edit
@endsection