@if (auth.allowed('customers') || auth.allowed('sales')) {
Sales
}
@if (auth.allowed('customers')) {
Guest Book
}
@if (auth.allowed('sales')) {
Sales
}
@if (auth.allowed('customers')) {
Customers
}
@if (
auth.allowed('cashier-report') ||
auth.allowed('sale-report') ||
auth.allowed('tax-report') ||
auth.allowed('product-sale-report') ||
auth.allowed('bill-settlement-report') ||
auth.allowed('beer-sale-report') ||
auth.allowed('discount-report')
) {
Reports
}
@if (auth.allowed('cashier-report')) {
Cashier Report
}
@if (auth.allowed('sale-report')) {
Sale Report
}
@if (auth.allowed('tax-report')) {
Tax Report
}
@if (auth.allowed('product-sale-report')) {
Product Sale Report
}
@if (auth.allowed('bill-settlement-report')) {
Bill Settlement Report
}
@if (auth.allowed('beer-sale-report')) {
Beer Sale Report
}
@if (auth.allowed('discount-report')) {
Discount Report
}
@if (auth.allowed('product-sale-report')) {
Menu Engineering Report
}
@if (auth.allowed('products') || auth.allowed('temporal-products') || auth.allowed('modifiers')) {
Products
}
@if (auth.allowed('products')) {
Products
}
@if (auth.allowed('products')) {
Bundles
}
@if (auth.allowed('temporal-products')) {
Temporal Products
}
@if (auth.allowed('products')) {
Update Product Prices
}
@if (auth.allowed('products')) {
Product Updates Report
}
@if (auth.allowed('modifiers')) {
Modifiers
}
@if (auth.allowed('modifiers')) {
Modifier Categories
}
@if (
auth.allowed('sections') ||
auth.allowed('products') ||
auth.allowed('taxes') ||
auth.allowed('regimes') ||
auth.allowed('devices') ||
auth.allowed('section-printers') ||
auth.allowed('printers')
) {
Masters
}
@if (auth.allowed('sections')) {
Tables
}
@if (auth.allowed('sections')) {
Sections
}
@if (auth.allowed('products')) {
Menu Categories
}
@if (auth.allowed('products')) {
Sale Categories
}
@if (auth.allowed('taxes')) {
Taxes
}
@if (auth.allowed('regimes')) {
Regimes
}
@if (auth.allowed('devices')) {
Devices
}
@if (auth.allowed('section-printers')) {
Section Printers
}
@if (auth.allowed('printers')) {
Printers
}
@if (auth.allowed('users') || auth.allowed('authenticated') || auth.allowed('owner') || auth.allowed('settings')) {
Users
}
@if (auth.allowed('users')) {
Roles
}
@if (auth.allowed('users')) {
Users
}
@if (auth.allowed('authenticated')) {
Change Password
}
@if (auth.allowed('owner')) {
Header / Footer
}
@if (auth.allowed('owner')) {
Settle Options
}
@if (auth.allowed('settings')) {
Settings
}