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