6 lines
224 B
PHP
6 lines
224 B
PHP
{{ trans('cachet.subscriber.email.verify.text', ['app_name' => Setting::get('app_name'), 'link' => $link]) }}
|
|
|
|
@if(Setting::get('show_support'))
|
|
{!! trans('cachet.powered_by', ['app' => Setting::get('app_name')]) !!}
|
|
@endif
|