{!! Form::label('libelle', 'Libelle:') !!}
{!! Form::text('libelle', null, ['class' => 'form-control']) !!}
{!! Form::label('date_debut', 'Date Debut:') !!}
{!! Form::text('date_debut', null, ['class' => 'form-control']) !!}
{!! Form::label('date_fin', 'Date Fin:') !!}
{!! Form::text('date_fin', null, ['class' => 'form-control']) !!}
{!! Form::label('site_web', 'Site Web:') !!}
{!! Form::text('site_web', null, ['class' => 'form-control']) !!}
{!! Form::label('description', 'Description:') !!}
{!! Form::text('description', null, ['class' => 'form-control']) !!}
{!! Form::label('formation_id', 'Formation Id:') !!}
{!! Form::text('formation_id', null, ['class' => 'form-control']) !!}