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

{{ $catErrores->id }}

{!! Form::label('nombre', 'Nombre:') !!}

{{ $catErrores->nombre }}

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

{{ $catErrores->created_at }}

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

{{ $catErrores->updated_at }}

{!! Form::label('deleted_at', 'Deleted At:') !!}

{{ $catErrores->deleted_at }}