@extends('layouts.app') @section('title','Inicio') @section('content')

Mes:

Día:

INVENTARIO DE MATERIA PRIMA

{{-- INVENTARIO --}} @foreach($itemsInventarioCartonbol as $i)
{{ $i->nombre }} ({{ $i->unidad_medida }})
@endforeach
@foreach($itemsInventarioCartonbol as $i)
{{ $i->nombre }} ({{ $i->unidad_medida }})
@endforeach

CONSUMO DE ENERGIA ELECTRICA Y HORAS TRABAJADAS

@foreach($itemEnergiaCartonbol as $s)
{{ $s->nombre }} ({{ $s->unidad_medida }})
@endforeach
@foreach($itemHorasProducidasCartonbol as $hp)
{{ $hp->nombre }}
@endforeach

CAPACIDAD DE PRODUCCION

@foreach($itemCapacidadCartonbol as $c)
USO DIA {{ $c->nombre }}
@endforeach

PRODUCCIÓN (TN)

@foreach($itemProduccionCartonbol as $p)
@endforeach

VENTAS

INVENTARIO DE MATERIA PRIMA

@endsection @section('scripts') @endsection