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

REGISTRAR NUEVO DOCUMENTO DE VENTA

@isset($dolar) @endisset
{{ csrf_field() }} @if (!empty($cotizacion)) @endif
@if (!empty($cotizacion)) @else @endif @if ($errors->has('fecha_documento_campo')) {{ $errors->first('fecha_documento_campo') }} @endif
@if (!empty($cotizacion)) @else @endif @if ($errors->has('fecha_atencion')) {{ $errors->first('fecha_atencion') }} @endif
@if ($errors->has('observacion')) {{ $errors->first('observacion') }} @endif
@if (!empty($cotizacion)) @else @endif
@if (!empty($cotizacion)) @else @endif
has('fecha_vencimiento_campo') ? ' is-invalid' : '' }} value="{{ old('fecha_vencimiento_campo', $fecha_hoy) }}" required> @if ($errors->has('fecha_vencimiento_campo')) {{ $errors->first('fecha_vencimiento_campo') }} @endif
@if (!empty($cotizacion)) @else @endif
{{--
--}}
@if(!empty($cotizacion)) {{-- --}} @else @endif

Detalle del Documento de Venta

@if (empty($cotizacion))

@endif @include('ventas.documentos.table-detalle-cvc') {{--
CANT PRODUCTO P. UNITARIO IMPORTE CANT UM PRODUCTO V. UNITARIO P. UNITARIO DESCUENTO P. NUEVO TOTAL
Sub Total: @if (!empty($cotizacion)) {{ $cotizacion->sub_total }} @else 0.0 @endif
IGV : @if (!empty($cotizacion)) {{ $cotizacion->total_igv }} @else 0.0 @endif
TOTAL: @if (!empty($cotizacion)) {{ $cotizacion->total }} @else 0.0 @endif
--}}
Los campos marcados con asterisco () son obligatorios.
Regresar @if($cantidadErrores==0) @endif {{-- @if (empty($errores)) @else @if (count($errores) == 0) @endif @endif --}}
@stop @push('styles') @endpush @push('scripts') @endpush