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

{{ $consumible->id }}

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

{{ $consumible->nombre }}

{!! Form::label('descripcion', 'Descripcion:') !!}

{{ $consumible->descripcion }}

{!! Form::label('existencia', 'Existencia:') !!}

{{ $consumible->existencia }}

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

{{ $consumible->created_at }}

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

{{ $consumible->updated_at }}

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

{{ $consumible->deleted_at }}

{!! Form::label('alerta', 'Alerta:') !!}

{{ $consumible->alerta }}

{!! Form::label('imagen', 'Imagen:') !!}

{{ $consumible->imagen }}

{!! Form::label('caducidad', 'Caducidad:') !!}

{{ $consumible->caducidad }}