@extends('layout') @section('content') @section('almacenes-active', 'active') @section('nota_ingreso-active', 'active')

REGISTRAR NUEVAS NOTA DE INGRESO

@include('almacenes.nota_ingresos.forms.form_nota_ingreso_create')

Detalle de la Nota de Ingreso

@include('almacenes.nota_ingresos.tables.tbl_ni_productos')
@include('almacenes.nota_ingresos.tables.tbl_ni_detalle')
Los campos marcados con asterisco () son obligatorios.
Regresar
@endsection @push('styles') @endpush @push('scripts') @endpush