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

{!! $validador->id !!}

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

{!! $validador->user_id !!}

{!! Form::label('created_at', 'Fecha de creación:') !!}

{!! $validador->created_at !!}

{!! Form::label('updated_at', 'Fecha de actualización:') !!}

{!! $validador->updated_at !!}

{!! Form::label('deleted_at', 'Fecha de eliminación:') !!}

{!! $validador->deleted_at !!}