Commit 9c79e854 authored by unknown's avatar unknown
Browse files

Correção de erro 'Undefined Variable: edital'

parent ac57eead
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</button> </button>
</div> </div>
<div class="modal-body" style="padding-right: 32px;padding-left: 32px;padding-top: 20px;padding-bottom: 32px;"> <div class="modal-body" style="padding-right: 32px;padding-left: 32px;padding-top: 20px;padding-bottom: 32px;">
@include('administrador.substituirParticipanteForm', ['visualizarOnly' => 1]) @include('administrador.substituirParticipanteForm', ['visualizarOnly' => 1, 'edital' => $evento])
</div> </div>
</div> </div>
</div> </div>
......
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