@if ($company->getConfig('whatsapp_webhook_verified','no')!='yes' || $company->getConfig('whatsapp_settings_done','no')!='yes')
{{ __('Not connected!') }} {{ __('Please complete all the steps in order to connect to Whatsapp Cloud API')}}
@else
{{ __('Success!')}} {{ __('You are now connected to Whatsapp Cloud API. You can start use the system') }}
@endif