diff --git a/resources/views/notifications/partials/signature.blade.php b/resources/views/notifications/partials/signature.blade.php new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/resources/views/notifications/partials/subscription.blade.php b/resources/views/notifications/partials/subscription.blade.php index 6e8ebf3d3574..a43d7906b643 100644 --- a/resources/views/notifications/partials/subscription.blade.php +++ b/resources/views/notifications/partials/subscription.blade.php @@ -1,3 +1,5 @@ +@include('notifications.partials.signature') + @component('mail::subcopy') [{{ $unsubscribeText }}]({{ $unsubscribeUrl }}) — [{{ $manageSubscriptionText }}]({{ $manageSubscriptionUrl }}) @endcomponent diff --git a/resources/views/vendor/notifications/email.blade.php b/resources/views/vendor/notifications/email.blade.php index fd55d94881e8..f76ecb8d8a91 100644 --- a/resources/views/vendor/notifications/email.blade.php +++ b/resources/views/vendor/notifications/email.blade.php @@ -46,6 +46,8 @@ @lang('Regards'),
{{ setting('app_name', config('app.name')) }} @endif +@include('notifications.partials.signature') + {{-- Subcopy --}} @isset($actionText) @component('mail::subcopy')