Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
68687127
"database/seeders/DatabaseSeeder.php" did not exist on "3fd8801bb219c974e00b9a06a76296f87364173a"
Commit
68687127
authored
Jul 01, 2020
by
alinetenorio
Browse files
adicionando botão de remover após falha de validação
parent
b83715ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/TrabalhoController.php
View file @
68687127
...
...
@@ -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
);
...
...
resources/views/evento/submeterTrabalho.blade.php
View file @
68687127
...
...
@@ -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 --}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment