- {{__('db.dashboard')}}
@canany([
'customers-index',
'suppliers-index',
'users-index',
'sale-agents',
'billers-index'
])
-
{{__('db.People')}}
@can('customers-index')
@endcan
@can('suppliers-index')
@endcan
@can('users-index')
@endcan
@can('sale-agents')
@endcan
@can('billers-index')
@endcan
@endcanany
@canany([
'categories-index',
'brand',
'unit',
'products-index',
'products-add',
'print_barcode',
'adjustment',
'stock_count',
'damage-stock'
])
-
{{__('db.product')}}
@can('categories-index')
@endcan
@can('brand')
- {{__('db.Brand')}}
@endcan
@can('unit')
@endcan
@can('products-index')
@endcan
@can('products-add')
@endcan
@can('print_barcode')
@endcan
@can('adjustment')
@endcan
@can('stock_count')
@endcan
@can('damage-stock')
@endcan
@endcanany
@canany([
'purchases-index',
'purchases-add',
'purchases-import',
'purchase-return-index'
])
-
{{__('db.Purchase')}}
@can('purchases-index')
@endcan
@can('purchases-add')
@endcan
@can('purchases-import')
@endcan
@can('purchase-return-index')
@endcan
@endcanany
@canany([
'sales-index',
'sales-add',
'sales-import',
'packing_slip_challan',
'delivery',
'gift_card',
'coupon',
'returns-index'
])
-
{{__('db.Sale')}}
@can('sales-index')
@endcan
@can('sales-add')
- POS
@endcan
@can('sales-import')
@endcan
@can('packing_slip_challan')
@endcan
@can('delivery')
@endcan
@can('gift_card')
@endcan
@can('coupon')
@endcan
@can('returns-index')
@endcan
@can('exchange-index')
@endcan
@endcanany
@canany(['quotes-index', 'quotes-add'])
-
{{__('db.Quotation')}}
@can('quotes-index')
@endcan
@can('quotes-add')
@endcan
@endcanany
@canany([
'transfers-index',
'transfers-add',
'transfers-import'
])
-
{{__('db.Transfer')}}
@can('transfers-index')
@endcan
@can('transfers-add')
@endcan
@can('transfers-import')
@endcan
@endcanany
@canany([
'expense-categories',
'expenses-index',
'expenses-add'
])
-
{{__('db.Expense')}}
@endcanany
@canany([
'income-categories',
'incomes-index',
'incomes-add'
])
-
{{__('db.Income')}}
@can('income-categories')
@endcan
@can('incomes-index')
@endcan
@can('incomes-add')
- {{__('db.Add Income')}}
@endcan
@endcanany
@canany([
'account-index',
'money-transfer',
'balance-sheet',
'account-statement'
])
-
{{__('db.Accounting')}}
@endcanany
@canany([
'department',
'designations',
'shift',
'employees-index',
'attendance',
'holiday',
'overtime',
'leave-type',
'leave',
'payroll'
])
-
{{__('db.HRM')}}
@can('department')
@endcan
@can('designations')
@endcan
@can('shift')
@endcan
@can('employees-index')
@endcan
@can('attendance')
@endcan
@can('holiday')
@endcan
@can('overtime')
@endcan
@can('leave-type')
@endcan
@can('leave')
@endcan
@can('payroll')
@endcan
@endcanany
@if(\Auth::user()->role_id <= 2)
-
{{ __('db.Catalogue QR') }}
@endif
@can('booking')
-
{{ __('db.Booking') }}
@endcan
@can ('addons')
@if(\Auth::user()->role_id != 5)
@canany(['production-view', 'production-add', 'recipe-view'])
-
{{ __('db.Manufacturing') }}
@can('production-view')
@endcan
@can('production-add')
@endcan
@can('recipe-view')
@endcan
@endcanany
@canany([
'repair-dashboard',
'repair-service-index',
'repair-service-add',
'repair-device-type'
])
-
{{ __('db.Repair') }}
@can('repair-dashboard')
@endcan
@can('repair-service-index')
@endcan
@can('repair-service-add')
@endcan
@can('repair-device-type')
@endcan
@endcanany
@canany([
'project_project_list',
'project_category_list',
'project_task_list'
])
@include('project::backend.layout.sidebar-menu')
@endcanany
@if (in_array('woocommerce',explode(',',gen_setting()->modules)))
- WooCommerce
@endif
@if(in_array('ecommerce',explode(',',gen_setting()->modules)))
-
eCommerce
@include('ecommerce::backend.layout.sidebar-menu')
@endif
@if(in_array('restaurant',explode(',',gen_setting()->modules)))
-
{{ __('db.restaurant') }}
@include('restaurant::backend.layout.sidebar-menu')
@endif
@if(in_array('gym', explode(',', gen_setting()->modules)))
-
Gym
@endif
@endif
@endcan
@can('ai-assistant-index')
-
{{ __('aiassistant::app.ai_assistant') }}
@endcan
@can('sidebar_whatsapp')
-
{{ __('db.whatsapp') }}
@endcan
@canany([
'profit-loss',
'best-seller',
'product-report',
'stock-report',
'daily-sale',
'monthly-sale',
'daily-purchase',
'daily-purchase',
'monthly-purchase',
'sale-report',
'sale-report-chart',
'payment-report',
'purchase-report',
'customer-report',
'due-report',
'supplier-report',
'supplier-due-report',
'warehouse-report',
'warehouse-stock-report',
'product-expiry-report',
'product-qty-alert',
'dso-report',
'user-report',
'biller-report'
])
-
{{__('db.Reports')}}
@if(\Auth::user()->role_id <= 2)
@endif
@can('profit-loss')
@endcan
@can('best-seller')
@endcan
@can('product-report')
@endcan
@can('stock-report')
-
{{ __('db.Stock Report') }}
@endcan
@can('daily-sale')
@endcan
@can('monthly-sale')
@endcan
@can('daily-purchase')
@endcan
@can('monthly-purchase')
@endcan
@can('sale-report')
@endcan
@can('sale-report-chart')
@endcan
@can('payment-report')
@endcan
@can('purchase-report')
@endcan
@can('customer-report')
@endcan
@can('customer-report')
@endcan
@can('due-report')
@endcan
@can('supplier-report')
@endcan
@can('supplier-due-report')
@endcan
@can('warehouse-report')
@endcan
@can('warehouse-stock-report')
@endcan
@can('product-expiry-report')
@endcan
@can('product-qty-alert')
@endcan
@can('dso-report')
@endcan
@can('user-report')
@endcan
@can('biller-report')
@endcan
@endcanany
@canany([
'invoice_setting',
'role_permission',
'custom_field',
'discount_plan',
'discount',
'all_notification',
'send_notification',
'warehouse',
'customer_group',
'currency',
'tax',
'create_sms',
'backup_database',
'general_setting',
'mail_setting',
'reward_point_setting',
'sms_setting',
'payment_gateway_setting',
'pos_setting',
'hrm_setting',
'barcode_setting',
'language_setting'
])
-
{{__('db.settings')}}
@can('role_permission')
@endcan
@can('general_setting')
@if (in_array('api',explode(',',gen_setting()->modules)))
@endif
@endcan
@can('language_setting')
- {{__('db.Languages')}}
@endcan
@can('warehouse')
@endcan
@if(\Auth::user()->role_id <= 2)
@endif
@can('discount_plan')
@endcan
@can('discount')
@endcan
@can('customer_group')
@endcan
@can('reward_point_setting')
@endcan
@can('currency')
@endcan
@can('tax')
@endcan
@can('mail_setting')
@endcan
@can('sms_setting')
@endcan
@can('create_sms')
- {{__('db.SMS Template')}}
@endcan
@can('pos_setting')
@endcan
@can('payment_gateway_setting')
@endcan
@if(\Auth::user()->role_id <= 2)
@endif
@can ('invoice_setting')
@endcan
@can('barcode_setting')
@endcan
@can('hrm_setting')
@endcan
@can('all_notification')
@endcan
@can('send_notification')
@endcan
-
Notification Settings
@can('custom_field')
@endcan
@can('backup_database')
- {{__('db.Backup Database')}}
@endcan
@endcanany
@if(config('database.connections.saleprosaas_landlord'))
@php
tenancy()->central(function () use (&$disable_tenant_support_tickets) {
$disable_tenant_support_tickets = DB::table('general_settings')->latest()
->first()->disable_tenant_support_tickets;
});
@endphp
@if(!$disable_tenant_support_tickets)
- {{__('db.support_ickets')}}
@endif
@endif
@can ('addons')
@if(\Auth::user()->role_id != 5)
@if (in_array('api',explode(',',gen_setting()->modules)))
- {{__('db.App Setting')}}
@endif
@endif
@endcan
@can ('addons')
@if(\Auth::user()->role_id != 5)
@if(!config('database.connections.saleprosaas_landlord'))
- {{__('db.Addons')}}
@endif
@endif
@endcan