@if (auth.isAuthenticated()) { } Listify @if (auth.isAuthenticated()) { @if (offlineSync.pendingCount() > 0) { {{ offlineSync.pendingCount() }} } {{ auth.user()?.name || auth.user()?.email }} } @else { Login Registrieren } @if (auth.isAuthenticated()) {
} @else {
}