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

{!! $protocolType->id !!}

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

{!! $protocolType->name !!}

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

{!! $protocolType->slug !!}

{!! Form::label('created_at', 'Criado em:') !!}

{!! $protocolType->created_at !!}

{!! Form::label('updated_at', 'Editado em:') !!}

{!! $protocolType->updated_at !!}