Commit 13a317ea authored by Gabriel-31415's avatar Gabriel-31415
Browse files

participante

parent 47ad4d83
......@@ -7,16 +7,14 @@
<div class="card" style="margin-top:50px">
<div class="card-body">
<h5 class="card-title">Enviar Projeto</h5>
@if($errors->any())
{{-- @if($errors->any())
<div class="col-md-12" style="margin-top: 100px;">
<div class="alert alert-success">
<p>{{ $errors}}</p>
{{-- @foreach ($errors->all() as $key => $value)
<p>{{ $value}}</p>
@endforeach --}}
</div>
</div>
@endif
@endif --}}
<p class="card-text">
<form method="POST" name="formTrabalho" action="{{route('trabalho.store')}}" enctype="multipart/form-data">
@csrf
......
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