{{ optional($sim->pessoa)->razaosocial }} · Período {{ $sim->periodo }} · {{ $sim->consolidado ? 'Consolidado multi-filial' : 'Filial única' }} · {{ $sim->tipo_sped }}
| Total atual | R$ {{ number_format($totalAtual, 2, ',', '.') }} |
|---|---|
| Total reforma | R$ {{ number_format($totalReforma, 2, ',', '.') }} |
| Diferença | R$ {{ number_format($diff, 2, ',', '.') }} |
| Tributo | Regime | Líquido |
|---|---|---|
| {{ $res->tributo }} | {{ $res->regime_calc }} | R$ {{ number_format($res->liquido ?? 0, 2, ',', '.') }} |
| Origem | Qtd | Valor |
|---|---|---|
| {{ $label }} | {{ $resumoOrigem[$key]['qtd'] }} | R$ {{ number_format($resumoOrigem[$key]['valor'], 2, ',', '.') }} |
| Cód. | NCM | Origem | Filial | Valor |
|---|---|---|---|---|
| {{ $p->cod_item ?: '—' }} | {{ $p->ncm ?: '—' }} | {{ $origemLabels[$p->origem_classificada] ?? $p->origem_classificada }} | {{ $p->uf_filial ?: '—' }} | R$ {{ number_format($p->valor_operacao, 2, ',', '.') }} |