@extends('plantilla') @section('container')
Corte de Venta

Por Servicio

Por Producto

Por Area

@foreach ($totales['querytotalesporservicio'] as $key => $value) @endforeach
Nombre Cantidad Total Fecha
{{$value->nombre}} {{$value->cantidad}} $ {{$value->total}} {{$value->fecha}}
@foreach ($totales['querytotalesporproducto'] as $key => $value) @endforeach
Nombre Cantidad Total Fecha
{{$value->nombre}} {{$value->cantidad}} $ {{$value->total}} {{$value->fecha}}
@foreach ($totales['querytotalesporarea'] as $key => $value) @endforeach
Nombre Cantidad Total Fecha
{{$value->nombre}} {{$value->cantidad}} $ {{$value->total}} {{$value->fecha}}
{{ csrf_field() }}

Cuentas Saturday 21st of September 2024

C. Entrada Entradas Salidas C. Salida
 
0
0
Total en Caja
0

EFECTIVO EN CAJA

Monto Tipo
 
0
TOTAL
0
Diferencia

@endsection @section('footer') @endsection