fix(report): add success notification after report submission

This commit is contained in:
Yoga Pangestu 2026-01-14 11:11:24 +07:00
parent 0055761ab3
commit ad6335542e

View File

@ -127,6 +127,7 @@ public function table(Table $table): Table
return $data;
})
->successNotification(null)
->after(function (Report $record): void {
CheerfulNotification::success(
'Laporan Berhasil Terkirim! 🚀✨',