@extends('Modules.Agri.layouts.main') Future Prediction @section('main-content') @if($print) @else @endif
@foreach($free_block_data as $b_data)
@if($b_data['crop_name']=='Free')

Free Land

@else

Disabled

@endif

Section: {{$b_data['section']}}

Size:{{$b_data['unit']}}

"Grow Crops"
{{--

Month Summary

It is based on the expected data. If data is not entered proper then it will not remain precise..

235

Average Animals

1142312

Total Expense

2323 ltr

Total Milk

--}}
{{----}}
@endforeach @foreach($block_data as $b_data)

{{$b_data['crop_name']}}

{{$b_data['section']}}

Section:

Size:{{$b_data['unit']}}

Duration: {{$b_data['duration']}}

Duration: {{$b_data['duration']}}

"Calculation is done on day by day dairy status based on current data!"

Month Summary

It is based on the expected data. If data is not entered proper then it will not remain precise..

235

Average Animals

1142312

Total Expense

2323 ltr

Total Milk

@endforeach
@endsection