12 lines
338 B
PHP
12 lines
338 B
PHP
{!! trans('cachet.subscriber.email.incident.text', ['app_name' => Setting::get('app_name')]) !!}
|
|
|
|
{!! $status !!}
|
|
|
|
{!! $textContent !!}
|
|
|
|
@if(Setting::get('show_support'))
|
|
{!! trans('cachet.powered_by', ['app' => Setting::get('app_name')]) !!}
|
|
@endif
|
|
|
|
{!! trans('cachet.subscriber.email.unsuscribe') !!} {{ route('unsubscribe', $token) }}
|