{!! Form::hidden('block_id', $block->id) !!} {!! Form::hidden('type', 1) !!} {!! Form::text('text', null, [ 'class' => 'input-text', 'placeholder' => trans('backend.ph.question'), 'required' => true]) !!} @lang('backend.ph.write_answers')
{!! Form::checkbox('correct[]', 0, null, ['class' => 'checkbox', 'id' => 'chkbx-1']) !!} {!! Form::checkbox('correct[]', 1, null, ['class' => 'checkbox', 'id' => 'chkbx-2']) !!} @for($i = 2; $i < 26; $i++) @endfor