Files
cachet-docker/resources/views/notifications/schedule/new.blade.php
James Wilson 18219bf328 Fixed #3101
2018-10-10 14:00:51 +01:00

11 lines
213 B
PHP

@component('mail::message')
# {{ trans('notifications.schedule.new.mail.title') }}
{{ $content }}
Thanks,<br>
{{ Config::get('setting.app_name') }}
@include('notifications.partials.subscription')
@endcomponent