{!! Form::text('libelle', null, ['class' => 'form-control','id'=>'floatingInput','placeholder'=>'Libellé','aria-describedby'=>'floatingInputHelp', 'maxlength' => 254]) !!} {!! Form::label('libelle', 'Libelle:',['for'=>'floatingInput']) !!}
{!! Form::textarea('observation', null, ['class' => 'form-control','id'=>'floatingInput','placeholder'=>'Observation','aria-describedby'=>'floatingInputHelp', 'rows' => 10, 'cols' => 10]) !!} {!! Form::label('observation', 'Observation:',['for'=>'floatingInput']) !!}