@if(Session::get('user_site_configrations.Logo')!='') @endif @if(strtolower(getenv('APP_ENV'))!='production')

@endif
    @if(CompanyConfiguration::get('CUSTOMER_DASHBOARD_DISPLAY') == 1)
  • @lang('routes.CUST_PANEL_SIDENAV_MENU_DASHBOARD')
  • @endif @if(CompanyConfiguration::get('CUSTOMER_NOTICEBOARD_DISPLAY') == 1)
  • @lang('routes.CUST_PANEL_SIDENAV_MENU_NOTICE_BOARD')
  • @endif @if(Tickets::CheckTicketLicense() && CompanyConfiguration::get('CUSTOMER_TICKET_DISPLAY') == 1)
  •  @lang("routes.CUST_PANEL_SIDENAV_MENU_TICKET_MANAGEMENT")
    • @lang("routes.CUST_PANEL_SIDENAV_MENU_TICKET_MANAGEMENT__TICKET")
  • @endif @if(CompanyConfiguration::get('CUSTOMER_BILLING_DISPLAY') == 1)
  • @lang("routes.CUST_PANEL_SIDENAV_MENU_BILLING")
      @if(CompanyConfiguration::get('CUSTOMER_BANALYSIS_DISPLAY') == 1)
    • @lang("routes.CUST_PANEL_SIDENAV_MENU_BILLING__ANALYSIS")
    • @endif @if(CompanyConfiguration::get('CUSTOMER_INVOICE_DISPLAY') == 1)
    • @lang("routes.CUST_PANEL_SIDENAV_MENU_BILLING__INVOICES")
    • @endif
    • Credit Notes
    • @if(CompanyConfiguration::get('CUSTOMER_PAYMENT_DISPLAY') == 1)
    • @lang("routes.CUST_PANEL_SIDENAV_MENU_BILLING__PAYMENTS")
    • @endif @if(CompanyConfiguration::get('CUSTOMER_STATEMENT_DISPLAY') == 1)
    • @lang("routes.CUST_PANEL_SIDENAV_MENU_BILLING__ACCOUNT_STATEMENT")
    • @endif @if (is_PayNowInvoice(Customer::get_companyID()) && CompanyConfiguration::get('CUSTOMER_PAYMENT_PROFILE_DISPLAY') == 1)
    • @lang("routes.CUST_PANEL_SIDENAV_MENU_BILLING__PAYMENT_METHOD_PROFILES")
    • @endif @if(CompanyConfiguration::get('CUSTOMER_CDR_DISPLAY') == 1)
    • @lang("routes.CUST_PANEL_SIDENAV_MENU_BILLING__CRD")
    • @endif
    • @lang("routes.CUST_PANEL_SIDENAV_MENU_BILLING__ACTIVESUBSCRIPTION")
  • @endif @if(CompanyConfiguration::get('CUSTOMER_MOVEMENT_REPORT_DISPLAY') == 1)
  • @lang("routes.CUST_PANEL_SIDENAV_MENU_MOVEMENT_REPORT")
  • @endif @if(CompanyConfiguration::get('CUSTOMER_COMMERCIAL_DISPLAY') == 1 && Customer::get_currentUser()->DisplayRates == 1)
  • @lang("routes.CUST_PANEL_SIDENAV_MENU_COMMERCIAL")
  • @endif @if(CompanyConfiguration::get('CUSTOMER_RATE_DISPLAY') == 1 && Customer::get_currentUser()->DisplayRates == 1)
  • @lang("routes.CUST_PANEL_SIDENAV_MENU_RATES")
  • @endif @if(CompanyConfiguration::get('CUSTOMER_ANALYSIS_DISPLAY') == 1)
  • @lang("routes.CUST_PANEL_SIDENAV_MENU_ANALYSIS")
  • @endif @if(CompanyConfiguration::get('CUSTOMER_NOTIFICATION_DISPLAY') == 1)
  • @lang("routes.CUST_PANEL_SIDENAV_MENU_NOTIFICATIONS")
  • @endif @if(CompanyConfiguration::get('CUSTOMER_PROFILE_DISPLAY') == 1)
  • @lang("routes.CUST_PANEL_SIDENAV_MENU_PROFILE")
  • @endif