{{__('Message Variables & Spintax')}}
{{__('Use Spintax to randomize text with {A|B}. Tokens:')}}
{{__('Example')}}: {{__('{Hi|Hello}')}} {{__('your number is')}} {number}
{{__('Samples')}}: {{__('Tag')}}: {random_text}{{__('ID')}}: {random_num}
{{__('{random_text} is 4 random letters, e.g.')}} kdmw {{__('and {random_num} is 4 random digits, e.g.')}} 9392
{{ __('Choose') }}
@if ($buttons) @foreach ($buttons as $index => $butt) @php $buttonData = $butt->buttonText->displayText ?? null; $type = $buttonData->type ?? 'reply'; $text = $buttonData->displayText ?? ''; @endphp
{{ __('Button') }} {{ $index + 1 }}
@if ($type === 'url') @elseif ($type === 'call') @elseif ($type === 'copy') @endif
@endforeach @endif