Fixed #3101
This commit is contained in:
11
resources/views/notifications/component/update.blade.php
Normal file
11
resources/views/notifications/component/update.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
@component('mail::message')
|
||||
# {{ trans('notifications.component.status_update.mail.greeting') }}
|
||||
|
||||
{{ $content }}
|
||||
|
||||
Thanks,<br>
|
||||
{{ Config::get('setting.app_name') }}
|
||||
|
||||
@include('notifications.partials.subscription')
|
||||
|
||||
@endcomponent
|
||||
11
resources/views/notifications/incident/update.blade.php
Normal file
11
resources/views/notifications/incident/update.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
@component('mail::message')
|
||||
# {{ trans('notifications.incident.update.mail.title', ['name' => $incidentName, 'new_status' => $newStatus]) }}
|
||||
|
||||
{{ $content }}
|
||||
|
||||
Thanks,<br>
|
||||
{{ Config::get('setting.app_name') }}
|
||||
|
||||
@include('notifications.partials.subscription')
|
||||
|
||||
@endcomponent
|
||||
11
resources/views/notifications/schedule/new.blade.php
Normal file
11
resources/views/notifications/schedule/new.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
@component('mail::message')
|
||||
# {{ trans('notifications.schedule.new.mail.title') }}
|
||||
|
||||
{{ $content }}
|
||||
|
||||
Thanks,<br>
|
||||
{{ Config::get('setting.app_name') }}
|
||||
|
||||
@include('notifications.partials.subscription')
|
||||
|
||||
@endcomponent
|
||||
Reference in New Issue
Block a user