@extends('template.home.index') @section('title', trans('historial.historial_title')) @section('style') @endsection @section('content')
| INFORME | |
|---|---|
| Fecha caja actual | {{$dateTaken}} |
| Mesas abiertas | {{$mesasAbiertas}} |
| Mesas cerradas | {{$mesasCerradas}} |
| Pedidos por cobrar | {{number_format($pedidosPorCobrar, 2, ',', '.')}} |
| Tarjeta Crédito | {{number_format($cuentasCerradasTarjetaCredito, 2, ',', '.')}} |
| Tarjeta Débito | {{number_format($cuentasCerradasTarjetaDebito, 2, ',', '.')}} |
| Efectivo | {{number_format($cuentasCerradasEfectivo, 2, ',', '.')}} |
| Transferencia | {{number_format($cuentasCerradasTransferencia, 2, ',', '.')}} |
| Novuepay | {{number_format($cuentasCerradasNovupay, 2, ',', '.')}} |
| Anulados | {{number_format($cuentasAnuladas, 2, ',', '.')}} |
| Credito | {{number_format($cuentasCerradasCredito, 2, ',', '.')}} |
| Descuentos realizados | {{number_format($descuentosRealizados, 2, ',', '.')}} |
| Cuentas cerradas | {{number_format($cuentasCerradasTotal, 2, ',', '.')}} |
| Total bruto | {{number_format($totalBruto, 2, ',', '.')}} |
| Obsequios | {{number_format($obsequios, 2, ',', '.')}} |
| {{ trans('historial.totalPropina') }} | {{number_format($totalPropina, 2, ',', '.')}} |
| Impoconsumo | {{number_format(($ICO), 2, ',', '.')}} |
| Sobrante en propina | {{number_format(($totalPropina*0.08), 2, ',', '.')}} |
| {{ trans('historial.totalPropina') }} | {{number_format(($totalPropina/1.08), 2, ',', '.')}} |
| Cuanto cobrado en impuestos | {{number_format($cobradoEnImpuestos, 2, ',', '.')}} |
| Total neto | {{number_format($totalNeto-$ICO, 2, ',', '.')}} |