diff --git a/app/Notifications/Admin/EntitySentNotification.php b/app/Notifications/Admin/EntitySentNotification.php index ec5680a4582a..dead3b4eae8f 100644 --- a/app/Notifications/Admin/EntitySentNotification.php +++ b/app/Notifications/Admin/EntitySentNotification.php @@ -1,4 +1,13 @@ ctrans('texts.view_'.$this->entity_string), 'logo' => $this->entity->company->present()->logo(), 'signature' => $this->settings->email_signature, + 'settings' => $this->settings, ]; diff --git a/app/Notifications/ClientContactRequestCancellation.php b/app/Notifications/ClientContactRequestCancellation.php index 25c2fcce0ddc..927b07e25802 100644 --- a/app/Notifications/ClientContactRequestCancellation.php +++ b/app/Notifications/ClientContactRequestCancellation.php @@ -1,4 +1,13 @@