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
8694c2c7
Commit
8694c2c7
authored
Oct 21, 2022
by
unknown
Browse files
Resgatar as ODS's na view de submissão de uma proposta Extensão
parent
b6bf0069
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/projeto.blade.php
View file @
8694c2c7
...
...
@@ -85,9 +85,29 @@
</span>
@enderror
</div>
<div
class=
"row col-md-12"
>
<div
class=
"form-group col-md-12"
>
<label
for=
"ods"
class=
"col-form-label"
style=
"font-weight: bold"
>
{{ __('Objetivo de Densenvolvimento Sustentável') }}
<span
style=
"color: red; font-weight:bold"
>
*
</span></label><br>
<div
class=
"row col-md-12"
>
@foreach($ods as $od)
<div
class=
"col-md-6"
>
<input
type=
"checkbox"
name=
"ods[]"
id=
"ods{{$od->id}}"
value=
"{{$od->id}}"
>
<label
class=
"form-check-label"
for=
"ods{{$od->id}}"
>
{{ $od->nome }}
</label>
</div>
@endforeach
</div>
@error('ods_id')
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
<strong>
{{ $message }}
</strong>
</span>
@enderror
</div>
</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