Foto de la reparación

Da clic en el botón subir imagen, selecciona tu imagen destacada y da clic en aceptar

{{--
Subir material
--}}
@if ($errors->has('nombre')) {{ $errors->first('nombre') }} @endif
@if ($errors->has('precio')) {{ $errors->first('precio') }} @endif
@if ($errors->has('precio_oferta')) {{ $errors->first('precio_oferta') }} @endif
@if ($errors->has('peso')) {{ $errors->first('peso') }} @endif
@if ($errors->has('dimensiones')) {{ $errors->first('dimensiones') }} @endif
@if ($errors->has('categoria')) {{ $errors->first('categoria') }} @endif
@if ($errors->has('sku')) {{ $errors->first('sku') }} @endif
@if ($errors->has('descripcion')) {{ $errors->first('descripcion') }} @endif
@if ($errors->has('disponibilidad')) {{ $errors->first('disponibilidad') }} @endif