@extends('layouts.app') @section('content')
DESCUENTOS
FACTURA | TOTAL | DESCUENTO |
---|---|---|
{{$f->id}} | {{number_format($f->total, 2)}} | {{number_format($f->descuento, 2)}} |
Total en Ventas (esperadas) : Q. {{ number_format($totalVentasS, 2) }}
Total en Inversion : Q. {{ number_format($inversion, 2) }}
Total en Ganancia Esperada : Q. {{ number_format($totalVentasS - $inversion, 2) }}
Total en Descuentos : Q. {{ number_format($descuentosG, 2) }}
Ganancias : Q. {{number_format($utilidad - $descuentosG, 2)}}