@if ($contact)
@else
@if(!getVendorSettings('test_recipient_contact'))
{{ __tr('Test Contact missing, You need to set the Test Contact first, do it under the WhatsApp Settings') }}
@if (!$contact)
{{ __tr('Step 1') }}
@endif
{{ __tr('Select & Configure Template') }}
@foreach ($whatsAppTemplates as $whatsAppTemplate)
{{ $whatsAppTemplate->template_name }}
({{ $whatsAppTemplate->language }})
@endforeach
@if ($contact)
{!! $template !!}
@include('whatsapp.from-phone-number')
{{ __('Send') }}
@else
{{-- Campaign Creation --}}
{!! $template !!}
{{ __tr('Step 2') }}
{{ __tr('Contacts and Schedule') }}
{{-- select group --}}
{{ __tr('Select Contacts Group') }}
{{ __tr('All Contacts') }}
@foreach($vendorContactGroups as $vendorContactGroup)
{{ $vendorContactGroup['title'] }}
@endforeach
{{-- /select group --}}
{!! __tr('Restrict by Language Code - Send only to the contacts whose language code matches with template language code.') !!}
{{ __tr('Schedule') }}
{{ __tr('Now') }}
@foreach (getTimezonesArray() as $timezone)
{{ $timezone['text'] }}
@endforeach
@include('whatsapp.from-phone-number')
{{ __('Schedule Campaign') }}
{{ __tr('Are you sure?') }}
{{ __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 ') }}
@endif