{!! Form::text('text', $question->text, [ 'class' => 'input-text', 'placeholder' => trans('backend.ph.title'), 'required' => true]) !!} @lang('backend.ph.write_options') @foreach($question->questionMatchings as $key => $questionMatch)