@php $linkDescriptions = []; if ($this->campaign->emailList?->websiteEnabled()) { $linkDescriptions[] = 'the public website'; } if ($this->campaign->emailList?->campaigns_feed_enabled) { $linkDescriptions[] = 'the RSS feed'; } $linkDescriptions = collect($linkDescriptions)->join(', ', ' and '); @endphp