@if (json_decode(Auth::user()->permisos)->puede_modulo_ventas == 'on') Módulo de ventas @endif @if (Auth::user()->negocio->use_socket_aws == 'on') Módulo de comandas @endif
  • @if (Auth::user()->notificaciones->where('estado','!=', '0')->count() != 0) @endif

    Notificaciones

    @if (Auth::user()->notificaciones->where('estado','!=','0')->count() > 0) @foreach (Auth::user()->notificaciones->where('estado','!=','0')->take(10) as $notificacion) @if ($notificacion->estado != '0')
    {{$notificacion->titulo}} {{date_format(date_create($notificacion->created_at), 'd/m/Y')}}

    {{$notificacion->descripcion}}

    @endif @endforeach @else

    No tienes notificaciones...

    @endif
    Ver todas las notificaciones
user avatar

{{auth()->user()->name}}

  • Mi perfil
  • Cerrar sesión
    @csrf