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
ff62edb9
Commit
ff62edb9
authored
Nov 08, 2022
by
Lucas Henrique
Browse files
Adicionando campo Conflitos de Interesse ao cadastrar um novo projeto
parent
d1e30330
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/proponente.blade.php
View file @
ff62edb9
...
@@ -85,9 +85,21 @@
...
@@ -85,9 +85,21 @@
</div>
</div>
@endif
@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"
>
{{ old('conflitosInteresse') }}
</textarea>
@error('conflitosInteresse')
<span
class=
"invalid-feedback"
role=
"alert"
>
<strong>
{{ $message }}
</strong>
</span>
@enderror
</div>
</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