(new \App\Gateways\TextlocalSms)->message(
'send_otp',
[
'name' => $user->name,
'otp' => $otp,
'timeout' => '15 Minutes'
]
)
->send($mobile)->output();
Edit Namespace, API Keys and other details according to your need.