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

{!! $type->id !!}

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

{!! $type->prefix !!}

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

{!! $type->name !!}

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

{!! $type->created_at !!}

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

{!! $type->updated_at !!}