| {{ $row->nombre_completo }} {{ $row->RFC }} | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| FECHA | {{ \Carbon\Carbon::parse($fecha)->format('d/m/Y') }} | BONOS Y APOYOS | $ {{ number_format($totalBono, 2) }} | |||||
|---|---|---|---|---|---|---|---|---|
| VENTA NUEVA | $ {{ number_format($totalVentaNueva, 2) }} | COMISIÓN GENERADA | $ {{ number_format($totalVenta, 2) }} | |||||
| COMPETENCIA | $ {{ number_format($totalCompetencia, 2) }} | DESCUENTO | $ {{ number_format($totalDescuentoP ?? 0, 2) }} | |||||
| REEXPEDICIÓN | $ {{ number_format($totalReposicion, 2) }} | COMISIÓN TOTAL | $ {{ number_format(($totalBono + $totalVenta) - $totalDescuentoP, 2) }} | |||||
| NUM | PÓLIZA / FOLIO | Semana de Trabajo | NOMBRE CONTRATANTE | PRIMA | CONCEPTO | PORCENTAJE | TOTAL | ||
|---|---|---|---|---|---|---|---|---|---|
| {{ $num }} | {{ $row['poliza'] }} | {{ $row['inicio_fecha'] . ' al ' . $row['fin_fecha'] }} | {{ $row['contratante'] }} | $ {{ number_format($row['prima_comisionable'], 2) }} | {{ $row['tipo'].' '.$row['recibo'] }} | {{ $row['porcentaje'] }} % | $ @if ($row['tipo_d'] == 'D') - {{ number_format($row['prima_comisionable'], 2) }} @else {{ number_format($row['prima_comisionable'] * ($row['porcentaje'] / 100), 2, '.', ',') }} @endif | ||
| {{ $num }} | $ {{ number_format($row['venta'], 2) }} | @if ($row['descripcion'] == 'Pago bono manual') {{ $row['comentario'] }} @else {{ $row['descripcion'] }} @endif | {{ $row['porcentaje'] }} % | $ {{ number_format($row['total']) }} | |||||
| TOTAL | $ {{ number_format(($totalBono + $totalVenta) - $totalDescuentoP, 2) }} | ||||||||
| {{ strtoupper($nombreAsesor) }} | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| NUM | PÓLIZA / FOLIO | Semana de Trabajo | NOMBRE CONTRATANTE | PRIMA | CONCEPTO | PORCENTAJE | TOTAL | ||
| {{ $numAsesor }} | {{ $row['poliza'] }} | {{ $row['inicio_fecha'] . ' al ' . $row['fin_fecha'] }} | {{ $row['contratante'] }} | $ {{ number_format($row['prima_comisionable'], 2) }} | {{ $row['tipo'].' '.$row['recibo'] }} | {{ $row['porcentaje'] }} % | $ {{ number_format($row['prima_comisionable'] * ($row['porcentaje'] / 100), 2, '.', ',') }} | ||
| *Este documento no tiene ninguna validez oficial. | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|