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
13a317ea
Commit
13a317ea
authored
Jul 07, 2020
by
Gabriel-31415
Browse files
participante
parent
47ad4d83
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/submeterTrabalho.blade.php
View file @
13a317ea
...
@@ -7,16 +7,14 @@
...
@@ -7,16 +7,14 @@
<
div
class
=
"card"
style
=
"margin-top:50px"
>
<
div
class
=
"card"
style
=
"margin-top:50px"
>
<
div
class
=
"card-body"
>
<
div
class
=
"card-body"
>
<
h5
class
=
"card-title"
>
Enviar
Projeto
</
h5
>
<
h5
class
=
"card-title"
>
Enviar
Projeto
</
h5
>
@
if
(
$errors
->
any
())
{{
--
@
if
(
$errors
->
any
())
<
div
class
=
"col-md-12"
style
=
"margin-top: 100px;"
>
<
div
class
=
"col-md-12"
style
=
"margin-top: 100px;"
>
<
div
class
=
"alert alert-success"
>
<
div
class
=
"alert alert-success"
>
<
p
>
{{
$errors
}}
</
p
>
<
p
>
{{
$errors
}}
</
p
>
{{
--
@
foreach
(
$errors
->
all
()
as
$key
=>
$value
)
<
p
>
{{
$value
}}
</
p
>
@
endforeach
--
}}
</
div
>
</
div
>
</
div
>
</
div
>
@
endif
@
endif
--
}}
<
p
class
=
"card-text"
>
<
p
class
=
"card-text"
>
<
form
method
=
"POST"
name
=
"formTrabalho"
action
=
"
{
{route('trabalho.store')}
}
"
enctype
=
"multipart/form-data"
>
<
form
method
=
"POST"
name
=
"formTrabalho"
action
=
"
{
{route('trabalho.store')}
}
"
enctype
=
"multipart/form-data"
>
@
csrf
@
csrf
...
...
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