@foreach ($empresa as $e)
{{$e->name}}
Nit: {{$e->nit}}
{{$e->direction}}
{{$e->telephone}}
{{$e->email}}
@endforeach
Fecha Inicio: {{$fechaInicio}}
Fecha Final : {{$fecha}}
Factura Inicio: {{$minimo}}
Factura Final: {{$maximo}}

@foreach ($neto as $ne) @endforeach @foreach ($iva as $iv) @endforeach @foreach ($total as $to) @endforeach @foreach ($entrie as $ent) @endforeach @foreach ($ivaentrie as $ivent) @endforeach @foreach ( $totalentrie as $totent) @endforeach @foreach ($totalcredito as $vc) @endforeach @foreach ($totaltransferencia as $vtransf) @endforeach @foreach ($abono as $ab) @endforeach @foreach ($pagos as $pa) @endforeach @foreach ($caja as $ga) @endforeach @foreach ($totales as $ga) @endforeach
----------- VENTAS -------------
Subtotal $ {{ number_format( $ne->neto,2) }}
+ Iva $ {{ number_format( $iv->iva,2) }}
Total $ {{ number_format( $to->total,2) }}
-------------- COMPRAS --------------
Subtotal $ {{ number_format( $ent->neto,2) }}
+ Iva $ {{ number_format( $ivent->iva,2) }}
Total $ {{ number_format( $totent->total,2) }}
Ventas a Contado $ {{number_format( $contado,2) }}
Ventas a Crédito $ {{ number_format($vc->total,2) }}
Ventas Transferencia $ {{ number_format( $vtransf->total,2) }}
+ Abono CXC $ {{ number_format($ab->abono,2) }}
- Abono CXP $ {{ number_format($pa->pagos,2) }}
- Gastos $ {{ number_format($ga->gasto,2) }}
= TOTAL OPERACIONES $ {{ number_format($ga->oparaciones ) }}
= TOTAL EN EFECTIVO $ {{ number_format($debe,2) }}
------- PARA ELCONTADOR --------
Base del 5% $ {{ number_format($tnetoCinco, 2) }}
Impuesto del 5% $ {{ number_format($ValPrimImpu, 2) }}
Base del 19% $ {{ number_format($tneto19, 2) }}
Impuesto del 19% $ {{ number_format($TotalSegunImpuet, 2) }}
Excluidas $ {{ number_format( $tExcluido, 2) }}
TOTAL $ {{ number_format( $ttg) }}