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

{{ $plot->name }}

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

{{ $plot->crop_id }}

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

{{ $plot->size }}

{!! Form::label('latitude', 'Latitude:') !!}

{{ $plot->latitude }}

{!! Form::label('longitude', 'Longitude:') !!}

{{ $plot->longitude }}

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

{{ $plot->created_at }}

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

{{ $plot->updated_at }}