{!! Form::text('employeur', null, ['class' => 'form-control','id'=>'floatingInput', 'placeholder'=>'Le nom employeur', 'aria-describedby'=>'floatingInputHelp', 'maxlength' => 254]) !!}
{!! Form::label('employeur', 'Nom employeur :',['for'=>'floatingInput']) !!}
{!! Form::text('libelle_employeur', null, ['class' => 'form-control','id'=>'floatingInput', 'placeholder'=>'Libellé employeur', 'aria-describedby'=>'floatingInputHelp', 'maxlength' => 254]) !!}
{!! Form::label('libelle_employeur', 'Libellé employeur :',['for'=>'floatingInput']) !!}
{!! Form::text('ville_employeur', null, ['class' => 'form-control','id'=>'floatingInput', 'placeholder'=>'Ville employeur', 'aria-describedby'=>'floatingInputHelp', 'maxlength' => 254]) !!}
{!! Form::label('ville_employeur', 'Ville employeur :',['for'=>'floatingInput']) !!}
{!! Form::text('telephone_employeur', null, ['class' => 'form-control','id'=>'floatingInput', 'placeholder'=>'Numéro de Téléphone', 'aria-describedby'=>'floatingInputHelp', 'maxlength' => 254]) !!}
{!! Form::label('telephone_employeur', 'Téléphone employeur :',['for'=>'floatingInput']) !!}
{!! Form::text('pays_employeur', null, ['class' => 'form-control','id'=>'floatingInput', 'placeholder'=>'Ex : Burkina Faso', 'aria-describedby'=>'floatingInputHelp', 'maxlength' => 254]) !!}
{!! Form::label('pays_employeur', 'Pays employeur :',['for'=>'floatingInput']) !!}
{!! Form::text('email_employeur', null, ['class' => 'form-control','id'=>'floatingInput', 'placeholder'=>'Ex : Recouvrement@gmail.com', 'aria-describedby'=>'floatingInputHelp', 'maxlength' => 254]) !!}
{!! Form::label('email_employeur', 'Email employeur :',['for'=>'floatingInput']) !!}
{!! Form::label('statut', 'Statut :', ['style' => 'padding-top:1px']) !!}
{!! Form::label('observation', 'Observation:') !!}
{!! Form::textarea('observation', null, ['class' => 'form-control']) !!}