@extends('layouts.master') @section('title', 'metricas') @section('content')
No Existen Registros
| Nombre | Total Entradas Vendidas | Total Productos Vendidos | Total Entradas Facturadas | Total Productos Facturados | Facturacion Total |
|---|---|---|---|---|---|
| {{ $evento->nombre }} | {{ $evento->cantidadEntradas }} | {{ $evento->cantidadComandas }} | $ {{number_format ($evento->entradasPrecioTotal, 0, ',', '.') }} | $ {{number_format ($evento->comandasPrecioTotal, 0, ',', '.') }} | $ {{ number_format( $evento->cantidadFacturado, 0, ',', '.') }} |
| Total | {{ $evento->cantidadEntradasTotal }} | {{ $evento->cantidadComandasTotal }} | $ {{number_format ($evento->entradasSumaPrecioTotal, 0, ',', '.') }} | $ {{number_format ($evento->comandasSumaPrecioTotal, 0, ',', '.') }} | $ {{number_format ($evento->totalFacturacion, 0, ',', '.') }} |
No Existen Registros