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
e40279f1
"database/seeders/ProponenteSeeder.php" did not exist on "70435e75d74886a4afb88db025efae5748dd842b"
Commit
e40279f1
authored
Nov 08, 2022
by
Lucas Henrique
Browse files
Adicionando campo Conflitos de Interesse ao editar um projeto
parent
ff62edb9
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/projeto/editaFormulario/proponente.blade.php
View file @
e40279f1
...
...
@@ -96,9 +96,21 @@
</div>
@endif
<div
class=
"col-md-2"
>
<br>
<label
for=
"conflitosInteresse"
class=
"col-form-label font-tam"
style=
"font-weight: bold"
>
{{ __('Conflitos de interesse: ') }}
</label>
</div>
<div
class=
"col-md-10"
>
<br>
<textarea
class=
"form-control @error('conflitosInteresse') is-invalid @enderror"
autocomplete=
"conflitosInteresse"
autofocus
id=
"conflitosInteresse"
name=
"conflitosInteresse"
rows=
"4"
>
{{ $projeto->conflitosInteresse }}
</textarea>
@error('conflitosInteresse')
<span
class=
"invalid-feedback"
role=
"alert"
>
<strong>
{{ $message }}
</strong>
</span>
@enderror
</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