{!! Form::text('question', null, ['class' => 'form-control','id'=>'floatingInput', 'placeholder'=>'Question frequemment posée', 'aria-describedby'=>'floatingInputHelp', 'maxlength' => 254]) !!} {!! Form::label('question', 'Question :',['for'=>'floatingInput']) !!}
{!! Form::hidden('statut', 0, ['class' => 'form-check-input']) !!} {!! Form::checkbox('statut', '1', true, ['class' => 'form-check-input']) !!} {!! Form::label('statut', 'Statut', ['class' => 'form-check-label']) !!}
{!! Form::label('reponse', 'Reponse:') !!} {!! Form::textarea('reponse', null, ['class' => 'form-control']) !!}