App Logo App Logo
    {{-- Admin Profile --}} {{--
  • {{ __('Admin Profile') }}
    • {{ __('My Profile') }}
    • {{ __('Change Password') }}
  • --}} {{-- Dashboard --}}
  • {{ __('Dashboard') }}
  • {{-- Users --}}
  • {{ __('Users') }}
      {{-- List of Users --}}
    • {{ __('List Of Users') }}
      {{ countUser()['countNo'] }}
    • {{-- Status wise Users --}} @foreach (\App\Enums\UserStatus::cases() as $userStatus) @php $countValue = countUser($userStatus->value); @endphp
    • {{ $userStatus->label() }}
      {{ $countValue['countNo'] }}
    • @endforeach
  • {{-- Categories --}}
  • {{ __('Categories') }}
  • {{-- Colors --}}
  • {{ __('Colors') }}
  • {{-- Brands --}}
  • {{ __('Brands') }}
  • {{-- Services --}}
  • {{ __('Services') }}
  • {{-- Products --}}
  • {{ __('Products') }}
      {{-- All Posts --}}
    • {{ __('List Of Posts') }}
      {{ countPost()['countNo'] }}
    • {{-- Status wise Posts --}} @foreach (App\Enums\PostStatus::cases() as $postStatus) @php $countValue = countPost($postStatus->value); @endphp
    • {{ __($postStatus->value) }}
      {{ $countValue['countNo'] }}
    • @endforeach
  • {{-- Boost Plan --}}
  • {{ __('Boost Plan') }}
      {{-- Plans --}}
    • {{ __('Plans') }}
      {{ countBoostPlans() }}
    • {{-- Sold Plans --}} @can('plans.sold')
    • {{ __('Sold Plans') }}
      {{ countSoldtPlans() }}
    • @endcan {{-- Trash --}} @can('plans.trash')
    • {{ __('Trash') }}
      {{ countDeletedPlans() }}
    • @endcan
  • {{-- Transactions --}}
  • {{ __('Transactions') }}
      {{-- All Transactions --}}
    • {{ __('List Of Transactions') }}
      {{ countTransaction()['countNo'] }}
    • @php $transactionStatuses = ['complete', 'cancel', 'pending']; @endphp {{-- Status wise Transactions --}} @foreach ($transactionStatuses as $status)
    • {{ __(ucfirst($status)) }}
      {{ countTransaction($status)['countNo'] }}
    • @endforeach {{-- Wallet Recherge --}}
    • {{ __('Wallet Recherge') }}
      {{ transactionCount('walletRecherge') }}
    • {{-- Wallet Transactions --}}
    • {{ __('Wallet Transactions') }}
      {{ transactionCount('wallet') }}
    • {{-- Direct Boost Transactions --}}
    • {{ __('Direct Boost') }}
      {{ transactionCount('boost') }}
  • {{-- Attributes --}}
  • {{ __('Attributes') }}
  • {{-- Support Tickets --}}
  • {{ __('Support Tickets') }}
  • {{-- Sales Management --}}
  • {{ __('Sales Management') }}
    {{-- Announcements --}}
    • {{ __('Announcements') }}
  • {{-- Appearance --}}
  • {{ __('Appearance') }}
    • {{ __('Banners') }}
    • {{ __('Theme') }}
    • {{ __('Testimonials') }}
    • {{ __('Fast Sellings') }}
  • {{-- Legal Pages --}}
  • {{ __('Legal Pages') }}
      {{-- term and and condition --}}
    • {{ __('Terms & Condition') }}
    • {{-- Privecy and Policy --}}
    • {{ __('Privecy & Policy') }}
    • {{-- About-Us --}}
    • {{ __('About Us') }}
    • {{-- Contact-US --}}
    • {{ __('Contact Us') }}
  • {{-- CMS --}}
  • {{ __('CMS') }}
    • {{ __('Footer') }}
  • {{-- Settings --}}
  • {{ __('Settings') }}
    • {{ __('General Settings') }}
    • {{ __('Business Settings') }}
    • {{ __('Role & Permissions') }}
    • {{ __('Languages') }}
    • {{ __('Payment Gateways') }}