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
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
Show whitespace changes
Inline
Side-by-side
app/Http/Controllers/TrabalhoController.php
View file @
68687127
...
@@ -81,7 +81,7 @@ class TrabalhoController extends Controller
...
@@ -81,7 +81,7 @@ class TrabalhoController extends Controller
* @return \Illuminate\Http\Response
* @return \Illuminate\Http\Response
*/
*/
public
function
store
(
Request
$request
){
public
function
store
(
Request
$request
){
//
dd($request->all());
dd
(
$request
->
all
());
$mytime
=
Carbon
::
now
(
'America/Recife'
);
$mytime
=
Carbon
::
now
(
'America/Recife'
);
$mytime
=
$mytime
->
toDateString
();
$mytime
=
$mytime
->
toDateString
();
$evento
=
Evento
::
find
(
$request
->
editalId
);
$evento
=
Evento
::
find
(
$request
->
editalId
);
...
...
resources/views/evento/submeterTrabalho.blade.php
View file @
68687127
...
@@ -397,6 +397,9 @@
...
@@ -397,6 +397,9 @@
</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>
{{-- </div>
...
...
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