Fotosimple.cl SpA.
Agustinas 972 - Piso 3, Local 301
Santiago Centro
RUT: 76.537.005-1
Fono: 952445926
@if ($store == "Tienda")
Ventas Tienda
Desde: {{ $desde }} | Hasta: {{ $hasta }}
@forelse ($pagos as $item)
{{$item->nombre}}
{{Currency::currency("CLP")->format(round($item->total))}}
@empty
No existen registros para mostrar
@endforelse
TOTAL REEMBOLSOS:
{{Currency::currency("CLP")->format(round($totalReembolsos))}}
TOTAL CAMBIOS:
{{Currency::currency("CLP")->format(round($totalCambio))}}
CANTIDAD VENTAS:
{{$tventas}}
CANTIDAD PRODUCTOS:
{{$tdetalle}}
TOTAL:
{{Currency::currency("CLP")->format(round(($total_fecha + $totalCambio) - $totalReembolsos))}}
@endif