@php if(!isset($vendorViewBySuperAdmin)) $vendorViewBySuperAdmin = false; @endphp @if (hasCentralAccess() and !$vendorViewBySuperAdmin )
{{ __tr('Total Vendors') }}

{{ __tr('Total Vendors in the system') }}

{{ __tr('Total Active Vendors') }}
{{ __tr('Total Contacts') }}
{{ __tr('Total Campaigns') }}
{{ __tr('Messages in Queue') }}
{{ __tr('Messages Processed') }}
{{-- show.dropdown.result --}} @elseif(hasVendorAccess() or $vendorViewBySuperAdmin )
{{-- total contacts --}}
{{ __tr('Total Contacts') }}
{{ __tr($totalContacts) }}
@if(!$vendorViewBySuperAdmin)

{{ __tr('Manage Contacts') }}

@endif
{{-- /total contacts --}} {{-- total groups --}}
{{ __tr('Total Groups') }}
{{ __tr($totalGroups) }}
@if(!$vendorViewBySuperAdmin)

{{ __tr('Manage Groups') }}

@endif
{{-- /total groups --}} {{-- total totalCampaigns --}}
{{ __tr('Total Campaigns') }}
{{ __tr($totalCampaigns) }}
@if(!$vendorViewBySuperAdmin)

{{ __tr('Manage Campaigns') }}

@endif
{{-- /total totalCampaigns --}} {{-- total totalTemplates --}}
{{ __tr('Total Templates') }}
{{ __tr($totalTemplates) }}
@if(!$vendorViewBySuperAdmin)

{{ __tr('Manage Templates') }}

@endif
{{-- /total totalTemplates --}} {{-- total totalBotReplies --}}
{{ __tr('Total Bot Replies') }}
{{ __tr($totalBotReplies) }}
@if(!$vendorViewBySuperAdmin)

{{ __tr('Manage Bot Replies') }}

@endif
{{-- /total totalBotReplies --}}
{{ __tr('Messages in Queue') }}
{{ __tr($messagesInQueue) }}
{{ __tr('Messages Processed') }}
{{ __tr($totalMessagesProcessed) }}
@endif