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

{{ $cV->id }}

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

{{ $cV->libelle }}

{!! Form::label('description', 'Description:') !!}

{{ $cV->description }}