@if (error()) {
error {{ error() }}
} @if (success()) {
check_circle {{ success() }}
}

Create New Group

group_add

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 { }
}
}