Commit efb500f4 authored by carlos's avatar carlos
Browse files

projetos somente submetidos

parent 2422ae26
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
</thead> </thead>
<tbody> <tbody>
@foreach ($projetos as $projeto) @foreach ($projetos as $projeto)
@if ($projeto->status != 'Rascunho')
<tr> <tr>
<td> <td>
{{ $projeto->titulo }} {{ $projeto->titulo }}
...@@ -71,6 +72,7 @@ ...@@ -71,6 +72,7 @@
</div> </div>
</td> </td>
</tr> </tr>
@endif
<!-- Modal --> <!-- Modal -->
<div class="modal fade" id="modal{{$projeto->id}}" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal fade" id="modal{{$projeto->id}}" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog"> <div class="modal-dialog">
......
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