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

{{ $projet->libelle }}

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

{{ $projet->date_debut }}

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

{{ $projet->date_fin }}

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

{{ $projet->site_web }}

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

{{ $projet->id }}

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

{{ $projet->description }}

{!! Form::label('formation_id', 'Formation Id:') !!}

{{ $projet->formation_id }}