11 lines
227 B
PHP
11 lines
227 B
PHP
@component('mail::message')
|
|
# {{ trans('notifications.component.status_update.mail.greeting') }}
|
|
|
|
{{ $content }}
|
|
|
|
Thanks,<br>
|
|
{{ Config::get('setting.app_name') }}
|
|
|
|
@include('notifications.partials.subscription')
|
|
|
|
@endcomponent |