• notification icon
  • @if (!empty(siteinfo())) @if (siteinfo()->img_url)
    @else
    {{ Str::substr(siteinfo()->name, 0, 2) }}
    @endif @endif

    {{ Str::limit(auth()->user()->name, '15') }}

    {{ Auth::user()->getRoleNames()->first() }}
    My Profile @can('password-change') Pasword Change @endcan Settings
    @csrf
  • @can('manager-balance-on-topbar') Balance: {{ managerBalance() }} @endcan @can('sub-manager-balance-on-topbar') Balance: {{ subManagerBalance() }} @endcan @can('manager_commission_top_ber') @if (auth()->user()->hasRole(['Reseller Admin', 'Reseller'])) Commission: {{ managerCommission() }} @endif @endcan @if (siteinfo()->online_offline_topbar == 'Yes') @cannot('specific_management_services') Online: Offline: @endcannot @endif @can('radius_online_customer_reset') Delete Online Customer @endcan @if (checkAPI() == false) @can('refresh') Refresh @endcan @endif @if (checkSettings('store') == 'enable') @hasanyrole('Reseller Admin|Reseller|Sub Reseller') @else Requisition @endhasanyrole @endif @if (checkSettings('store') == 'enable') @hasrole('Admin|Store Manager') notification icon {{ \App\Classes\AvailableStockCalculation::stock_alert() }} @endhasrole @endif notification icon @if (checkSettings('local-user-first-approve') == 'enable') {{ \App\Services\ClientServices::customerList('pendingCustomer')->count() }} @can('local-user-first-approve') /{{ \App\Services\ClientServices::customerList('finalPendingCustomer')->count() }} @endcan @else {{ \App\Services\ClientServices::customerList('pendingCustomer')->count() }} @endif
    Pending Customer {{ \App\Services\ClientServices::customerList('pendingCustomer')->count() }} @if (checkSettings('local-user-first-approve') == 'enable') @can('local-user-first-approve') Final Pending Customer {{ \App\Services\ClientServices::customerList('finalPendingCustomer')->count() }} @endcan @endif
  • {{ Str::limit(auth()->user()->name, '10') }}
    @if (!empty(siteinfo())) @if (siteinfo()->img_url)
    @else
    {{ Str::substr(siteinfo()->name, 0, 2) }}
    @endif @endif

    {{ Str::limit(auth()->user()->name, '15') }}

    {{ Auth::user()->getRoleNames()->first() }}
    My Profile @can('password-change') Pasword Change @endcan {{-- Settings --}}
    @csrf