{!! Form::label('name', 'Name:') !!}

{{ $plot->name }}

{!! Form::label('size', 'Size:') !!}

{{ $plot->size }}

{!! Form::label('size_unit', 'Size Unit:') !!}

{{ $plot->size_unit }}

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

{{ $plot->farm_id }}

{!! Form::label('crop_id', 'Crop Id:') !!}

{{ $plot->crop_id }}

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

{{ $plot->created_at }}

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

{{ $plot->updated_at }}