Brasão de Angra

Secretaria de Planejamento e Gestão

Prefeitura Municipal de Angra dos Reis

@foreach($ppps as $ppp) @php $andamentoRaw = strtolower($ppp->andamento ?? ''); $bgColor = 'bg-default'; if (str_contains($andamentoRaw, 'contrato')) { $bgColor = 'bg-contrato'; } elseif (str_contains($andamentoRaw, 'sessão pública') || str_contains($andamentoRaw, 'sessao publica')) { $bgColor = 'bg-sessao'; } elseif (str_contains($andamentoRaw, 'tce')) { $bgColor = 'bg-tce'; } elseif (str_contains($andamentoRaw, 'edital')) { $bgColor = 'bg-edital'; } elseif (str_contains($andamentoRaw, 'consulta pública') || str_contains($andamentoRaw, 'consulta publica')) { $bgColor = 'bg-consulta'; } elseif (str_contains($andamentoRaw, 'estud')) { $bgColor = 'bg-estudo'; } elseif (str_contains($andamentoRaw, 'cgp') || str_contains($andamentoRaw, 'autorização') || str_contains($andamentoRaw, 'autorizacao')) { $bgColor = 'bg-cgp'; } @endphp @endforeach
PROJETO CRITÉRIO DE JULGAMENTO EMPRESA DATA DE ASSINATURA DE CONTRATO / PRAZO DE CONCESSÃO SECRETARIA RESPONSÁVEL ANDAMENTO PRÓXIMA ETAPA PRAZO DE IMPLANTAÇÃO OUTORGA FIXA OUTORGA VARIÁVEL INVESTIMENTO TOTAL APORTE MUNICÍPIO CONTRAPRESTAÇÃO MENSAL OBRIGAÇÃO PAYBACK OPEX CAPEX TIR VALOR ESTIMADO DO CONTRATO OBSERVAÇÕES
{{ $ppp->projeto ?? '-' }} {{ $ppp->criterio_julgamento ?? '-' }} {{ $ppp->empresa ?? '-' }} {{ $ppp->prazo_concessao ?? '-' }} {{ $ppp->secretaria_responsavel ?? '-' }} {{ $ppp->andamento ?? '-' }} {{ $ppp->proxima_etapa ?? '-' }} {{ $ppp->prazo_implantacao ?? '-' }} {{ $ppp->outorga_fixa ?? '-' }} {{ $ppp->outorga_variavel ?? '-' }} {{ $ppp->investimento_total ?? '-' }} {{ $ppp->aporte_municipio ?? '-' }} {{ $ppp->contraprestacao_mensal ?? '-' }} {{ $ppp->obrigacao ?? '-' }} {{ $ppp->payback ?? '-' }} {{ $ppp->opex ?? '-' }} {{ $ppp->capex ?? '-' }} {{ $ppp->tir ?? '-' }} {{ $ppp->valor_estimado_contrato ?? '-' }} {{ $ppp->observacoes ?? '-' }}
LEGENDA DO ANDAMENTO
AUTORIZAÇÃO DO CGP (15%)
ESTUDO (30%)
CONSULTA PÚBLICA (45%)
EDITAL (60%)
ENVIO AO TCE (75%)
SESSÃO PÚBLICA (90%)
CONTRATO (100%)