@if ($message = Session::get('success'))
@endif
@if ($errorMessage = Session::get('errorMessage'))
@endif
| Date |
Max Gross Salary |
Milk Volume Limit |
Amount for Volume Greater Than Limit |
Amount for Volume Less Than Limit |
Incentive Rate (Dec to Apr) |
Incentive Rate (May to Nov) |
@foreach($typeDetails as $index => $typeDetail)
| {{ $typeDetail->date }} |
{{ $typeDetail->max_gross_salary }} |
{{ $typeDetail->milk_volume_limit }} |
{{ $typeDetail->volume_greater_than_limit_rate }} |
{{ $typeDetail->volume_less_than_limit_rate }} |
{{ $typeDetail->incentive_rate_dec_to_apr }} |
{{ $typeDetail->incentive_rate_may_to_nov }} |
@endforeach