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
c0d17993
Commit
c0d17993
authored
Sep 14, 2021
by
José Rômulo
Browse files
Adicionando anexos na visualização de participante
parent
e8d95121
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/vizualizarParticipante.blade.php
View file @
c0d17993
...
@@ -175,8 +175,16 @@
...
@@ -175,8 +175,16 @@
</
div
>
</
div
>
</
div
>
</
div
>
@
else
@
else
<
div
class
=
"container-fluid"
>
<
div
class
=
"container-fluid"
>
<
div
class
=
"row"
>
<
div
class
=
"row"
>
<
div
class
=
"col-md-12 mt-3"
>
<
div
class
=
"col-md-12 mt-3"
>
...
@@ -332,6 +340,61 @@
...
@@ -332,6 +340,61 @@
@
endcomponent
@
endcomponent
</
div
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"row"
>
<
div
class
=
"col-md-12"
>
<
h5
>
Documentos
Complementares
</
h5
>
</
div
>
</
div
>
<
div
class
=
"row"
>
<
div
class
=
"col-5"
>
@
component
(
'componentes.input'
,
[
'label'
=>
'Termo de Compromisso (.pdf)'
])
@
endcomponent
</
div
>
@
if
(
$subs
->
participanteSubstituto
->
anexoTermoCompromisso
)
<
div
class
=
"col-1"
>
<
a
href
=
"{{ route('baixar.documentosParticipante', ['pathDocumento' =>
$subs->participanteSubstituto
->anexoTermoCompromisso]) }}"
><
i
class
=
"fas fa-file-pdf fa-2x"
></
i
></
a
>
</
div
>
@
else
<
div
class
=
"col-1 text-danger"
>
<
p
><
i
class
=
"fas fa-times-circle fa-2x"
></
i
></
p
>
</
div
>
@
endif
<
div
class
=
"col-5"
>
@
component
(
'componentes.input'
,
[
'label'
=>
'Comprovante de Matrícula (.pdf)'
])
@
endcomponent
</
div
>
@
if
(
$subs
->
participanteSubstituto
->
anexoComprovanteMatricula
)
<
div
class
=
"col-1"
>
<
a
href
=
"{{ route('baixar.documentosParticipante', ['pathDocumento' =>
$subs->participanteSubstituto
->anexoComprovanteMatricula]) }}"
><
i
class
=
"fas fa-file-pdf fa-2x"
></
i
></
a
>
</
div
>
@
else
<
div
class
=
"col-1 text-danger"
>
<
p
><
i
class
=
"fas fa-times-circle fa-2x"
></
i
></
p
>
</
div
>
@
endif
</
div
>
<
div
class
=
"row"
>
<
div
class
=
"col-5"
>
@
component
(
'componentes.input'
,
[
'label'
=>
'Curriculo Lattes (.pdf)'
])
@
endcomponent
</
div
>
@
if
(
$subs
->
participanteSubstituto
->
anexoLattes
)
<
div
class
=
"col-1"
>
<
a
href
=
"{{ route('baixar.documentosParticipante', ['pathDocumento' =>
$subs->participanteSubstituto
->anexoLattes]) }}"
><
i
class
=
"fas fa-file-pdf fa-2x"
></
i
></
a
>
</
div
>
@
else
<
div
class
=
"col-1 text-danger"
>
<
p
><
i
class
=
"fas fa-times-circle fa-2x"
></
i
></
p
>
</
div
>
@
endif
</
div
>
<
div
class
=
"row"
>
<
div
class
=
"row"
>
<
div
class
=
"col-md-12"
>
<
div
class
=
"col-md-12"
>
<
h5
>
Plano
de
trabalho
</
h5
>
<
h5
>
Plano
de
trabalho
</
h5
>
...
...
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