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

{{ $crop->name }}

{!! Form::label('standard_price', 'Standard Price:') !!}

{{ $crop->standard_price }} {{ $crop->price_unit}}

{!! Form::label('sub_category_id', 'Sub Category :') !!}

{{ $crop->sub_category->name }}

{!! Form::label('image', 'Image:') !!}

{{ $crop->image }}

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

{{ $crop->created_at }}

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

{{ $crop->updated_at }}