Export add

This commit is contained in:
sayaliparab
2024-06-17 12:34:42 +05:30
parent 1cac85cf94
commit 1904e4aacc
5 changed files with 86 additions and 32 deletions

View File

@@ -171,4 +171,5 @@ class ManageNotificationsController extends Controller
$notification = NotificationDetails::with('notification')->findOrFail($id);
return view('Admin.pages.manage_notification.manage_notifications_view', compact('notification'));
}
}