Commit 605dac48 authored by sandroresende's avatar sandroresende

alteracao lista propostas apresentadas

parent 443d2f36
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
<thead> <thead>
<tr class="text-center" > <tr class="text-center" >
<th>ID</th>
<th>UF</th> <th>UF</th>
<th>Município</th> <th>Município</th>
<th>Ente Público</th> <th>Ente Público</th>
...@@ -58,6 +59,7 @@ ...@@ -58,6 +59,7 @@
@foreach($propostas as $dados) @foreach($propostas as $dados)
<tr class="text-center"> <tr class="text-center">
<td>{{$dados->proposta_id}}</td>
<td>{{$dados->sg_uf}}</td> <td>{{$dados->sg_uf}}</td>
<td>{{$dados->ds_municipio}}</td> <td>{{$dados->ds_municipio}}</td>
<td>{{$dados->txt_ente_publico}}</td> <td>{{$dados->txt_ente_publico}}</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment