update router and menu icons

This commit is contained in:
Daeng Deni Mardaeni
2024-10-03 08:47:18 +07:00
parent 4c588d4df6
commit 915cd632d9
3 changed files with 9 additions and 7 deletions

View File

@@ -192,7 +192,7 @@
$data['message'] = 'no ajax request';
}
return response()->json($data)->with('success', 'Permohonan updated successfully');
return response()->json($data);
}