@foreach([
['wa_phone_number_id','Phone Number ID','text','123456789012345','Meta Developer Console → WhatsApp → Phone Numbers'],
['wa_access_token','Access Token','password','EAABxxxx...','Permanent System User token from Meta Business Manager'],
['wa_app_secret','App Secret','password','For webhook signature verification',null],
['wa_verify_token','Webhook Verify Token','text','any_secret_string','You choose this — enter the same when configuring Meta webhook'],
] as [$name,$label,$type,$ph,$hint])
@if($hint)
{{ $hint }}
@endif
@endforeach
Webhook URL
{{ url('/whatsapp/webhook') }}