mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-23 19:24:03 +01:00
17 lines
558 B
PHP
17 lines
558 B
PHP
@extends('layout.emails')
|
|
|
|
@section('preheader')
|
|
{!! trans('cachet.subscriber.email.component.html-preheader', ['app_name' => $app_name]) !!}
|
|
@stop
|
|
|
|
@section('content')
|
|
{!! trans('cachet.subscriber.email.component.html', ['component_name' => $component_name, 'component_human_status' => $component_human_status, 'app_name' => $app_name]) !!}
|
|
|
|
@if($show_support)
|
|
<p>{!! trans('cachet.powered_by', ['app' => $app_name]) !!}</p>
|
|
@endif
|
|
<p>
|
|
<small><a href="{{ $unsubscribe_link }}">{!! trans('cachet.subscriber.email.unsubscribe') !!}</a></small>
|
|
</p>
|
|
@stop
|