@include('partials.backButton', ['url' => route('products.index')])

Cantidad de Productos del Inventario

{{--

Crear nuevo item

--}}
@include('partials.input-error', ['input' => 'inventory_type_id'])
@include('partials.input-error', ['input' => 'quantity'])
{{--
@include('partials.input-error', ['input' => 'size_id'])
--}}
{{--
Fecha Añadidos Ventas Resta
2023-08-01 1000 500 500
2023-08-02 1200 600 600
--}}
@push('js') @endpush