{{ __('Step 3: Get you Account ID and Phone number ID') }}

1. {{__('In the facebook app, in Whatasppa -> API setup, you will find your Phone number ID and your WhatsApp Business Account ID.') }}
2. {{__('Copy them and enter it here') }} @include('partials.input',['value'=>$company->getConfig('whatsapp_phone_number_id',''),'class'=>'col-md-6','required'=>false,'id'=>'phone','name'=>"Phone number ID",'placeholder'=>"Phone number ID"]) @include('partials.input',['value'=>$company->getConfig('whatsapp_business_account_id',''),'class'=>'col-md-6','required'=>false,'id'=>'account','name'=>"WhatsApp Business Account ID",'placeholder'=>"WhatsApp Business Account ID"])