@extends('layouts.app') @section('titulo', 'Dashboard') @section('css') @endsection @section('content')

Mes:

Día:

SALIDAS DE MATERIA PRIMA
@foreach($itemsEcebol as $item)
{{ $item->nombre }} ({{ $item->unidad_medida }})
@endforeach
USO DE LA CAPACIDAD PRODUCTIVA
@foreach($itemsCapacidadEcebol1 as $capacidad1)
@endforeach
@foreach($itemsCapacidadEcebol2 as $capacidad2)
@endforeach
PRODUCCIÓN POR DÍA DEL MES
@foreach ($itemsProduccionEcebol as $i)
{{ $i->nombre }}
@endforeach
CONSUMO DE ENERGÍA
@foreach ($itemsServiciosEcebol as $i)
{{ $i->nombre }} ({{ $i->unidad_medida }})
@endforeach
ALMACENAMIENTO DE PRODUCTO
@foreach($itemsAlmacenamientoEcebol as $a)
@endforeach
VENTAS POR DÍA DEL MES
@endsection @section('scripts') {{-- --}} @endsection