{{ __('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