@php if(!isset($vendorViewBySuperAdmin)) $vendorViewBySuperAdmin = false; @endphp @if (hasCentralAccess() and !$vendorViewBySuperAdmin )
{{-- show.dropdown.result --}} @elseif(hasVendorAccess() or hasVendorUserAccess() or $vendorViewBySuperAdmin )

Welcome, {{ getUserAuthInfo('profile.first_name') }}!

Manage your WhatsApp business communications, create campaigns,
and engage with your customers all in one place.

Total
{{ __tr($totalMessagesProcessed + $messagesInQueue) }} Messages
Sent
{{ __tr($totalMessagesProcessed) }} Messages
Pending
{{ __tr($messagesInQueue) }} Messages
Message Analytics
Live
Sent Messages
Pending Messages
@if (!empty(getVendorSettings('whatsapp_phone_numbers'))) @foreach (getVendorSettings('whatsapp_phone_numbers') as $whatsappPhoneNumber)
{{ $whatsappPhoneNumber['verified_name'] }}
{{ $whatsappPhoneNumber['display_phone_number'] }}
@endforeach @endif
Live Chat
Centralize WhatsApp chats in one team inbox for seamless support.
Template
{{ __tr($totalTemplates) }}
Create and manage approved templates for consistent, compliant WhatsApp messaging.
Campaign
{{ __tr($totalCampaigns) }}
Run targeted campaigns with personalized content at scale.
Contacts
{{ __tr($totalContacts) }}
Segment and manage customers with custom fields and tags.
Bot Reply
{{ __tr($totalBotReplies) }}
Automate replies to handle FAQs and offer 24/7 WhatsApp support.
Agents
{{ __tr($activeTeamMembers) }}
Control team access and track agent performance for better support.
@endif