{!! Form::label('buying_price', 'Buying Price:') !!} {!! Form::number('buying_price', null, ['class' => 'form-control']) !!}
{!! Form::label('crop_on_sale_id', 'Crop On Sale Id:') !!} {!! Form::select('crop_on_sale_id', ], null, ['class' => 'form-control custom-select']) !!}
{!! Form::hidden('is_bought', 0, ['class' => 'form-check-input']) !!} {!! Form::checkbox('is_bought', '1', null, ['class' => 'form-check-input']) !!} {!! Form::label('is_bought', 'Is Bought', ['class' => 'form-check-label']) !!}