get(); $sms = new Sms(); foreach ($notifications as $notification) { $message = "Quyoshli: Tovar {$notification->product->getName()} teper dostupen dlya pokupki"; $sms->send($notification->phone, $message); $notification->delete(); sleep(0.5); } } }