@if(session('loggedBySuperAdmin') and !getAppSettings('enable_queue_jobs_for_campaigns') and (!getAppSettings('cron_setup_done_at')))
{{ __tr('App Alert!!') }} {{ __tr('Cron Job or Queue Worker setup is required to execute campaigns. Please see Setup and Integration page in SuperAdmin area.') }}
@else
@if(!getVendorSettings('test_recipient_contact') and !$isNonTemplateCampaign)
{{ __tr('Test Contact missing, You need to set the Test Contact first, do it under the WhatsApp Settings') }}
@endif
@endif
@if ($isNonTemplateCampaign)
{{ __tr('Please note:') }} {{ __tr('Non template Messages only delivered to contacts whose 24 hours service window is open at the time actual message is sent.') }}
@endif
@if (!$contact)
{{ __tr('Step 1') }}
@endif
@if ($campaignType != 'non-template')
@foreach ($whatsAppTemplates as $whatsAppTemplate)
@endforeach
@endif
@if ($campaignType == 'non-template')
@foreach ($nonTemplatePresetMessages as $nonTemplatePresetMessage)
@endforeach
{{ __tr('You want to schedule a WhatsApp NON Template Message. It will get scheduled for the selected group contacts and messages will be delivered to contacts whose 24 hours service window is open at that time actual message is sent.') }}
@else
{{ __tr('You want to schedule a WhatsApp Template Message. Test message will be sent to your selected test contact immediately and on success it will get scheduled for the selected group contacts') }}