{{csrf_field()}}
@if($errors->has('BODEGA_ID'))
{{ $errors->first('BODEGA_ID') }}
@endif
@if($errors->has('PRODUCTO_ID'))
{{ $errors->first('PRODUCTO_ID') }}
@endif
@if($errors->has('CANTIDAD'))
{{ $errors->first('CANTIDAD') }}
@endif