public function destroy(Notification $notification)
 {
     $notification->delete();
     return redirect()->route('admin.notification.index');
 }