diff --git a/public/img/icons/logo_projeto.png b/public/img/icons/logo_projeto.png new file mode 100644 index 0000000000000000000000000000000000000000..dfffadd6663f2496bac2e82431a65c30142a3ace Binary files /dev/null and b/public/img/icons/logo_projeto.png differ diff --git a/public/img/img_fundo.png b/public/img/img_fundo.png new file mode 100644 index 0000000000000000000000000000000000000000..7e460f9f11e7f33d91c69dd90aade2b55ccda9c0 Binary files /dev/null and b/public/img/img_fundo.png differ diff --git a/resources/views/proponente/editais.blade.php b/resources/views/proponente/editais.blade.php index e33230c1138370a8c2ae7cd0c52c326aa4ce78c5..95ece972aed71652c6b65db93ff3eec3074c6a4a 100644 --- a/resources/views/proponente/editais.blade.php +++ b/resources/views/proponente/editais.blade.php @@ -28,17 +28,17 @@
- - - - - - - + + + + + + diff --git a/resources/views/proponente/projetosEdital.blade.php b/resources/views/proponente/projetosEdital.blade.php index a2066b4ca0fc496b1bbcf88a02d45242f986f097..75145e01ba5966017a858d38cf46e31c64116c07 100644 --- a/resources/views/proponente/projetosEdital.blade.php +++ b/resources/views/proponente/projetosEdital.blade.php @@ -1,120 +1,146 @@ @extends('layouts.app') @section('content') -
- @if(isset($mensagem)) -
-
-
-

{{ $mensagem }}

-
-
- @endif - @if(session('mensagem')) -
-
-
-

{{session('mensagem')}}

-
-
- @endif -
EditalInicio da SubmissãoFim da SubmissãoData do ResultadoBaixar EditalOpçãoEditalInicio da SubmissãoFim da SubmissãoData do ResultadoBaixar EditalOpção
- - - - - - - - - - @foreach ($projetos as $projeto) - @if ($projeto->proponente_id === Auth()->user()->proponentes->id) - - - @if($projeto->status == 'Avaliado') - - @elseif($projeto->status == 'Submetido') - - @elseif($projeto->status == 'Rascunho') - - @endif - - -
Nome do projetoStatusData de CriaçãoOpção
- {{ $projeto->titulo }} - AvaliadoSubmetidoRascunho{{ date('d-m-Y', strtotime($projeto->updated_at)) }} -
+
+ @endif + + + + @endsection