• @if (toasts().length) { {{ toasts().length }} }
    Notifications
    @if (toasts().length === 0) {

    No notifications

    }
    @for (toast of toasts(); track toast.id) { }