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

{{ $comments->id }}

{!! Form::label('string', 'String:') !!}

{{ $comments->string }}

{!! Form::label('status', 'Status:') !!}

{{ $comments->status }}

{!! Form::label('user_id', 'User Id:') !!}

{{ $comments->user_id }}

{!! Form::label('caso_id', 'Caso Id:') !!}

{{ $comments->caso_id }}

{!! Form::label('reclamo', 'Reclamo:') !!}

{{ $comments->reclamo }}

{!! Form::label('comentario_id', 'Comentario Id:') !!}

{{ $comments->comentario_id }}

{!! Form::label('root_id', 'Root Id:') !!}

{{ $comments->root_id }}

{!! Form::label('comentado_type', 'Comentado Type:') !!}

{{ $comments->comentado_type }}

{!! Form::label('comentado_id', 'Comentado Id:') !!}

{{ $comments->comentado_id }}

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

{{ $comments->created_at }}

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

{{ $comments->updated_at }}

{!! Form::label('estatus', 'Estatus:') !!}

{{ $comments->estatus }}

{!! Form::label('id_usuario_registro', 'Id Usuario Registro:') !!}

{{ $comments->id_usuario_registro }}

{!! Form::label('fecha_registro', 'Fecha Registro:') !!}

{{ $comments->fecha_registro }}

{!! Form::label('id_usuario_modifica', 'Id Usuario Modifica:') !!}

{{ $comments->id_usuario_modifica }}

{!! Form::label('fecha_modificacion', 'Fecha Modificacion:') !!}

{{ $comments->fecha_modificacion }}

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

{{ $comments->deleted_at }}