mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 13:42:49 +01:00
7 lines
241 B
PHP
7 lines
241 B
PHP
@component('email.template.admin', ['logo' => $logo, 'settings' => $settings])
|
|
<div class="center">
|
|
<h1>{{ ctrans('texts.reports') }}</h1>
|
|
<p>{{ ctrans('texts.download_report_description') }}</p>
|
|
</div>
|
|
@endcomponent
|