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

REGISTRAR NUEVAS NOTA DE SALIDAD

{{method_field('PUT')}} {{csrf_field()}}

Notas de Salidad

Registrar datos de la Nota de Salidad:

@if ($errors->has('fecha')) {{ $errors->first('fecha') }} @endif

Detalle de la Nota de Salida


ACCIONES Cantidad Producto-Lote
Los campos marcados con asterisco () son obligatorios.
Regresar
@include('almacenes.nota_salidad.modal') @include('almacenes.nota_salidad.modalote') @stop @push('styles') @endpush @push('scripts') @endpush