mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 11:43:33 +01:00
14 lines
366 B
PHP
14 lines
366 B
PHP
@extends('layout.emails')
|
|
|
|
@section('preheader')
|
|
{!! trans('cachet.users.email.invite.html-preheader', ['app_name' => $app_name]) !!}
|
|
@stop
|
|
|
|
@section('content')
|
|
{!! trans('cachet.users.email.invite.html', ['app_name' => $app_name, 'link' => $link]) !!}
|
|
|
|
@if($show_support)
|
|
<p>{!! trans('cachet.powered_by', ['app' => $app_name]) !!}</p>
|
|
@endif
|
|
@stop
|