Commit fd6d1371 authored by alinetenorio's avatar alinetenorio
Browse files

restrição de view até email ser confirmado

parent 9d72bca1
...@@ -115,6 +115,8 @@ ...@@ -115,6 +115,8 @@
{{ __('Perfil Coordenador') }} {{ __('Perfil Coordenador') }}
</a> </a>
@endif @endif
@if(Auth::user()->email_verified_at != null)
@if(Auth::user()->avaliadors != null) @if(Auth::user()->avaliadors != null)
<a class="dropdown-item" href="{{ route('avaliador.index') }}"> <a class="dropdown-item" href="{{ route('avaliador.index') }}">
<img src="{{asset('img/icons/file-alt-regular-black.svg')}}" alt=""> <img src="{{asset('img/icons/file-alt-regular-black.svg')}}" alt="">
...@@ -133,6 +135,7 @@ ...@@ -133,6 +135,7 @@
{{ __('Perfil Participante') }} {{ __('Perfil Participante') }}
</a> </a>
@endif @endif
@endif
<a class="dropdown-item" href="{{ route('logout') }}" <a class="dropdown-item" href="{{ route('logout') }}"
onclick="event.preventDefault(); onclick="event.preventDefault();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment