{!! Form::label('buying_price', 'Buying Price:') !!}

{{ $cropBuyer->buying_price }}

{!! Form::label('crop_on_sale_id', 'Crop On Sale Id:') !!}

{{ $cropBuyer->crop_on_sale_id }}

{!! Form::label('status', 'Status:') !!}

{{ $cropBuyer->status }}

{!! Form::label('is_bought', 'Is Bought:') !!}

{{ $cropBuyer->is_bought }}

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

{{ $cropBuyer->created_at }}

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

{{ $cropBuyer->updated_at }}