{{$processamento->descricao}} | Unidade: {{$processamento->unidadeProcessadora}}
| Nº | NBI | Nome | Função | Sal.Base | Abono | S.Trans | S.Alim | S.Férias | Outros | Ab.Extra | Tot.Bruto | Descontos | Tot.Líquido |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$i++}} | {{$s->nbi}} | {{$s->nomeTrabalhador}} | {{$s->funcao}} | {{number_format($s->salarioBase,2,',','.')}} | {{number_format($s->abonoFamiliar,2,',','.')}} | {{number_format($s->subTransporte,2,',','.')}} | {{number_format($s->subAlimentacao,2,',','.')}} | {{number_format($s->subFerias,2,',','.')}} | {{number_format($s->subOutros,2,',','.')}} | {{number_format($s->acrescimoExtra,2,',','.')}} | {{number_format($bruto,2,',','.')}} | {{number_format($s->desconto,2,',','.')}} | {{number_format($s->total,2,',','.')}} |
| TOTAIS: | {{number_format($totBase,2,',','.')}} | {{number_format($totAb,2,',','.')}} | {{number_format($totTr,2,',','.')}} | {{number_format($totAl,2,',','.')}} | {{number_format($totFer,2,',','.')}} | {{number_format($totOut,2,',','.')}} | {{number_format($totAbExtra,2,',','.')}} | {{number_format($totBruto,2,',','.')}} | {{number_format($totDesc,2,',','.')}} | {{number_format($totLiq,2,',','.')}} | |||
Total de Funcionários: {{$processamento->quantidadeFuncionarios()}}
Total Líquido Geral: {{number_format($totLiq,2,',','.')}} Kz
Gerado em {{now()->format('d/m/Y H:i')}}