@if (error()) {
error {{ error() }}
}
@if (success()) {
check_circle {{ success() }}
}
Existing Groups
@if (loadingGroups()) {
} @else if (groups().length === 0) {
group_off
No groups available
Create your first group above
} @else {
@for (group of groups(); track group) {
group
@if (editingGroup() === group) {
} @else {
{{ group }}
}
@if (editingGroup() === group) {
} @else {
}
}
}