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

{{ $attachement->id }}

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

{{ $attachement->nom }}

{!! Form::label('type', 'Type:') !!}

{{ $attachement->type }}

{!! Form::label('path', 'Path:') !!}

{{ $attachement->path }}

{!! Form::label('projet_id', 'Projet Id:') !!}

{{ $attachement->projet_id }}