Update FormOtherController.php

This commit is contained in:
Jagad R R
2025-02-15 13:33:57 +07:00
parent 9b0fd76a78
commit 7c2e369334
@@ -211,7 +211,6 @@ class FormOtherController extends Controller
$receiver_ids = array_unique($receiver_ids);
try {
// Generate URL and send WhatsApp notification
$url = route('forms.other.view', $form->id);
WhatsappHelper::newExpense($phoneNumbers, $expense_number, $url, $tanggal, $total, $name);
} catch (\Exception $e) {