mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 03:34:12 +01:00
14 lines
353 B
PHP
14 lines
353 B
PHP
{!! trans('cachet.subscriber.email.maintenance.text', ['app_name' => Setting::get('app_name')]) !!}
|
|
|
|
{{ $scheduled_at }}
|
|
|
|
{!! $status !!}
|
|
|
|
{!! $text_content !!}
|
|
|
|
@if(Setting::get('show_support'))
|
|
{!! trans('cachet.powered_by', ['app' => Setting::get('app_name')]) !!}
|
|
@endif
|
|
|
|
{!! trans('cachet.subscriber.email.unsubscribe') !!} {{ $unsubscribe_link }}
|