• @lang('Dashboard')
  • @lang('Dashboard')
  • @if (access('profit report'))
  • @lang('Profit Report')
  • @endif @if (access('transactions'))
  • @lang('Transaction Report')
  • @endif
  • @lang('Manage')
  • @if (access('manage user'))
  • @lang('Manage User')
  • @endif @if(access('manage merchant'))
  • @lang('Manage Merchant')
  • @endif @if(access('manage agent list') ||access('manage agent profile') || access('agent fund request'))
  • @lang('Manage Agent') @if ($fund_requests > 0 || $agent_requests > 0) ! @endif
      @if(access('manage agent list') ||access('manage agent profile'))
    • @lang('Agent List')
    • @lang('Register Requests')
    • @endif @if(access('agent fund request'))
    • @lang('Fund Requests')
    • @endif
  • @endif @if(access('manage currency'))
  • @lang('Manage Currency')
  • @endif @if(access('manage country'))
  • @lang('Manage Country')
  • @endif @if(access('manage charges'))
  • @lang('Manage Charges')
  • @endif @if(access('manage modules'))
  • @lang('Manage Modules')
  • @endif @if(access('manage kyc') || access('manage kyc form') || access('kyc info'))
  • @lang('Manage KYC') @if ($pending_user_kyc > 0 || $pending_merchant_kyc > 0) ! @endif
      @if(access('manage kyc')|| access('manage kyc form'))
    • @lang('Manage Form')
    • @endif @if(access('kyc info'))
    • @lang('User KYC Info')
    • @lang('Merchant KYC Info')
    • @endif
  • @endif @if(access('manage escrow') || access('escrow on-hold') || access('escrow disputed'))
  • @lang('Manage Escrow') @if($disputed > 0) ! @endif
      @if (access('manage escrow'))
    • @lang('All Escrow')
    • @endif @if (access('escrow on-hold'))
    • @lang('On-hold Escrow')
    • @endif @if (access('escrow disputed'))
    • @lang('Disputed Escrows')
    • @endif
  • @endif
  • @lang('Staff and Role')
  • @if(access('manage role'))
  • @lang('Manage Role')
  • @endif @if(access('manage staff'))
  • @lang('Manage Staff')
  • @endif
  • @lang('Payment and Withdraw')
  • @if(access('withdraw method') || access('pending withdraw') || access('accepted withdraw') || access('rejected withdraw'))
  • @lang('Manage Withdraw')@if ($pending_withdraw > 0) ! @endif
      @if(access('withdraw method'))
    • @lang('Withdraw Method')
    • @endif @if(access('pending withdraw'))
    • @lang('Pending Withdraws')
    • @endif @if(access('accepted withdraw'))
    • @lang('Accepted Withdraws')
    • @endif @if(access('rejected withdraw'))
    • @lang('Rejected Withdraws')
    • @endif
  • @endif @if(access('manage payment gateway') || access('manage deposit') )
  • @lang('Manage Payment') @if ($pending_deposits > 0) ! @endif
      @if(access('manage payment gateway'))
    • @lang('Gateways')
    • @endif @if(access('manage deposit'))
    • @lang('Deposits')
    • @endif @if(access('manage deposit'))
    • @lang('Api Deposits')
    • @endif
  • @endif
  • @lang('General')
  • @if(access('general setting') || access('general settings logo favicon'))
  • @lang('General Settings')
      @if(access('general setting'))
    • @lang('Site Settings')
    • @endif @if(access('general settings logo favicon'))
    • @lang('Logo & Favicon')
    • @endif @if(access('manage cookie'))
    • @lang('Cookie Concent')
    • @endif
  • @endif @if(access('manage page') || access('menu builder') || access('site contents') || access('manage blog-category') || access('manage blog') || access('seo settings'))
  • @lang('Frontend Setting')
      @if (access('manage page'))
    • @lang('Pages Settings')
    • @endif @if (access('menu builder'))
    • @lang('Menu Builder')
    • @endif @if (access('site contents'))
    • @lang('Site Contents')
    • @endif @if (access('manage blog-category'))
    • @lang('Blog Category')
    • @endif @if (access('manage blog'))
    • @lang('Manage Blog')
    • @endif @if (access('seo settings'))
    • @lang('Seo Settings')
    • @endif
  • @endif @if(access('email templates') || access('email config') || access('group email'))
  • @lang('Email Settings')
      @if(access('email templates'))
    • @lang('Email Templates')
    • @endif @if(access('email config'))
    • @lang('Email Config')
    • @endif
  • @endif @if(access('sms gateways') || access('sms templates'))
  • @lang('SMS Settings')
      @if (access('sms gateways'))
    • @lang('SMS Gateway')
    • @endif @if (access('sms templates'))
    • @lang('SMS Template')
    • @endif
  • @endif @if(access('manage language'))
  • @lang('Manage Language')
  • @endif @if(access('manage ticket'))
  • @lang('Support Tickets') @if ($pending_user_ticket > 0 || $pending_merchant_ticket > 0) ! @endif
    • @lang('User Tickets')
    • @lang('Merchant Tickets')
    • @lang('Agent Tickets')
  • @endif @if(access('manage addon'))
  • @lang('Manage Addon')
  • @endif @if(access('system update'))
  • @lang('System Update')
  • @endif
  • @lang('Clear Cache')
  • @if (admin()->id == 1)
  • @lang('System Activation')
  • @endif
  • @lang('Version') : {{sysVersion()}}