@extends('adminlte::page') @section('title', 'Ajuste de Inventario') @section('plugins.Datatables', true) @section('content_header')

Ajuste de Inventario

@stop @section('content') Agregar Producto
@foreach ($inventarios as $inventory) @endforeach
ID Tipo Ingreso Presentación Tipo Cantidad Pollos Total Peso Cantidad a aumentar Kg a aumentar Cantidad a reducir Kg a reducir
{{ $inventory->id }} {{ $inventory->tipo_ingreso_description() }} {{ $inventory->presentacion_pollo_descripcion }} {{ $inventory->tipo_pollo_descripcion }} {{ $inventory->total_pollos }} {{ $inventory->total_peso }}


Inventario
@stop @section('css') @stop @section('js') @stop