{!! Form::text('libelle', null, ['class' => 'form-control','id'=>'floatingInput', 'placeholder'=>'Le Nom du Bailleur', 'aria-describedby'=>'floatingInputHelp', 'maxlength' => 254]) !!}
{!! Form::label('libelle', 'Libelle :',['for'=>'floatingInput']) !!}
{!! Form::label('type', 'Type moyen de paiement :',['for'=>'type', 'style' => 'padding-top:1px']) !!}