@if($unreadCount > 0) @endif
  • {{ __('messages.notifications') }}
    @if($unreadCount > 0) {{ $unreadCount }} Nuevas @endif
    @push('styles') @endpush
    • @forelse($notifications as $notification)
    • @if($notification->icon_type === 'image' && $notification->avatar)
      avatar
      @elseif($notification->icon_type === 'initials')
      {{ $notification->avatar }}
      @elseif($notification->icon_type === 'initials-icon' && $notification->icon)
      @else
      @endif
      {{ $notification->title }}
      {{ $notification->message }} {{ $notification->created_at->diffForHumans() }}
      @if($notification->isUnread()) @endif
    • @empty
    • No hay notificaciones pendientes

    • @endforelse
  • Ver todas las notificaciones