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
132c20ef
"app/vscode:/vscode.git/clone" did not exist on "72a28df15360f39dc1d9c9c8c566d1da82b57b67"
Commit
132c20ef
authored
Aug 27, 2022
by
unknown
Browse files
Resgate de area de área tematica quando a submissão não funcionou
parent
f8b1b7d8
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/projeto.blade.php
View file @
132c20ef
...
...
@@ -72,8 +72,7 @@
<select
class=
"form-control @error('area_tematica_id') is-invalid @enderror"
id=
"areaTematica"
name=
"area_tematica_id"
>
<option
value=
""
disabled
selected
hidden
>
-- Área Tematica--
</option>
@foreach($areaTematicas as $areaTematica)
<option
@
if
(
old
('
area_tematica_id
')
!==
null
?
old
('
area_tematica_id
')
:
(
isset
($
rascunho
)
?
$
rascunho-
>
area_tematica_id : '')
== $areaTematica->id ) selected @endif value="{{$areaTematica->id}}">{{$areaTematica->nome}}
</option>
<option
@
if
((
old
('
area_tematica_id
')
??
""
) =
=
$
areaTematica-
>
id) selected @endif value="{{$areaTematica->id}}">{{$areaTematica->nome}}
</option>
@endforeach
</select>
@error('area_tematica_id')
...
...
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