Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
fd6d1371
Commit
fd6d1371
authored
Jun 12, 2020
by
alinetenorio
Browse files
restrição de view até email ser confirmado
parent
9d72bca1
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/app.blade.php
View file @
fd6d1371
...
@@ -115,23 +115,26 @@
...
@@ -115,23 +115,26 @@
{{ __('Perfil Coordenador') }}
{{ __('Perfil Coordenador') }}
</a>
</a>
@endif
@endif
@if(Auth::user()->avaliadors != null)
<a
class=
"dropdown-item"
href=
"{{ route('avaliador.index') }}"
>
@if(Auth::user()->email_verified_at != null)
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
@if(Auth::user()->avaliadors != null)
{{ __('Perfil Avaliador') }}
<a
class=
"dropdown-item"
href=
"{{ route('avaliador.index') }}"
>
</a>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
@endif
{{ __('Perfil Avaliador') }}
@if(Auth::user()->proponentes != null)
</a>
<a
class=
"dropdown-item"
href=
"{{ route('proponente.index') }}"
>
@endif
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
@if(Auth::user()->proponentes != null)
{{ __('Perfil Proponente') }}
<a
class=
"dropdown-item"
href=
"{{ route('proponente.index') }}"
>
</a>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
@endif
{{ __('Perfil Proponente') }}
@if(Auth::user()->participantes->where('user_id', Auth::user()->id)->count() != 0)
</a>
<a
class=
"dropdown-item"
href=
"{{ route('participante.index') }}"
>
@endif
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
@if(Auth::user()->participantes->where('user_id', Auth::user()->id)->count() != 0)
{{ __('Perfil Participante') }}
<a
class=
"dropdown-item"
href=
"{{ route('participante.index') }}"
>
</a>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
{{ __('Perfil Participante') }}
</a>
@endif
@endif
@endif
<a
class=
"dropdown-item"
href=
"{{ route('logout') }}"
<a
class=
"dropdown-item"
href=
"{{ route('logout') }}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment