This commit is contained in:
James Wilson
2018-10-10 14:00:51 +01:00
parent 48769d7e7c
commit 18219bf328
6 changed files with 63 additions and 22 deletions

View 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

View 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

View 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