@extends('layouts/contentLayoutMaster') @section('title', 'Incentive Configuration') @section('content') Supplier Incentives Configuration @can('Create Incentive Configuration') Add Type @endcan @if ($message = Session::get('success')) {{ $message }} @endif @if ($errorMessage = Session::get('errorMessage')) {{ $errorMessage }} @endif @csrf {{-- supplier type --}} {{-- Purchasing milk from that source type--}} Incentives CDF MVMC LF (FFL Chiller) LF (Own Chiller) VMCA (FFL Chiller) VMCA (Own Chiller) CF @foreach ($incentives as $incentive) {{@ucfirst($incentive['name'])}} @endforeach {{-- end supplier type --}} @can('Create Incentive Configuration') Submit Reset @endcan