From 5d2eea34115f7a51f04e99add94d17d8b6fc07f9 Mon Sep 17 00:00:00 2001 From: Guilherme Silva Date: Sun, 30 Jan 2022 16:04:44 -0300 Subject: [PATCH] =?UTF-8?q?Adicionada=20na=20barra=20superior=20a=20difere?= =?UTF-8?q?ncia=C3=A7=C3=A3o=20de=20avaliadores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/layouts/app.blade.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index d4584ef..4ac4f0b 100755 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -171,6 +171,14 @@ {{ __('Cadastre-se') }} @else + @if(Auth::user()->avaliadors != null) + @if(Auth::user()->avaliadors->tipo == "Interno") + Comissão Interna + @else + Comissão Externa + @endif + @endif + @if(Auth::user()->administradors != null) Editais @else -- GitLab