@foreach ($farmerCowDetails as $farmerCowDetail) @php $monthWiseCowDetails = $farmerCowDetail->getMonthWiseCowDetails(); @endphp
{{-- --}} {{-- --}}
Breed Herd Size MilkingYieldDry Heifer 7-12 mo 6 mo Bull Calf
{{--
--}}
{{--
--}} @foreach ($monthWiseCowDetails as $key => $item)
{{-- --}} {{-- --}} {{-- --}}
{{ $key + 1 }}
{{--
--}}
{{-- @if ($loop->last) @endif --}} @endforeach {{--
--}}
Milk Supplied (Ltr.) Supplied to Others (Ltr.) Self use Total milk
production (Ltr.)
{{ $total_milk_production }}
Yield (Ltr.)
/Cow /Day
{{ round($yeildPerDay, 2) }}
@endforeach