{!! Form::label( 'double_rewards', trans( 'vote.fields.double_rewards' ), ['class' => 'block text-sm text-gray-400 mr-4'] ) !!} {!! Form::checkbox( 'double_rewards', 1, NULL, ['id' => 'double_rewards'] ) !!}
{!! Form::label( 'name', trans( 'vote.fields.name' ), ['class' => 'block text-sm text-gray-400'] ) !!} {!! Form::text( 'name', NULL, ['class' => 'w-full bg-gray-800 border border-gray-700 text-gray-200 rounded-md px-3 py-2'] ) !!}
{!! Form::label( 'link', trans( 'vote.fields.link' ), ['class' => 'block text-sm text-gray-400'] ) !!} {!! Form::input( 'url', 'link', NULL, ['class' => 'w-full bg-gray-800 border border-gray-700 text-gray-200 rounded-md px-3 py-2'] ) !!}
{!! Form::label( 'reward_amount', trans( 'vote.fields.reward' ), ['class' => 'block text-sm text-gray-400'] ) !!}
{!! Form::label( 'hour_limit', trans( 'vote.fields.limit' ), ['class' => 'block text-sm text-gray-400'] ) !!}
{!! Form::submit( $submitButtonText, ['id' => 'form_submit', 'class' => 'px-4 py-2 bg-green-600 text-white rounded-md'] ) !!}