@php $cred = $existing && $existing->provider === 'twilio' ? $existing->creds() : []; $sharedSid = (string) \App\Models\SystemSetting::get('twilio_account_sid', ''); $sharedFrom = (string) \App\Models\SystemSetting::get('twilio_whatsapp_number', ''); @endphp
{{ __('Paste your Twilio Account SID + Auth Token, plus the WhatsApp From number Twilio assigned you. Use the Sandbox while testing, then switch to a paid number when you go live.') }}
@if ($existing && $existing->provider === 'twilio' && $existing->isConnected())