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
99e1cf6b
Commit
99e1cf6b
authored
Jun 30, 2022
by
unknown
Browse files
Modificações visuais no modal de Documentação Complementar
parent
0d73682f
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/documentacaoComplementar/listar.blade.php
View file @
99e1cf6b
...
...
@@ -77,7 +77,7 @@
<
br
>
</
div
>
<
div
class
=
"col-md-6"
style
=
"margin-top: 15px"
>
<
label
class
=
"control-label "
>
Comprovante
de
Matr
i
cula
<
span
style
=
"color: red"
>*</
span
>@
if
(
$participante
->
anexoComprovanteMatricula
)
<
label
class
=
"control-label "
>
Comprovante
de
Matr
í
cula
<
span
style
=
"color: red"
>*</
span
>@
if
(
$participante
->
anexoComprovanteMatricula
)
<
a
id
=
"modeloDocumentoTemp"
href
=
"{{ route('baixar.documentosParticipante', ['pathDocumento' =>
$participante->anexoComprovanteMatricula
]) }}"
>
Arquivo
atual
</
a
>
@
endif
</
label
>
...
...
@@ -93,7 +93,7 @@
</
div
>
<
div
class
=
"col-md-6"
style
=
"margin-top: 15px"
>
<
label
class
=
"control-label "
>
CPF
e
RG
<
span
style
=
"color: red"
>*</
span
>@
if
(
$participante
->
anexo_cpf_rg
)
<
label
class
=
"control-label "
>
Documentos
Pessoais
(
CPF
/
RG
ou
CNH
)
<
span
style
=
"color: red"
>*</
span
>@
if
(
$participante
->
anexo_cpf_rg
)
<
a
id
=
"modeloDocumentoTemp"
href
=
"{{ route('baixar.documentosParticipante', ['pathDocumento' =>
$participante->anexo_cpf_rg
]) }}"
>
Arquivo
atual
</
a
>
@
endif
</
label
>
...
...
@@ -141,7 +141,7 @@
@endif
<div class="
col
-
md
-
6
" style="
margin
-
top
:
15
px
">
<label class="
control
-
label
">Comprovante Bancário @if(
$participante->anexoComprovanteBancario
)
<label class="
control
-
label
">Comprovante Bancário
(Foto do cartão)
@if(
$participante->anexoComprovanteBancario
)
<a id="
modeloDocumentoTemp
" href="
{{
route
(
'baixar.documentosParticipante'
,
[
'pathDocumento'
=>
$participante
->
anexoComprovanteBancario
])
}}
">Arquivo atual</a>
@endif
</label>
...
...
@@ -155,7 +155,7 @@
</div>
<div class="
col
-
md
-
6
" style="
margin
-
top
:
15
px
">
<label class="
control
-
label
">Autorização dos Pais @if(
$participante->anexoAutorizacaoPais
)
<label class="
control
-
label
">Autorização dos Pais
(Em caso de menor de idade)
@if(
$participante->anexoAutorizacaoPais
)
<a id="
modeloDocumentoTemp
" href="
{{
route
(
'baixar.documentosParticipante'
,
[
'pathDocumento'
=>
$participante
->
anexoAutorizacaoPais
])
}}
">Arquivo atual</a>
@endif
</label>
...
...
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