Notificaciones

@if (notificationsQuery.isPending()) {
@for (item of [1, 2, 3]; track item) {
}
} @if (notificationsQuery.isError()) {

No fue posible cargar las notificaciones

} @if (notificationsQuery.isSuccess()) { }