Fix app name and move subscription options into partial
This commit is contained in:
@@ -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 }}) — [{{ $manageSubscriptionText }}]({{ $manageSubscriptionUrl }})
|
|
||||||
@endcomponent
|
|
||||||
|
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
@component('mail::subcopy')
|
||||||
|
[{{ $unsubscribeText }}]({{ $unsubscribeUrl }}) — [{{ $manageSubscriptionText }}]({{ $manageSubscriptionUrl }})
|
||||||
|
@endcomponent
|
||||||
Reference in New Issue
Block a user