diff --git a/resources/views/emails/confirmarEnvioRelatorio.blade.php b/resources/views/emails/confirmarEnvioRelatorio.blade.php new file mode 100644 index 0000000000000000000000000000000000000000..d85eb0944f4c7e69b59e2369ed61b0b84a0e5469 --- /dev/null +++ b/resources/views/emails/confirmarEnvioRelatorio.blade.php @@ -0,0 +1,17 @@ + + + + + + + +

Prezado Proponente

+

O seu relatório {{tipo do arquivo}} referente ao edital {{$evento->nome}} e projeto de título {{$projeto->titulo}} + foi recebido com sucesso.

+ +

+ Atenciosamente,
+ Equipe Submeta. +

+ + \ No newline at end of file diff --git a/resources/views/evento/formulario/participantes.blade.php b/resources/views/evento/formulario/participantes.blade.php index 9d1fcaad3f8f076c91cb8f2e918fc27388ad1877..430f968994348935200341268f2612906bd3475b 100755 --- a/resources/views/evento/formulario/participantes.blade.php +++ b/resources/views/evento/formulario/participantes.blade.php @@ -5,7 +5,14 @@
+ - @endfor + @endfor - + - + - + - + - - + \ No newline at end of file