belongsTo(User::class); } public function markAsRead() { $this->read_at = now(); $this->save(); } }