{!! IN::Text('projeto_inscricao',$projeto_composto->inscricao ?? '',14,['Leitura' => 'S']) !!}
{!! IN::Text('projeto_nome',$projeto_composto->nome ?? '',190,['Leitura' => 'S']) !!}
{!! IN::Text('projeto_cpf_cnpj',OUT::CPFCNPJ($projeto_composto->cpf_cnpj) ?? '',14,['Leitura' => 'S']) !!}
{!! IN::Text('projeto_nome_proponente',$projeto_composto->nome_proponente ?? '',0,['Leitura' => 'S']) !!}