public function index()
 {
     return view('Admin::notification.index', ['notifications' => Notification::all()]);
 }