@php $isForIndividualContact = !__isEmpty($contact); @endphp @extends('layouts.app', ['title' => $isForIndividualContact ? __tr('Send WhatsApp Template Message') : __tr('Create New Campaign')]) @section('content') @include('users.partials.header', [ 'title' => $isForIndividualContact ? __tr('Send WhatsApp Template Message') : __tr('Create New Campaign'), 'description' => '', // 'class' => 'col-lg-7' ]) @if ($isForIndividualContact) @endif
{{ __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