@extends('layout') @section('content') @include('ventas.documentos.modal-envio') @section('ventas-active', 'active') @section('documento-active', 'active')

EDITAR DOCUMENTO DE VENTA

{{ csrf_field() }}

Documento de venta

Edtar datos del documento de venta:

@if ($errors->has('fecha_documento_campo')) {{ $errors->first('fecha_documento_campo') }} @endif
@if ($errors->has('fecha_atencion_campo')) {{ $errors->first('fecha_atencion_campo') }} @endif
has('fecha_vencimiento_campo') ? ' is-invalid' : '' }} value="{{ old('fecha_vencimiento_campo', $documento->fecha_vencimiento) }}" required> @if ($errors->has('fecha_vencimiento_campo')) {{ $errors->first('fecha_vencimiento_campo') }} @endif
@if ($errors->has('observacion')) {{ $errors->first('observacion') }} @endif
{{-- --}}

{{--

Detalle del Documento de Venta


ACCIONES CANTIDAD UM PRODUCTO V. UNITARIO P. UNITARIO DESCUENTO P. NUEVO TOTAL
Sub Total: 0.0
IGV : 0.0
TOTAL: 0.0
--}}

Seleccione productos

@include('ventas.documentos.table-stocks')

Detalle del Documento de Venta

@include('ventas.documentos.table-detalle-en')
Los campos marcados con asterisco () son obligatorios.
{{-- Regresar --}} Regresar
@include('consultas.ventas.documentos_no.modal') @include('consultas.ventas.documentos_no.modalLote') @include('consultas.ventas.documentos_no.modalPago') @include('consultas.ventas.documentos_no.modalLoteRecientes') @stop @push('styles') @endpush @push('scripts') {{-- --}} @endpush