- {{__('db.dashboard')}}
@can('sidebar_product')
-
{{__('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
@endcan
@can('sidebar_purchase')
-
{{__('db.Purchase')}}
@can('purchases-index')
@endcan
@can('purchases-add')
@endcan
@can('purchases-import')
@endcan
@can('purchase-return-index')
@endcan
@endcan
@can('sidebar_sale')
-
{{__('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
@endcan
@can('sidebar_quotation')
-
{{__('db.Quotation')}}
@can('quotes-index')
@endcan
@can('quotes-add')
@endcan
@endcan
@can('sidebar_transfer')
-
{{__('db.Transfer')}}
@can('transfers-index')
@endcan
@can('transfers-add')
@endcan
@can('transfers-import')
@endcan
@endcan
@can('sidebar_expense')
-
{{__('db.Expense')}}
@endcan
@can('sidebar_income')
-
{{__('db.Income')}}
@endcan
@can('sidebar_people')
-
{{__('db.People')}}
@can('customers-index')
@endcan
@can('suppliers-index')
@endcan
@can('users-index')
@endcan
@can('sale-agents')
@endcan
@can('billers-index')
@endcan
@endcan
@can('sidebar_accounting')
-
{{__('db.Accounting')}}
@can('account-index')
- {{__('db.Add Account')}}
@endcan
@can('money-transfer')
@endcan
@can('balance-sheet')
@endcan
@can('account-statement')
@endcan
@endcan
@can('sidebar_hrm')
-
{{__('db.HRM')}}
@can('department')
@endcan
@can('designations')
@endcan
@can('employees-index')
@endcan
@can('attendance')
@endcan
@can('holiday')
@endcan
@can('overtime')
@endcan
@can('leave-type')
@endcan
@can('leave')
@endcan
@can('payroll')
@endcan
@endcan
@if(in_array('manufacturing',explode(',',$general_setting->modules)))
-
{{__('db.Manufacturing')}}
@endif
- {{ __('db.whatsapp') }}
@can('sidebar_reports')
-
{{__('db.Reports')}}
@if($role->id <= 2)
@endif
@can('profit-loss')
@endcan
@can('best-seller')
@endcan
@can('product-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
@endcan
{{--@can('sidebar_settings')--}}
-
{{__('db.settings')}}
@if(\Auth::user()->role_id <= 2)
@endif
@can ('invoice_setting')
@endcan
@can('role_permission')
- {{__('db.SMS Template')}}
@endcan
@can('custom_field')
@endcan
@can('discount_plan')
@endcan
@can('discount')
@endcan
@can('all_notification')
@endcan
@can('send_notification')
@endcan
@can('warehouse')
@endcan
@if(\Auth::user()->role_id <= 2)
@endif
@can('customer_group')
@endcan
@can('currency')
@endcan
@can('tax')
@endcan
@can('create_sms')
@endcan
@can('backup_database')
- {{__('db.Backup Database')}}
@endcan
@can('general_setting')
@endcan
@can('mail_setting')
@endcan
@can('reward_point_setting')
@endcan
@can('sms_setting')
@endcan
@can('payment_gateway_setting')
@endcan
@can('pos_setting')
@endcan
@can('hrm_setting')
@endcan
@can('barcode_setting')
@endcan
@can('language_setting')
- {{__('db.Languages')}}
@endcan
{{--@endcan--}}
@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_tickets')}}
@endif
@endif
@can ('addons')
@if(\Auth::user()->role_id != 5)
@if(!config('database.connections.saleprosaas_landlord'))
- {{__('db.Addons')}}
@endif
@if (in_array('woocommerce',explode(',',$general_setting->modules)))
- WooCommerce
@endif
@if(in_array('ecommerce',explode(',',$general_setting->modules)))
-
eCommerce
@include('ecommerce::backend.layout.sidebar-menu')
@endif
@if(in_array('project',explode(',',$general_setting->modules)))
@include('project::backend.layout.sidebar-menu')
@endif
@if(in_array('restaurant',explode(',',$general_setting->modules)))
@include('restaurant::backend.layout.sidebar-menu')
@endif
@endif
@endcan