@if(count($comisiones) > 0) @foreach($comisiones as $c) @php $total_neto = \FCR::num_neto($c->dte_total); $porcentaje = (int)\DTE::getVendedoresComisiones($vendedores, $c->usuario_id); $comision = (int)\FCR::precioDscto($total_neto, $porcentaje); @endphp