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
8ac3c7bf
Commit
8ac3c7bf
authored
Apr 09, 2023
by
Yuri Resende
Browse files
Retirando o campo conflitos de interesse dos editais de fluxo continuo e PIBEX
parent
07873a30
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/proponente.blade.php
View file @
8ac3c7bf
...
@@ -117,21 +117,23 @@
...
@@ -117,21 +117,23 @@
</div>
</div>
@endif
@endif
<div
class=
"col-md-2"
>
@if($edital->tipo != "CONTINUO"
&&
$edital->tipo != "PIBEX")
<br>
<div
class=
"col-md-2"
>
<label
for=
"conflitosInteresse"
class=
"col-form-label font-tam"
<br>
style=
"font-weight: bold"
>
{{ __('Conflitos de interesse: ') }}
</label>
<label
for=
"conflitosInteresse"
class=
"col-form-label font-tam"
</div>
style=
"font-weight: bold"
>
{{ __('Conflitos de interesse: ') }}
</label>
<div
class=
"col-md-10"
>
</div>
<br>
<div
class=
"col-md-10"
>
<textarea
class=
"form-control @error('conflitosInteresse') is-invalid @enderror"
autocomplete=
"conflitosInteresse"
<br>
id=
"conflitosInteresse"
name=
"conflitosInteresse"
rows=
"3"
>
{{ old('conflitosInteresse') }}
</textarea>
<textarea
class=
"form-control @error('conflitosInteresse') is-invalid @enderror"
autocomplete=
"conflitosInteresse"
@error('conflitosInteresse')
id=
"conflitosInteresse"
name=
"conflitosInteresse"
rows=
"3"
>
{{ old('conflitosInteresse') }}
</textarea>
<span
class=
"invalid-feedback"
role=
"alert"
>
@error('conflitosInteresse')
<strong>
{{ $message }}
</strong>
<span
class=
"invalid-feedback"
role=
"alert"
>
</span>
<strong>
{{ $message }}
</strong>
@enderror
</span>
</div>
@enderror
</div>
@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