From a33eecb457a439f5fa0d9e2337f2195d60d943d3 Mon Sep 17 00:00:00 2001 From: Gabriel-31415 Date: Tue, 1 Jun 2021 02:05:02 +0000 Subject: [PATCH] ajustes --- resources/views/componentes/input.blade.php | 2 +- .../views/evento/formulario/anexos.blade.php | 18 +++++++++--------- .../views/evento/submeterTrabalho.blade.php | 11 +++++++++++ 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/resources/views/componentes/input.blade.php b/resources/views/componentes/input.blade.php index e0469a8..21834cb 100644 --- a/resources/views/componentes/input.blade.php +++ b/resources/views/componentes/input.blade.php @@ -3,7 +3,7 @@ @endphp
-
+
{{ $slot }}
diff --git a/resources/views/evento/formulario/anexos.blade.php b/resources/views/evento/formulario/anexos.blade.php index c4c9450..f5704ac 100644 --- a/resources/views/evento/formulario/anexos.blade.php +++ b/resources/views/evento/formulario/anexos.blade.php @@ -10,25 +10,25 @@

- @component('componentes.input', ['label' => 'Anexo do projeto']) + @component('componentes.input', ['label' => 'Anexo do projeto(.pdf)']) @endcomponent
- @component('componentes.input', ['label' => 'Anexo do currículo Lattes do Coordenador']) - + @component('componentes.input', ['label' => 'Anexo do currículo Lattes do Coordenador(.pdf)']) + @endcomponent
- @component('componentes.input', ['label' => 'Anexo da Planilha de Pontuação']) - + @component('componentes.input', ['label' => 'Anexo da Planilha de Pontuação(.ods,.xls,.ods)']) + @endcomponent
- @component('componentes.input', ['label' => 'Decisão do CONSU']) - + @component('componentes.input', ['label' => 'Decisão do CONSU(.pdf)']) + @endcomponent
@@ -58,7 +58,7 @@
- +
@@ -81,7 +81,7 @@
- +
diff --git a/resources/views/evento/submeterTrabalho.blade.php b/resources/views/evento/submeterTrabalho.blade.php index 1d25917..56ecbbd 100644 --- a/resources/views/evento/submeterTrabalho.blade.php +++ b/resources/views/evento/submeterTrabalho.blade.php @@ -164,6 +164,16 @@