| REPORTE DE INCAPACIDADES {{ $header }} |
|---|
| # | Empresa | Empleado | PerĂodo Planilla | Fecha | Cantidad | Tipo |
|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->empresa->empresa }} | {{ $item->empleado->nombre_completo }} | {{ $item->periodoPlanilla->mes_string }} - {{ $item->periodoPlanilla->year }} {{ $item->periodoPlanilla->tipo_periodo }} {{ $item->periodoPlanilla->periodo_dias }} | {{ date_format(new DateTime($item->fecha_inicio), 'd-m-Y') }} | {{ $item->cantidad }} | {{ $item->tipoIncapacidad->tipo }} |