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

{!! $documentType->id !!}

{!! Form::label('name', 'Nome:') !!}

{!! $documentType->name !!}

{!! Form::label('prefix', 'Prefixo:') !!}

{!! $documentType->prefix !!}

{!! Form::label('slug', 'Sigla:') !!}

{!! $documentType->slug !!}

{!! Form::label('created_at', 'Created At:') !!}

{!! $documentType->created_at !!}

{!! Form::label('updated_at', 'Updated At:') !!}

{!! $documentType->updated_at !!}