@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 hasVendorUserAccess() or $vendorViewBySuperAdmin )
@if (hasVendorAccess('manage_contacts')) {{-- 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 --}} @endif @if (hasVendorAccess('manage_campaigns')) {{-- total totalCampaigns --}}
{{ __tr('Total Campaigns') }}
{{ __tr($totalCampaigns) }}
@if(!$vendorViewBySuperAdmin)

{{ __tr('Manage Campaigns') }}

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

{{ __tr('Manage Templates') }}

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

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

@endif
{{-- /total totalBotReplies --}} @endif {{-- total active team member --}} @if (hasVendorAccess('administrative'))
{{ __tr('Active Team Members') }}
{{ __tr($activeTeamMembers) }}
@if(!$vendorViewBySuperAdmin)

{{ __tr('Manage Team Member') }}

@endif
@endif {{-- /total active team member --}} {{-- manage campaigns --}} @if (hasVendorAccess('manage_campaigns'))
{{ __tr('Messages in Queue') }}
{{ __tr($messagesInQueue) }}
@endif {{-- /manage campaigns --}} {{-- Messaging Processed--}} @if (hasVendorAccess('messaging'))
{{ __tr('Messages Processed') }}
{{ __tr($totalMessagesProcessed) }}
@endif {{-- /Messaging Processed --}}
@endif