@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-public.css', ], true, ) !!}

{{ __tr('Engage Your Customers on WhatsApp Like Never Before') }}

{{ __tr('Unlock the full potential of customer engagement with __appName__ - your comprehensive WhatsApp Marketing Platform.', [ '__appName__' => $appName ]) }}

{{ __tr('Powerful Features') }}

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

{{ __tr('WhatsApp Chat') }}

{{ __tr('The integrated WhatsApp chat feature in __appName__ mirrors the native WhatsApp interface, ensuring a seamless and familiar messaging experience for users.', [ '__appName__' => $appName ]) }}

{{ __tr('Campaigns') }}

{{ __tr('Create instant or scheduled campaigns for all contacts or specific groups. This means you have the flexibility to reach out to your audience immediately or plan campaigns for optimal timing.', [ '__appName__' => $appName ]) }}

{{ __tr('Manage Contacts') }}

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

{{ __tr('Custom Fields') }}

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

{{ __tr('Bot Replies') }}

{{ __tr('Automate responses and engage customers 24/7 with intelligent bot replies through __appName__.', [ '__appName__' => $appName ]) }}

{!! __tr('Realtime Updates') !!}

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

{{ __tr('Multilingual') }}

{{ __tr('Emphasize that the product or service offers support for multiple languages, catering to a diverse audience worldwide.') }}

{{ __tr('Dashboard') }}

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

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

{{ __tr('a robust platform dedicated to optimizing every aspect of customer interaction. From seamless communication channels to personalized engagement strategies, __appName__ enables businesses to foster strong, lasting relationships with their customers while driving positive outcomes and growth', [ '__appName__' => $appName ]) }}

...

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

@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') }}


    @foreach ($freePlanStructure['features'] as $featureKey => $featureValue) @php $configFeatureValue = $featureValue; $featureValue = $freePlanDetails['features'][$featureKey]; @endphp
  • @if (isset($featureValue['limit']) and $featureValue['limit'] < 0) {{ __tr('Unlimited') }} @elseif(isset($featureValue['limit'])) {{ __tr($featureValue['limit']) }} @endif {{ Str::title($configFeatureValue['description']) }} {{ Str::title($configFeatureValue['limit_duration_title'] ?? '') }}
  • @endforeach
@endif @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

    @foreach ($plan['features'] as $featureKey => $featureValue) @php $configFeatureValue = $featureValue; $featureValue = $savedPlan['features'][$featureKey]; @endphp
  • @if (isset($featureValue['limit']) and $featureValue['limit'] < 0) {{ __tr('Unlimited') }} @elseif(isset($featureValue['limit'])) {{ __tr($featureValue['limit']) }} @endif {{ Str::title($configFeatureValue['description']) }} {{ Str::title($configFeatureValue['limit_duration_title'] ?? '') }}
  • @endforeach
@endforeach

{{ __tr('Lets try it now') }}

{{ __tr('Scan QR code or click on the button below to start demo chat.') }}

{{ __tr('Start Chat Now') }}

{{ __tr('Success Stories from the __appName__ Community', [ '__appName__' => $appName ]) }}

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

{{ __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', ]) !!}