| {{ $row->nombre_completo }} {{ $row->RFC }} | ||||||||
|---|---|---|---|---|---|---|---|---|
| FECHA | {{ \Carbon\Carbon::parse($fecha)->format('d/m/Y') }} | @if($row->comision_bono_mensual) | COMISIÓN BONO MENSUAL COORDINADORES | $ {{ number_format(9350, 2) }} | @endif | |||
|---|---|---|---|---|---|---|---|---|
| VENTA NUEVA | $ {{ number_format($totalVentaNueva, 2) }} | COMISIÓN GENERADA | $ {{ number_format($totalVenta, 2) }} | |||||
| COMPETENCIA | $ {{ number_format($totalCompetencia, 2) }} | DESCUENTO | $ {{ number_format($row->descuento, 2) }} | |||||
| REEXPEDICIÓN | $ {{ number_format($totalReposicion, 2) }} | COMISIÓN TOTAL | $ {{ number_format($totalVenta - $row->descuento, 2) }} | |||||
| NUM | PÓLIZA / FOLIO | NOMBRE CONTRATANTE | PRIMA | CONCEPTO | PORCENTAJE | TOTAL | ||
|---|---|---|---|---|---|---|---|---|
| {{ $num }} | {{ $row['poliza'] }} | {{ $row['contratante'] }} | $ {{ number_format($row['prima_comisionable'], 2) }} | {{ $row['tipo'] }} | {{ $row['porcentaje'] }} % | $ {{ number_format($row['prima_comisionable'] * ($row['porcentaje'] / 100), 2, '.', ',') }} | ||
| DESCUENTO | $ {{ number_format($row->descuento, 2) }} | |||||||
| *Este documento no tiene ninguna validez oficial. | |||||||||
|---|---|---|---|---|---|---|---|---|---|