@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
-
Panel de Control
-
Documentos
-
Nota de @if(isset($nota_venta)) devoluciÓn @else crédito @endif
@include('ventas.notas.credito.modal')
@stop
@push('styles')
@endpush
@push('scripts')
@endpush