{!! Form::label('nom', 'Nom:') !!}

{{ $utilisateur->nom }}

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

{{ $utilisateur->id }}

{!! Form::label('prenom', 'Prenom:') !!}

{{ $utilisateur->prenom }}

{!! Form::label('post_actuel', 'Post Actuel:') !!}

{{ $utilisateur->post_actuel }}

{!! Form::label('adresse', 'Adresse:') !!}

{{ $utilisateur->adresse }}

{!! Form::label('tel', 'Tel:') !!}

{{ $utilisateur->tel }}

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

{{ $utilisateur->description }}