@php $appName = getAppSettings('name'); @endphp {{ (isset($title) and $title) ? ' - ' . $title : __tr('Welcome') }} - {{ $appName }} {!! __yesset([ 'static-assets/packages/fontawesome/css/all.css', 'static-assets/packages/bootstrap-icons/font/bootstrap-icons.css', ]) !!} {!! __yesset(['dist/css/app-home.css'], true) !!}
...
{{ __tr('Engage Your Customers on WhatsApp Like Never Before') }} {!! __tr('__appName__ ', ['__appName__' => $appName]) !!}
{{ __tr( 'Unlock the full potential of customer engagement with __appName__ your comprehensive WhatsApp Marketing Platform.', [ '__appName__' => $appName, ], ) }}

{{ __tr('Why Choose') }} {!! __tr('__appName__?', ['__appName__' => $appName]) !!}

{{ __tr('Increased Engagement') }}

{{ __tr("Connect directly with your customers in real-time on WhatsApp using __appName__ intuitive interface and seamless integration. Build lasting relationships that drive results.", [ '__appName__' => $appName ]) }}

{{ __tr('Higher Conversion Rates') }}

{{ __tr("With __appName__ every chat is an opportunity. Transform casual chats into meaningful interactions that lead to increased conversions through targeted messaging and personalized campaigns.", [ '__appName__' => $appName ]) }}

{{ __tr('24/7 Customer Support') }}

{{ __tr("Your customers deserve the best support, and __appName__ delivers with 24/7 automated responses that ensure you never miss a beat. Stay connected, stay responsive, and watch your business thrive.", [ '__appName__' => $appName ]) }}

{{ __tr('Features') }}

{{ __tr('Tech Empowerment') }}

{{ __tr('Features that would make your life easier with WhatsApp Marketing') }}

{{ __tr('Embedded Signup') }}

{{ __tr('Onboard customers with ease with our integrated Embedded Signup system.') }}

{{ __tr('Template Management') }}

{{ __tr('Handle templates directly within the application without requiring a visit to Meta for creating templates.') }}

{{ __tr('Multiple Phone Numbers') }}

{{ __tr('Supports multiple phone numbers for same WhatsApp Business Account') }}

{{ __tr('WhatsApp Chat') }}

{{ __tr( "__appName__ chat feature replicates the native WhatsApp interface, guaranteeing users a seamless and familiar messaging experience.", [ '__appName__' => $appName ]) }}

{{ __tr('Bot Replies/ Chat Bot') }}

{{ __tr('Automate responses and engage customers 24/7 with intelligent bot replies through') }}

{{ __tr('APIs to connect with other services') }}

{{ __tr('API’s enable seamless connection between different services, allowing data sharing and functionality integration.') }}

{{ __tr('Manage Contacts') }}

{{ __tr('Effortlessly import and export contacts using XLSX format for easy contacts transfer along with Add/Edit functionality on interface.') }}

{{ __tr('Realtime Updates') }}

{{ __tr('Realtime message and campaign status updates to see your campaign or message performance.') }}

{{ __tr('Dashboard') }}

{{ __tr('To provide with instant visibility into the performance and status of their marketing campaigns.') }}

{{ __tr('Team Members/Agents') }}

{{ __tr('Delegate work by creating users with various permissions.') }}

{{ __tr('Interactive/Button Messages for bot Reply') }}

{{ __tr('__appName__ Advanced interactive bots now provide smarter, more engaging replies, supporting images, documents, videos, audios and interactive buttons for enhanced user interaction.', ['__appName__' => $appName]) }}

{{-- Custom Fields --}}
{{ __tr('Custom Fields') }}

{{ __tr('Personalize your messages with user base information and custom fields tailored to your audience on __appName__', ['__appName__' => $appName]) }}

{{-- /Custom Fields --}}

{{ __tr('Make Connecting Easy with') }}{{ $appName }}

{{ __tr('Grow Your Brand, Delight Your') }} {{ __tr('Customers!') }}

{{ __tr('Campaign Management') }}

{{ __tr('Streamline Campaign Management: Create, Schedule, and Reach Instantly!') }}

{{ __tr('Effortlessly manage your campaigns with our intuitive campaign management feature. Create or schedule campaigns instantly for all contacts or specific groups, allowing for immediate reach or strategic timing. Maximize the impact of your marketing efforts and take control of your messaging with ease.') }}

{{ __tr('Integrated WhatsApp Chat') }}

{{ __tr('Enhance Customer Engagement and Support') }}

{{ __tr("The Integrated WhatsApp Chat feature in __appName__ provides a seamless and familiar messaging experience by faithfully replicating the native WhatsApp interface. Users can navigate effortlessly, leveraging their existing familiarity with WhatsApp's layout and functions. This consistency enhances user comfort and efficiency, facilitating smooth communication.", ['__appName__' => $appName]) }}

{{ __tr('Bot Flow Builder') }}

{{ __tr('Simplify Bot Flow Conversion Building') }}

{{ __tr("Our Advance Bot Flow builder helps you to build bot conversions easily and effectively, Bot flow builder Simplifies setting triggering points from one bot to other using links for the buttons and list row options.") }}

{{ __tr('Reached to the Customers') }}

{{ __tr('Do you want to make your chat bot interactions more exciting and engaging?') }}

