@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
@csrf
@foreach ($products as $product) @endforeach
Producto Vasos Inicio Día Ingresos Mermas

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