Update FormOtherController.php

This commit is contained in:
Jagad R R
2025-02-15 13:29:46 +07:00
parent b29b453064
commit 60c2361980
@@ -214,6 +214,8 @@ class FormOtherController extends Controller
// 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) {
session()->flash('error', 'Failed to send whatsapp message.');
} finally {
Log::error("Failed to send WhatsApp message to {$phoneNumbers}: ");
}