Files
cachet-docker/resources/views/emails/system/test-html.blade.php

6 lines
103 B
PHP

@extends('layout.emails')
@section('content')
{{ trans('dashboard.settings.mail.email.body') }}
@stop