detail; return (new MailMessage()) ->subject("New Page: " . $page->getShortName()) ->line("A new page has been created in " . setting('app-name') . ':') ->line("Page Name: " . $page->name) ->line("Created By: " . $this->user->name) ->action('View Page', $page->getUrl()) ->line(new LinkedMailMessageLine( url('/preferences/notifications'), 'This notification was sent to you because :link cover this type of activity for this item.', 'your notification preferences', )); } }