diff --git a/app/Http/Controllers/Forms/FormOtherController.php b/app/Http/Controllers/Forms/FormOtherController.php index 5db9b05..d64fc5c 100644 --- a/app/Http/Controllers/Forms/FormOtherController.php +++ b/app/Http/Controllers/Forms/FormOtherController.php @@ -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) {