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

{{ $refaccion->nombre }}

{!! Form::label('precio', 'Precio:') !!}

{{ $refaccion->precio }}