home Point of Sale @if (auth.allowed('customers')) { face Guest Book } @if (auth.allowed('sales')) { receipt Sales } @if ((auth.currentUser | async) === null) { } @if ((auth.currentUser | async)?.name; as name) { }