Fix app name and move subscription options into partial
This commit is contained in:
@@ -8,10 +8,8 @@
|
||||
@endcomponent
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
{{ Config::get('setting.app_name') }}
|
||||
|
||||
@component('mail::subcopy')
|
||||
[{{ $unsubscribeText }}]({{ $unsubscribeUrl }}) — [{{ $manageSubscriptionText }}]({{ $manageSubscriptionUrl }})
|
||||
@endcomponent
|
||||
@include('notifications.partials.subscription')
|
||||
|
||||
@endcomponent
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
@component('mail::subcopy')
|
||||
[{{ $unsubscribeText }}]({{ $unsubscribeUrl }}) — [{{ $manageSubscriptionText }}]({{ $manageSubscriptionUrl }})
|
||||
@endcomponent
|
||||
Reference in New Issue
Block a user