{{ __tr("Our Advance bot feature allows you to send images, videos, and documents as well as buttons through your chat bot. Instead of only using text, you can now impress your customers with visually pleasing images, informative videos, and useful documents. It's a great way to capture their attention and provide them with valuable content. Try now and take your chat bot interactions to the next level!") }}

{{ __tr('QR Code Generation') }}

{{ __tr('Scan QR Code to Start Chat') }}

{{ __tr('Quickly generate QR codes for your WhatsApp phone number with ease using this feature. Users can effortlessly connect by scanning the code with their smartphones, instantly initiating communication with your WhatsApp account. This streamlined process ensures smooth interactions and easy access for engaging with your audience.') }}

{{ __tr('AI Bots Integration for Vendors using') }}{{ __tr('FlowiseAI') }}

{{ __tr('Flowise AI offers AI-powered chatbots for vendors to automate customer interactions and enhance engagement.') }}

{{ __tr('Powered by WhatsApp Cloud API') }}

{{ __tr('__appName__ seamlessly integrates with the WhatsApp Cloud API, ensuring smooth operations without server management or additional expenses, making it a cost-effective solution.', ['__appName__' => $appName]) }}

{{ __tr('Built for Customer Engagements') }}

{{ __tr('__appName__ is a helpful tool for businesses to communicate better with customers. It makes talking to customers easier and simpler, helping businesses grow and build strong relationships.', ['__appName__' => $appName]) }}

{{ __tr('Simple and Clear Pricing') }}

{{-- free plan --}}
@php $freePlanDetails = getFreePlan(); $freePlanStructure = getConfigFreePlan(); $paidPlans = getPaidPlans(); $planStructure = getConfigPaidPlans(); @endphp @if ($freePlanDetails['enabled'])

{{ $freePlanDetails['title'] }}

{{ formatAmount(0, true, true) }}

{{ __tr('Monthly') }}

{{ formatAmount(0, true, true) }}

{{ __tr('Yearly') }}
{{ __tr('+ WhatsApp Cloud Messaging Charges') }}
{{-- features --}}
    @foreach ($freePlanStructure['features'] as $featureKey => $featureValue) @php $configFeatureValue = $featureValue; $featureValue = $freePlanDetails['features'][$featureKey]; @endphp
  • @if (isset($featureValue['type']) and $featureValue['type'] == 'switch') @if (isset($featureValue['limit']) and $featureValue['limit']) @else @endif {{ $configFeatureValue['description'] }} @else @if (isset($featureValue['limit']) and $featureValue['limit'] < 0) {{ __tr('Unlimited') }} @elseif(isset($featureValue['limit'])) {{ __tr($featureValue['limit']) }} @endif {{ $configFeatureValue['description'] }} {{ $configFeatureValue['limit_duration_title'] ?? '' }} @endif
  • @endforeach
{{-- /features --}}
@endif {{-- paid plan --}} @foreach ($planStructure as $planKey => $plan) @php $planId = $plan['id']; $features = $plan['features']; $savedPlan = $paidPlans[$planKey]; $charges = $savedPlan['charges']; if (!$savedPlan['enabled']) { continue; } @endphp

{{ $savedPlan['title'] ?? $plan['title'] }}

@foreach ($charges as $itemKey => $itemValue) @php if(!$itemValue['enabled']) { continue; } @endphp

{{ formatAmount($itemValue['charge'], true, true) }}

{{ Arr::get($plan['charges'][$itemKey], 'title', '') }}
@endforeach {{ __tr('+ WhatsApp Cloud Messaging Charges') }}
{{-- features --}}
    @foreach ($plan['features'] as $featureKey => $featureValue) @php $configFeatureValue = $featureValue; $featureValue = $savedPlan['features'][$featureKey]; @endphp
  • @if (isset($featureValue['type']) and $featureValue['type'] == 'switch') @if (isset($featureValue['limit']) and $featureValue['limit']) @else @endif {{ $configFeatureValue['description'] }} @else @if (isset($featureValue['limit']) and $featureValue['limit'] < 0) {{ __tr('Unlimited') }} @elseif(isset($featureValue['limit'])) {{ __tr($featureValue['limit']) }} @endif {{ $configFeatureValue['description'] }} {{ $configFeatureValue['limit_duration_title'] ?? '' }} @endif
  • @endforeach
{{-- /features --}}
@endforeach {{-- /paid plan --}}

{{ __tr('Frequently Asked Questions') }}

{{ __tr("Have questions? Here you'll find the answers most valued by our partners, along with access to step-by-step instructions and support.") }}

{{ __tr( 'Signing up for __appName__ is easy and straightforward. Just visit our sign-up page, fill in your details, and follow the instructions to get started.', [ '__appName__' => $appName, ], ) }}
{{ __tr( 'Yes, __appName__ supports importing contacts through XLSX files. You can easily upload your existing customer database and start sending messages right away.', [ '__appName__' => $appName, ], ) }}
{{ __tr( '__appName__ offers 24/7 customer support through live chat, email, and phone. Our dedicated team is here to help you with any issues or questions you might have.', [ '__appName__' => $appName, ], ) }}
{!! __yesset([ 'dist/js/common-vendorlibs.js', 'dist/js/vendorlibs.js', 'dist/packages/bootstrap/js/bootstrap.bundle.min.js', 'dist/js/jsware.js', ]) !!} {!! getAppSettings('page_footer_code_all') !!} @if (isLoggedIn()) {!! getAppSettings('page_footer_code_logged_user_only') !!} @endif