diff --git a/app/Http/Controllers/Common/NotificationController.php b/app/Http/Controllers/Common/NotificationController.php index 8e77432ac..6504f3723 100644 --- a/app/Http/Controllers/Common/NotificationController.php +++ b/app/Http/Controllers/Common/NotificationController.php @@ -111,7 +111,6 @@ class NotificationController extends Controller public function show() { $notifications = $this->getNotifications(); - //dd($notifications); return view('notifications-all', compact('notifications')); } diff --git a/resources/views/notifications-all.blade.php b/resources/views/notifications-all.blade.php index 4e1d3ebcf..48845fadd 100644 --- a/resources/views/notifications-all.blade.php +++ b/resources/views/notifications-all.blade.php @@ -115,7 +115,7 @@ class="active"