@if(isDemo() and isDemoVendorAccount() and hasVendorAccess())
{{ __tr('Demo Account') }}
{{ __tr('This is the demo account while you can test all the functionalities, you can not receive message on your mobile device') }}
{{ __tr('If you want to test system with your own number, you can simply create your own account, and test it with your Facebook WhatsApp Test Number which is very easy. You can follow the steps given in Quick Start on dashboard') }}
@endif
@include('layouts.headers.cards')
@if(hasVendorAccess() or $vendorViewBySuperAdmin )
@if (!getVendorSettings('facebook_app_id') or !getVendorSettings('whatsapp_access_token') or !getVendorSettings('whatsapp_business_account_id') or !getVendorSettings('current_phone_number_number') or !getVendorSettings('current_phone_number_id') or !getVendorSettings('webhook_verified_at'))