INA-3 | Blade files for email content

This commit is contained in:
Nikola Cirkovic 2022-05-18 01:59:25 +02:00
parent dc2fef5986
commit 72a31eaea6
2 changed files with 11 additions and 0 deletions

View 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

View File

@ -0,0 +1,4 @@
{!! ctrans('texts.download_files') !!}
{!! ctrans('texts.download_report_description') !!}