@extends('layout') @section('content')
@section('ventas-active', 'active')
@section('documento-active', 'active')
Documento con
NOTAS DE CREDITO Documento de CONTINGENCIA
@include('ventas.documentos.modalVentas')
@include('ventas.documentos.modalPago')
@include('ventas.documentos.modalPagoShow')
@stop
@push('styles')
@endpush
@push('scripts')
@endpush