From 69192e2f0ea96da30d9b205f3514422a69ed8fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20R=C3=B4mulo?= Date: Wed, 23 Jun 2021 12:15:41 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=B5es=20pagina=20de=20propostas?= =?UTF-8?q?=20edital?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/componentes/participante.blade.php | 6 +++--- resources/views/projeto/visualizar.blade.php | 4 ++-- resources/views/proponente/projetosEdital.blade.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/componentes/participante.blade.php b/resources/views/componentes/participante.blade.php index f742f90..a4fa6f0 100644 --- a/resources/views/componentes/participante.blade.php +++ b/resources/views/componentes/participante.blade.php @@ -38,7 +38,7 @@
@component('componentes.input', ['label' => 'RG']) - + @endcomponent
@@ -84,8 +84,8 @@ @endcomponent
- @component('componentes.input', ['label' => 'Complemento']) - + @component('componentes.input', ['label' => 'Complemento', 'obrigatorio' => '']) + @endcomponent
Dados do curso
diff --git a/resources/views/projeto/visualizar.blade.php b/resources/views/projeto/visualizar.blade.php index ab448cc..180bbff 100644 --- a/resources/views/projeto/visualizar.blade.php +++ b/resources/views/projeto/visualizar.blade.php @@ -795,7 +795,7 @@
- + @error('complemento2') {{ $message }} @@ -1051,7 +1051,7 @@
- + @error('complemento3') {{ $message }} diff --git a/resources/views/proponente/projetosEdital.blade.php b/resources/views/proponente/projetosEdital.blade.php index da2128d..b4859a6 100644 --- a/resources/views/proponente/projetosEdital.blade.php +++ b/resources/views/proponente/projetosEdital.blade.php @@ -52,7 +52,7 @@ @foreach ($projetos as $projeto) @if (Auth()->user()->proponentes != null && $projeto->proponente_id === Auth()->user()->proponentes->id) - + {{ $projeto->titulo }} {{ date('d-m-Y', strtotime($projeto->updated_at)) }} -- GitLab