where('business_id', $businessId) ->where('status', 1) ->get(); if (empty($gateways)) { throw new \Exception('No active WhatsApp gateway found for this business.'); } foreach ($gateways as $gateway) { $gateway->namespace::send_message($gateway, $phone, $template, $name, $data); } } }