@if(count($recibo_num['recibo']['contribuciones']) > 0)
| ★ CONTRIBUCIONES DEL EMPLEADOR — NUEVO ART. 140 LCT (Ley 27.802) | ||||
|---|---|---|---|---|
| Esta sección es NUEVA a partir de la Reforma Laboral. Muestra el costo laboral que abona el empleador por este trabajador. | ||||
| Cód. | Concepto | Cantidad | Base ($) | Importe ($) |
| {{ $contrib->syj_concepto->codigo }} | {{ $contrib->syj_concepto->descripcion }} | {{ number_format($contrib->cantidad, 2, ',', '.') }} | ${{ number_format($contrib->valor, 2, ',', '.') }} | ${{ number_format($contrib->importe, 2, ',', '.') }} |
| TOTAL CONTRIBUCIONES PATRONALES | ${{ number_format($recibo_num['recibo']['total_contribuciones'], 2, ',', '.') }} | |||
| COSTO LABORAL TOTAL (Neto + Aportes trabajador + Contribuciones empleador) | ${{ number_format($recibo_num['recibo']['costo_laboral_total'], 2, ',', '.') }} | |||