@foreach ($empresa as $e)
{{$e->name}}
Nit: {{$e->nit}}
{{$e->direction}}
{{$e->telephone}}
{{$e->email}}
@endforeach

REPORTE DE: VENTAS POR RANGO DE FECHAS Y CAJERO:

CAJA: {{$vendedor}}


Fecha Inicio: {{$fechaInicio}}
Fecha Final : {{$fecha}}
Factura Inicio: {{$minimo}}
Factura Final: {{$maximo}}
@foreach ($totalcontado as $tc) @endforeach @foreach ($totalcredito as $vc) @endforeach @foreach ($totaltransferencia as $vtransf) @endforeach @foreach ($abono as $ab) @endforeach
= TOTAL $ {{$detalle}}
-----------------------------
-----------------------------
Ventas a Contado $ {{ $tc->total }}
Ventas a Crédito $ {{ $vc->total }}
Ventas Transferencia $ {{ number_format($vtransf->total,2) }}
+ Abono CXC $ {{ number_format($ab->abono,2) }}
- Gastos $ {{ number_format( $caja,2) }}
-----------------------------
= EN CAJA HABER {{ number_format($total, 2) }}
-----------------------------
= Des Sin Autorizacion {{ number_format($deSinAuto,2 ) }}
-----------------------------