@php
$arrayVariacoes = $categoria->getAttribute('propostaOrcamentoItemCategoria') ?
PropostaOrcamentoItensValidacaoService::montaoJson($categoria->getAttribute('propostaOrcamentoItemCategoria')) :
$categoria->itensVariacao();
$count = 0;
@endphp
@foreach($arrayVariacoes as $variacao)
@foreach($variacao['itens'] as $item)
@php
$inicioNome = "propostaOrcamentos[0][propostaOrcamentoItens][$row][propostaOrcamentoItemCategorias][$col]propostaOrcamentoCatVariacoes[$count]"
@endphp
@php $count++; @endphp
@endforeach
@endforeach