Commit 68687127 authored by alinetenorio's avatar alinetenorio
Browse files

adicionando botão de remover após falha de validação

parent b83715ab
......@@ -81,7 +81,7 @@ class TrabalhoController extends Controller
* @return \Illuminate\Http\Response
*/
public function store(Request $request){
// dd($request->all());
dd($request->all());
$mytime = Carbon::now('America/Recife');
$mytime = $mytime->toDateString();
$evento = Evento::find($request->editalId);
......
......@@ -392,13 +392,16 @@
</a> --}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
@if($i != 0)
<a href='#' class="btn btn-danger mt-2 mb-2 delete" style='width:100%;margin-top:10px'>Remover participante</a>
@endif
</div>
{{-- </div>
</div> --}}
{{-- inicio do card --}}
......
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