where('created_at', '<=', now()->subDays(365)); } public function user() { return $this->belongsTo(User::class); } }