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