@extends('admin.admin') @stack('styles') @section('content')

{{ __('whatsapp_settings') }}

@include('admin.partials.general_settings_side_menu')
Img

{{ __('API Configuration') }}

{{ __('Configure your WhatsApp Business API credentials') }}

@csrf
{{ __('Get this from your Meta Developer Console') }}
{{ __('Your WhatsApp Business phone number ID from Meta') }}
{{ __('Optional') }}: {{ __('Your WhatsApp Business Account ID') }}
{{ __('Use this token when setting up webhook in Meta Developer Console') }}

{{ __('Webhook Configuration') }}

{{ __('Setup Instructions') }}:

  1. {{ __('Go to') }} {{ __('Meta Developer Console') }}
  2. {{ __('Select your app') }}
  3. {{ __('Go to') }} {{ __('WhatsApp > Configuration') }}
  4. {{ __('Click') }} {{ __('Edit') }} {{ __('on Webhook') }}
  5. {{ __('Enter the') }} {{ __('Webhook URL') }} {{ __('above') }}
  6. {{ __('Enter the') }} {{ __('Verify Token') }} {{ __('above') }}
  7. {{ __('Subscribe to') }} {{ __('messages') }} {{ __('webhook field') }}

{{ __('Need help') }}? {{ __('Make sure your webhook is verified in Meta Developer Console. Test the connection using the button above to ensure everything is configured correctly') }}.

@stack('script') @endsection