{!! Form::label('farm_id', 'Farm Id:') !!} {!! Form::select('farm_id', ], null, ['class' => 'form-control custom-select']) !!}
{!! Form::label('harvest_amount', 'Harvest Amount:') !!} {!! Form::number('harvest_amount', null, ['class' => 'form-control']) !!}