published_at->year; $month = $this->published_at->format('m'); $slug = $this->slug; return url("/site/newsroom/{$year}/{$month}/{$slug}"); } }