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
994e84cf
Commit
994e84cf
authored
Oct 01, 2021
by
Guilherme Silva
Browse files
Implementação do atributo Observacao nas suas telas relacionadas
parent
a999614d
Changes
3
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/analiseSubstituicoes.blade.php
View file @
994e84cf
resources/views/administrador/substituirParticipanteForm.blade.php
View file @
994e84cf
...
...
@@ -601,6 +601,13 @@
@endcomponent
</div>
<div
class=
"col-md-12"
>
<h5>
Observações
</h5>
</div>
<div
class=
"col-12"
>
<label
for=
"observacaoTextArea"
>
Observação:
</label>
<textarea
class=
"form-control"
id=
"observacaoTextArea"
rows=
"3"
name=
"textObservacao"
></textarea>
</div>
<div
class=
"col-12 mt-4"
>
<button
type=
"submit"
class=
"btn btn-success"
id=
"idButtonSubmitParticipante"
>
Salvar
</button>
...
...
resources/views/administrador/vizualizarParticipante.blade.php
View file @
994e84cf
...
...
@@ -233,9 +233,7 @@
</
div
>
<
div
class
=
"row"
>
<
div
class
=
"col-5"
>
@
component
(
'componentes.input'
,
[
'label'
=>
'Comprovante Bancário (.pdf, .jpg, .jpeg, .png)'
])
@
endcomponent
<
label
class
=
"control-label"
>
Comprovante
Bancário
(
.
pdf
,
.
jpg
,
.
jpeg
,
.
png
)
</
label
>
</
div
>
@
if
(
$subs
->
participanteSubstituto
()
->
withTrashed
()
->
first
()
->
anexoComprovanteBancario
)
<
div
class
=
"col-1"
>
...
...
@@ -512,9 +510,7 @@
</
div
>
<
div
class
=
"row"
>
<
div
class
=
"col-5"
>
@
component
(
'componentes.input'
,
[
'label'
=>
'Comprovante Bancário (.pdf, .jpg, .jpeg, .png)'
])
@
endcomponent
<
label
class
=
"control-label"
>
Comprovante
Bancário
(
.
pdf
,
.
jpg
,
.
jpeg
,
.
png
)
</
label
>
</
div
>
@
if
(
$subs
->
participanteSubstituto
()
->
withTrashed
()
->
first
()
->
anexoComprovanteBancario
)
<
div
class
=
"col-1"
>
...
...
@@ -547,5 +543,17 @@
</
div
>
@
endif
</
div
>
<
div
class
=
"row"
>
<
div
class
=
"col-md-12"
>
<
h5
>
Observações
</
h5
>
</
div
>
</
div
>
<
div
class
=
"row"
>
<
div
class
=
"col-lg"
>
<
label
for
=
"observacaoTextArea"
>
Observação
:</
label
>
<
textarea
class
=
"form-control"
id
=
"observacaoTextArea"
rows
=
"3"
name
=
"textObservacao"
placeholder
=
"
{
{$subs->observacao}
}
"
disabled
></
textarea
>
</
div
>
</
div
>
</
div
>
@
endif
\ No newline at end of file
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