Files
cachet-docker/resources/views/emails/components/update-text.blade.php
2016-01-29 15:02:28 +00:00

8 lines
335 B
PHP

{!! trans('cachet.subscriber.email.component.text', ['component_name' => $component_name, 'component_human_status' => $component_human_status, 'app_name' => $app_name]) !!}
@if($show_support)
{!! trans('cachet.powered_by', ['app' => $app_name]) !!}
@endif
{!! trans('cachet.subscriber.email.unsubscribe') !!} {{ $unsubscribe_link }}