1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 18:27:10 +02:00
invoiceninja/resources/views/email/admin/download_report.blade.php

8 lines
249 B
PHP
Raw Normal View History

2022-05-18 01:59:25 +02:00
@component('email.template.admin', ['logo' => $logo, 'settings' => $settings])
<div class="center">
<h1>{{ ctrans('texts.download_files') }}</h1>
<p>{{ ctrans('texts.download_report_description') }}</p>
</div>
@endcomponent