@if($ppp->show_valor_estimado_contrato)
{{ __('Valor Estimado do Contrato') }}
{{ $ppp->valor_estimado_contrato ?? '–' }}
@endif
@if($ppp->show_investimento_total)
{{ __('Investimento Total') }}
{{ $ppp->investimento_total ?? '–' }}
@endif
@if($ppp->show_aporte_municipio)
{{ __('Aporte do Município') }}
{{ $ppp->aporte_municipio ?? '–' }}
@endif
@if($ppp->show_contraprestacao_mensal)
{{ __('Contraprestação Mensal') }}
{{ $ppp->contraprestacao_mensal ?? '–' }}
@endif
@if($ppp->show_outorga_fixa)
{{ __('Outorga Fixa') }}
{{ $ppp->outorga_fixa ?? '–' }}
@endif
@if($ppp->show_outorga_variavel)
{{ __('Outorga Variável') }}
{{ $ppp->outorga_variavel ?? '–' }}
@endif