Files
cachet-docker/resources/views/emails/components/update-text.blade.php
2016-05-28 12:30:39 -05:00

8 lines
325 B
PHP

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