Skip to content

Commit

Permalink
Menu contraseñas
Browse files Browse the repository at this point in the history
  • Loading branch information
elsoftpy committed Jan 14, 2020
1 parent 125a438 commit 22e8edd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/views/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
</ul>
<ul id="dropdown2" class="dropdown-content">
<li><a href="{{route('reset.form')}}">Cambiar Contraseña</a></li>
<li><a href="{{route('generate')}}">Generar contraseñas</a></li>
@if(Auth::user()->is_admin)
<li><a href="{{route('generate')}}">Generar contraseñas</a></li>
@endif

</ul>
<ul id="dropdown3" class="dropdown-content">
<li><a href="{{ route('periodos_activos.index') }}">Periodos Activos</a></li>
Expand Down

0 comments on commit 22e8edd

Please sign in to comment.