{!! Form::label('farm_id', 'Farm Id:') !!}

{{ $harvest->farm_id }}

{!! Form::label('harvest_amount', 'Harvest Amount:') !!}

{{ $harvest->harvest_amount }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $harvest->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $harvest->updated_at }}