16 lines
364 B
PHP
16 lines
364 B
PHP
@component('mail::message')
|
|
# {{ trans('notifications.incident.update.mail.title', ['name' => $incidentName, 'new_status' => $newStatus]) }}
|
|
|
|
{{ $update->message }}
|
|
|
|
@component('mail::button', ['url' => $actionUrl])
|
|
{{ $actionText }}
|
|
@endcomponent
|
|
|
|
Thanks,<br>
|
|
{{ Config::get('setting.app_name') }}
|
|
|
|
@include('notifications.partials.subscription')
|
|
|
|
@endcomponent
|