@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
@csrf

Fecha: {{$fecha}}

@foreach ($statistics as $data) @endforeach
Inicio Ingresos Mermas Final Valor Vendidos Total
{{$data->product_name}} {{$data->glasses_start_day}} {{$data->revenue}} {{$data->waste}} {{$glasses_finished_day[$data->product_id]}} {{$value[$data->product_id]}} {{$cupsSold[$data->product_id]}} ${{$total[$data->product_id]}}

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