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

Inventario

@stop @section('content') Registrar Merma {{-- Agregar Producto --}}

{{--

La transferencia de productos solo será de beneficiado

--}} @foreach ($inventarios as $inventory) @endforeach
ID Tipo Ingreso Presentación Tipo Cantidad Pollos Total Peso Accion
{{ $inventory->id }} {{ $inventory->tipo_ingreso_description() }} {{ $inventory->presentacion_pollo_descripcion }} {{ $inventory->tipo_pollo_descripcion }} {{ $inventory->total_pollos }} {{ $inventory->total_peso }} {{-- @if ($inventory->presentacion_pollo_id == 2) @endif --}} @if ($inventory->presentacion_pollo_id == 1) @endif
@stop @section('css') @stop @section('js') {{-- --}} {{-- --}} @stop