Update FormUpCountryController.php

This commit is contained in:
Jagad R R
2025-01-02 18:41:20 +07:00
parent a1af309462
commit 8e08f3eda7
@@ -333,12 +333,12 @@ class FormUpCountryController extends Controller
$phoneNumbers = array_unique($phoneNumbers);
// // Send bulk email
Mail::to($recipients)->send(new ExpenseApproved(
$name,
$expense_number,
$tanggal,
$total
));
// Mail::to($recipients)->send(new ExpenseApproved(
// $name,
// $expense_number,
// $tanggal,
// $total
// ));
// send whatsapp message
WhatsappHelper::approveExpense($phoneNumbers, $expense_number);