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