diff --git a/public/img/icons/icon_1_participantes.png b/public/img/icons/icon_1_participantes.png new file mode 100644 index 0000000000000000000000000000000000000000..47de2985a1abcda79c6da320483020f5b1402712 Binary files /dev/null and b/public/img/icons/icon_1_participantes.png differ diff --git a/public/img/icons/icon_2_participantes.png b/public/img/icons/icon_2_participantes.png new file mode 100644 index 0000000000000000000000000000000000000000..874a3d5595633acf56b4de5f9d8c08cc0cc10998 Binary files /dev/null and b/public/img/icons/icon_2_participantes.png differ diff --git a/public/img/icons/icon_3_participantes.png b/public/img/icons/icon_3_participantes.png new file mode 100644 index 0000000000000000000000000000000000000000..af2a3fcc7c75fd5963b58fdc3006126cae5093de Binary files /dev/null and b/public/img/icons/icon_3_participantes.png differ diff --git a/resources/views/evento/submeterTrabalho.blade.php b/resources/views/evento/submeterTrabalho.blade.php index 5fc6c71fd3d4cc48364e372d47b3b5e4a1ceff16..e545d6c0e68ac78d71c2e6fbb51e2499ed9fb95c 100644 --- a/resources/views/evento/submeterTrabalho.blade.php +++ b/resources/views/evento/submeterTrabalho.blade.php @@ -1,116 +1,121 @@ @extends('layouts.app') @section('content') -
-
-
-
-
-

CRIAR PROJETO

-
-
-
-
Informações do projeto
-

-

- @csrf - - - {{-- Nome do Projeto --}} -
-
- - +
+ + @csrf + - @error('nomeProjeto') - - {{ $message }} - - @enderror +
+
+ + +

1º Passo

+
Preencha os campos com as informações do projeto
+
+
+ +
+
+
+
Informações do projeto
+

+ +
+ + + @error('nomeProjeto') + + {{ $message }} + + @enderror
-
- {{-- Grande Area --}} -
-
+
- - - @error('grandeArea') - - {{ $message }} - - @enderror + + @error('grandeArea') + + {{ $message }} + + @enderror
-
+
- - - - @error('area') - - {{ $message }} - - @enderror + + + @error('area') + + {{ $message }} + + @enderror
-
+
- - - - @error('subArea') - - {{ $message }} - - @enderror + + + + @error('subArea') + + {{ $message }} + + @enderror
+
- -
Proponente
- - {{-- Coordenador --}} -
- -
- +
+
+
+
+ + +

2º Passo

+
Preencha os campos com as informações do proponente
+
+
+
+
+
+
Informações do proponente
+

+ +
+ +
-
- - + + user()->proponentes != null && Auth()->user()->proponentes->linkLattes != null) value="{{ Auth()->user()->proponentes->linkLattes }}" @else value="" @endif required> - Exemplo: http://lattes.cnpq.br/8363536830656923 - + Ex.: http://lattes.cnpq.br/8363536830656923 @error('linkLattesEstudante') {{ $message }} @enderror
-
- +
+ @@ -120,34 +125,44 @@ @enderror
-
- +
+ + value="{{old('linkGrupo') !== null ? old('linkGrupo') : (isset($rascunho) ? $rascunho->linkGrupoPesquisa : '')}}"> - Exemplo: http://dgp.cnpq.br/dgp/espelhogrupo/228363 + Ex.: http://dgp.cnpq.br/dgp/espelhogrupo/228363 @error('linkGrupo') {{ $message }} @enderror
- +
- -
Anexos
- - {{-- Anexo do Projeto --}} -
- {{-- Arquivo --}} -
+
+
+
+
+ + +

3º Passo

+
Anexos
+
+
+
+
+
+
Anexos
+

+ +
@if(old('anexoProjetoPreenchido') != null || (isset($rascunho) && $rascunho->anexoProjeto != "")) Arquivo atual @endif - anexoProjeto != "") value="sim" @else value="{{old('anexoProjetoPreenchido')}}" @endif required> + anexoProjeto != "") value="sim" @else value="{{old('anexoProjetoPreenchido')}}" @endif > + + +

4º Passo

+
Área do(s) participante(s)
+
+
+ -
-

PARTICIPANTE

- -
-
- {{-- Participantes --}} -
-
-
- - @php $countParticipante = 1; @endphp - @if(old('countParticipante') != null) - @php $countParticipante = old('countParticipante') @endphp - @endif +
+
Selecione o número de participantes do projeto
+
+ + + +
+
- @if ($countParticipante != null && $countParticipante > 0) - @for ($i = 0; $i < $countParticipante; $i++) - {{-- inicio do card --}} - {{--
-
--}} +
+