mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 23:24:28 -04:00
INA-3 | Blade files for email content
This commit is contained in:
parent
dc2fef5986
commit
72a31eaea6
7
resources/views/email/admin/download_report.blade.php
Normal file
7
resources/views/email/admin/download_report.blade.php
Normal file
@ -0,0 +1,7 @@
|
||||
@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
|
@ -0,0 +1,4 @@
|
||||
{!! ctrans('texts.download_files') !!}
|
||||
|
||||
{!! ctrans('texts.download_report_description') !!}
|
||||
|
Loading…
x
Reference in New Issue
Block a user