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
8f0ff1ba
"vscode:/vscode.git/clone" did not exist on "4e533636d4ed8df22f32beeb9c3a2f7477e15dff"
Commit
8f0ff1ba
authored
Mar 16, 2022
by
Guilherme Silva
Browse files
Adicionando mensagem de sucesso ao enviar um relatório
parent
5fe4f753
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/planosTrabalho/listar.blade.php
View file @
8f0ff1ba
...
...
@@ -3,6 +3,11 @@
@
section
(
'content'
)
<
div
class
=
"container"
>
@
if
(
session
(
'sucesso'
))
<
div
class
=
"alert alert-success"
role
=
"alert"
>
{{
session
(
'sucesso'
)
}}
</
div
>
@
endif
<
div
class
=
"row justify-content-center titulo-menu mb-0"
>
<
h4
>
Planos
de
Trabalho
</
h4
>
...
...
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