diff --git a/resources/views/projeto/formularioVisualizar/proponente.blade.php b/resources/views/projeto/formularioVisualizar/proponente.blade.php index 98dcb60074d5695a0ed06b89564f8b1604dfc31c..084090a5e15da53e34adb56da2bf582c4f559f1b 100755 --- a/resources/views/projeto/formularioVisualizar/proponente.blade.php +++ b/resources/views/projeto/formularioVisualizar/proponente.blade.php @@ -49,6 +49,17 @@ @enderror + + @if ($projeto->conflitosInteresse != null && + (Auth::user()->tipo == 'administrador' || + Auth::user()->tipo == 'administradorResponsavel' || + Auth::user()->tipo == 'coordenador')) +
+ + +
+ @endif diff --git a/resources/views/projeto/formularioVisualizar/proponente2.blade.php b/resources/views/projeto/formularioVisualizar/proponente2.blade.php index 60ea1d2f188262a9e012a6bf909366523e68c866..678eac0b66668e1d82eb72f1c12fb8690d37b75d 100644 --- a/resources/views/projeto/formularioVisualizar/proponente2.blade.php +++ b/resources/views/projeto/formularioVisualizar/proponente2.blade.php @@ -76,6 +76,18 @@ @endif + @if ($projeto->conflitosInteresse != null && + (Auth::user()->tipo == 'administrador' || + Auth::user()->tipo == 'administradorResponsavel' || + Auth::user()->tipo == 'coordenador' || + Auth::user()->id == $projeto->proponente->user->id)) +
+
+ Conflitos de Interesse: + {{ $projeto->conflitosInteresse }} +
+ @endif +