id)) data-entry-id="{{ $answer->id }}" @endif>

{{ trans('updates.or') }}
{!! Form::hidden(null, isset($answer->image) ? makepreview($answer->image, null, 'answers') : null, ['data-type' => 'image', 'class' => 'cd-input cd-input-image ']) !!}
@if(isset($answer->image)) @endif
{!! Form::textarea(null, isset($answer->title) ? $answer->title : null, ['data-type' => 'title', 'class' => 'cd-input answerinput', 'placeholder' => trans('buzzyquiz.entry_answertitle')]) !!}
@if(Request::query('qtype')=='trivia' || isset($answer->answer_type) && $answer->answer_type == 'trivia')
video) && $answer->video == 'on' ? 'checked="checked"' : '' }} value="on" data-type="assign" id="correct-{{$idoa}}">
@else
{!! Form::select(null, ['' => trans('buzzyquiz.assign')] , null, [ 'class' => 'cd-input getassignres', 'data-identy' => $idoa, 'data-acst' => isset($answer->video) ? (int)$answer->video : null, 'data-type' => 'assign' ]) !!}
@endif