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 }}
|