{!! Form::label('no_answer', 'Did you help them fully about what they called about?', [
'class' => 'form-label',
'for' => 'no_answer',
]) !!}
*
answer_type == 1 ? 'checked' : '' }} />
answer_type == 0 ? 'checked' : '' }} />
{!! Form::label('question3_yes_answer', 'How did you help them, what did you do for them?', [
'class' => 'form-label',
'for' => 'question3_yes_answer',
]) !!}
*
{!! Form::text(
'question3_yes_answer',
Input::old('question3_yes_answer', isset($ticket) ? $ticket->question3_yes_answer : ''),
[
'id' => 'question3_yes_answer',
'class' => 'form-control',
'placeholder' => 'How did you help them, what did you do for them?',
],
) !!}