{!! Form::label('libelle', 'Libelle:') !!}

{{ $certification->libelle }}

{!! Form::label('date_debut', 'Date Debut:') !!}

{{ $certification->date_debut }}

{!! Form::label('date_fin', 'Date Fin:') !!}

{{ $certification->date_fin }}

{!! Form::label('site_web', 'Site Web:') !!}

{{ $certification->site_web }}

{!! Form::label('id', 'Id:') !!}

{{ $certification->id }}

{!! Form::label('autorite', 'Autorite:') !!}

{{ $certification->autorite }}

{!! Form::label('numero_license', 'Numero License:') !!}

{{ $certification->numero_license }}