Fix app name and move subscription options into partial

This commit is contained in:
James Brooks
2018-06-18 07:15:02 +01:00
parent 05242a0c5a
commit b26ec1230c
2 changed files with 5 additions and 4 deletions

View File

@@ -8,10 +8,8 @@
@endcomponent
Thanks,<br>
{{ config('app.name') }}
{{ Config::get('setting.app_name') }}
@component('mail::subcopy')
[{{ $unsubscribeText }}]({{ $unsubscribeUrl }}) &mdash; [{{ $manageSubscriptionText }}]({{ $manageSubscriptionUrl }})
@endcomponent
@include('notifications.partials.subscription')
@endcomponent

View File

@@ -0,0 +1,3 @@
@component('mail::subcopy')
[{{ $unsubscribeText }}]({{ $unsubscribeUrl }}) &mdash; [{{ $manageSubscriptionText }}]({{ $manageSubscriptionUrl }})
@endcomponent