@extends('layout') @section('content') @section('ventas-active', 'active') @section('documento-active', 'active')

REGISTRAR NUEVA NOTA DE @if(isset($nota_venta)) DEVOLUCIÓN @else CRÉDITO @endif

@csrf @if(isset($nota_venta)) @endif

Información de nota de @if(isset($nota_venta)) devolución @else crédito @endif

@if(isset($nota_venta)) @else @endif

Información de cliente


{{--
--}}

Seleccionar productos

@include('ventas.notas.credito.pedidos.tables.table_nc_pedidos_productos')

@include('ventas.notas.credito.table-devoluciones')
Los campos marcados con asterisco () son obligatorios.
@if(isset($nota_venta)) Regresar @else Regresar @endif
@include('ventas.notas.credito.modal') @stop @push('styles') @endpush @push('scripts') @endpush