{!! Form::label('quantity', 'Quantity:') !!}

{{ $cropHarvest->quantity }}

{!! Form::label('quantity_unit', 'Quantity Unit:') !!}

{{ $cropHarvest->quantity_unit }}

{!! Form::label('plot_id', 'Plot Id:') !!}

{{ $cropHarvest->plot_id }}

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

{{ $cropHarvest->created_at }}

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

{{ $cropHarvest->updated_at }}