• {{__('db.dashboard')}}
  • @can('sidebar_product')
  • {{__('db.product')}}
      @can('categories-index')
    • {{__('db.category')}}
    • @endcan @can('brand')
    • {{__('db.Brand')}}
    • @endcan @can('unit')
    • {{__('db.Unit')}}
    • @endcan @can('products-index')
    • {{__('db.product_list')}}
    • @endcan @can('products-add')
    • {{__('db.add_product')}}
    • @endcan @can('print_barcode')
    • {{__('db.print_barcode')}}
    • @endcan @can('adjustment')
    • {{__('db.Adjustment List')}}
    • {{__('db.Add Adjustment')}}
    • @endcan @can('stock_count')
    • {{__('db.Stock Count')}}
    • @endcan
  • @endcan @can('sidebar_purchase')
  • {{__('db.Purchase')}}
      @can('purchases-index')
    • {{__('db.Purchase List')}}
    • @endcan @can('purchases-add')
    • {{__('db.Add Purchase')}}
    • @endcan @can('purchases-import')
    • {{__('db.Import Purchase By CSV')}}
    • @endcan @can('purchase-return-index')
    • {{__('db.Purchase Return')}}
    • @endcan
  • @endcan @can('sidebar_sale')
  • {{__('db.Sale')}}
      @can('sales-index')
    • {{__('db.Sale List')}}
    • @endcan @can('sales-add')
    • POS
    • {{__('db.Add Sale')}}
    • @endcan @can('sales-import')
    • {{__('db.Import Sale By CSV')}}
    • @endcan @can('packing_slip_challan')
    • {{__('db.Packing Slip List')}}
    • {{__('db.Challan List')}}
    • @endcan @can('delivery')
    • {{__('db.Delivery List')}}
    • @endcan @can('gift_card')
    • {{__('db.Gift Card List')}}
    • @endcan @can('coupon')
    • {{__('db.Coupon List')}}
    • @endcan
    • {{__('db.Courier List')}}
    • @can('returns-index')
    • {{__('db.Sale Return')}}
    • @endcan
  • @endcan @can('sidebar_quotation')
  • {{__('db.Quotation')}}
      @can('quotes-index')
    • {{__('db.Quotation List')}}
    • @endcan @can('quotes-add')
    • {{__('db.Add Quotation')}}
    • @endcan
  • @endcan @can('sidebar_transfer')
  • {{__('db.Transfer')}}
      @can('transfers-index')
    • {{__('db.Transfer List')}}
    • @endcan @can('transfers-add')
    • {{__('db.Add Transfer')}}
    • @endcan @can('transfers-import')
    • {{__('db.Import Transfer By CSV')}}
    • @endcan
  • @endcan @can('sidebar_expense')
  • {{__('db.Expense')}}
    • {{__('db.Expense Category')}}
    • @can('expenses-index')
    • {{__('db.Expense List')}}
    • @endcan @can('expenses-add')
    • {{__('db.Add Expense')}}
    • @endcan
  • @endcan @can('sidebar_income')
  • {{__('db.Income')}}
    • {{__('db.Income Category')}}
    • @can('incomes-index')
    • {{__('db.Income List')}}
    • @endcan @can('incomes-add')
    • {{__('db.Add Income')}}
    • @endcan
  • @endcan @can('sidebar_people')
  • {{__('db.People')}}
      @can('customers-index')
    • {{__('db.Customer List')}}
    • @endcan @can('suppliers-index')
    • {{__('db.Supplier List')}}
    • @endcan @can('users-index')
    • {{__('db.User List')}}
    • @endcan @can('sale-agents')
    • {{__('db.Sale Agents')}}
    • @endcan @can('billers-index')
    • {{__('db.Biller List')}}
    • @endcan
  • @endcan @can('sidebar_accounting')
  • {{__('db.Accounting')}}
      @can('account-index')
    • {{__('db.Account List')}}
    • {{__('db.Add Account')}}
    • @endcan @can('money-transfer')
    • {{__('db.Money Transfer')}}
    • @endcan @can('balance-sheet')
    • {{__('db.Balance Sheet')}}
    • @endcan @can('account-statement')
    • {{__('db.Account Statement')}}
    • @endcan
  • @endcan @can('sidebar_hrm')
  • {{__('db.HRM')}}
      @can('department')
    • {{__('db.Department')}}
    • @endcan @can('designations')
    • {{__('db.Designation')}} @endcan @can('shift')
    • {{__('db.Shift')}}
    • @endcan @can('employees-index')
    • {{__('db.Employee')}}
    • @endcan @can('attendance')
    • {{__('db.Attendance')}}
    • @endcan @can('holiday')
    • {{__('db.Holiday')}}
    • @endcan @can('overtime')
    • {{__('db.Overtime')}}
    • @endcan @can('leave-type')
    • {{__('db.Leave Type')}}
    • @endcan @can('leave')
    • {{__('db.Leaves')}}
    • @endcan @can('payroll')
    • {{__('db.Payroll')}}
    • @endcan
  • @endcan @if(in_array('manufacturing',explode(',',$general_setting->modules)))
  • {{__('db.Manufacturing')}}
    • {{__('db.Production List')}}
    • {{__('db.Add Production')}}
    • {{__('db.Recipe')}}
  • @endif
  • {{ __('db.whatsapp') }}
    • {{ __('db.whatsapp_settings') }}
    • {{ __('db.message_templates') }}
    • {{ __('db.send_message') }}
  • @can('sidebar_reports')
  • {{__('db.Reports')}}
      @if($role->id <= 2)
    • {{__('db.Activity Log')}}
    • @endif @can('profit-loss')
    • {!! Form::open(['route' => 'report.profitLoss', 'method' => 'post', 'id' => 'profitLoss-report-form']) !!} {{__('db.Summary Report')}} {!! Form::close() !!}
    • @endcan @can('best-seller')
    • {{__('db.Best Seller')}}
    • @endcan @can('product-report')
    • {!! Form::open(['route' => 'report.product', 'method' => 'get', 'id' => 'product-report-form']) !!} {{__('db.Product Report')}} {!! Form::close() !!}
    • @endcan @can('daily-sale')
    • {{__('db.Daily Sale')}}
    • @endcan @can('monthly-sale')
    • {{__('db.Monthly Sale')}}
    • @endcan @can('daily-purchase')
    • {{__('db.Daily Purchase')}}
    • @endcan @can('monthly-purchase')
    • {{__('db.Monthly Purchase')}}
    • @endcan @can('sale-report')
    • {!! Form::open(['route' => 'report.sale', 'method' => 'post', 'id' => 'sale-report-form']) !!} {{__('db.Sale Report')}} {!! Form::close() !!}
    • @endcan
    • {{__('db.Challan Report')}}
    • @can('sale-report-chart')
    • {!! Form::open(['route' => 'report.saleChart', 'method' => 'post', 'id' => 'sale-report-chart-form']) !!} {{__('db.Sale Report Chart')}} {!! Form::close() !!}
    • @endcan @can('payment-report')
    • {!! Form::open(['route' => 'report.paymentByDate', 'method' => 'post', 'id' => 'payment-report-form']) !!} {{__('db.Payment Report')}} {!! Form::close() !!}
    • @endcan @can('purchase-report')
    • {!! Form::open(['route' => 'report.purchase', 'method' => 'post', 'id' => 'purchase-report-form']) !!} {{__('db.Purchase Report')}} {!! Form::close() !!}
    • @endcan @can('customer-report')
    • {{__('db.Customer Report')}}
    • @endcan @can('customer-report')
    • {{__('db.Customer Group Report')}}
    • @endcan @can('due-report')
    • {!! Form::open(['route' => 'report.customerDueByDate', 'method' => 'post', 'id' => 'customer-due-report-form']) !!} {{__('db.Customer Due Report')}} {!! Form::close() !!}
    • @endcan @can('supplier-report')
    • {{__('db.Supplier Report')}}
    • @endcan @can('supplier-due-report')
    • {!! Form::open(['route' => 'report.supplierDueByDate', 'method' => 'post', 'id' => 'supplier-due-report-form']) !!} {{__('db.Supplier Due Report')}} {!! Form::close() !!}
    • @endcan @can('warehouse-report')
    • {{__('db.Warehouse Report')}}
    • @endcan @can('warehouse-stock-report')
    • {{__('db.Warehouse Stock Chart')}}
    • @endcan @can('product-expiry-report')
    • {{__('db.Product Expiry Report')}}
    • @endcan @can('product-qty-alert')
    • {{__('db.Product Quantity Alert')}}
    • @endcan @can('dso-report')
    • {{__('db.Daily Sale Objective Report')}}
    • @endcan @can('user-report')
    • {{__('db.User Report')}}
    • @endcan @can('biller-report')
    • {{__('db.Biller Report')}}
    • @endcan
    • {{__('db.Cash Register')}}
  • @endcan {{--@can('sidebar_settings')--}}
  • {{__('db.settings')}}
      @if(\Auth::user()->role_id <= 2)
    • {{__('db.Receipt Printers')}}
    • @endif @can ('invoice_setting')
    • {{__('db.Invoice Settings')}}
    • @endcan @can('role_permission')
    • {{__('db.Role Permission')}}
    • {{__('db.SMS Template')}}
    • @endcan @can('custom_field')
    • {{__('db.Custom Field List')}}
    • @endcan @can('discount_plan')
    • {{__('db.Discount Plan')}}
    • @endcan @can('discount')
    • {{__('db.Discount')}}
    • @endcan @can('all_notification')
    • {{__('db.All Notification')}}
    • @endcan @can('send_notification')
    • {{__('db.Send Notification')}}
    • @endcan @can('warehouse')
    • {{__('db.Warehouse')}}
    • @endcan @if(\Auth::user()->role_id <= 2)
    • {{__('db.Tables')}}
    • @endif @can('customer_group')
    • {{__('db.Customer Group')}}
    • @endcan @can('currency')
    • {{__('db.Currency')}}
    • @endcan @can('tax')
    • {{__('db.Tax')}}
    • @endcan
    • {{__('db.User Profile')}}
    • @can('create_sms')
    • {{__('db.Create SMS')}}
    • @endcan @can('backup_database')
    • {{__('db.Backup Database')}}
    • @endcan @can('general_setting')
    • {{__('db.General Setting')}}
    • @endcan @can('mail_setting')
    • {{__('db.Mail Setting')}}
    • @endcan @can('reward_point_setting')
    • {{__('db.Reward Point Setting')}}
    • @endcan @can('sms_setting')
    • {{__('db.SMS Setting')}}
    • @endcan @can('payment_gateway_setting')
    • {{__('db.Payment Gateways')}}
    • @endcan @can('pos_setting')
    • POS {{__('db.settings')}}
    • @endcan @can('hrm_setting')
    • {{__('db.HRM Setting')}}
    • @endcan @can('barcode_setting')
    • {{__('db.Barcode Settings')}}
    • @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