• @if(0)
  • Usuarios
  • @endif
    @if(0)
  • @if(count($notificacionesHeader) > 0) {{count($notificacionesHeader)}} @endif
    @foreach ($notificacionesHeader->reverse() as $notificacion)
    User Avatar

    {{ $notificacion->nombre }}

    {{ substr(str_replace('
    ', '', $notificacion->descripcion), 0, 25) }}...

    {{ $notificacion->hace() }}

    @endforeach Ver todas las Notificaciones
  • @endif @if(Auth::User() != null)
  • User Image {{ Auth::User()->name }}
    User Avatar

    Hola {{ Auth::User()->nickName() }}

    Ultimo ingreso

    @if(Auth::User()->hasRole('administrador')) Usuarios @endif
    Salir
  • @endif