mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
7 lines
226 B
PHP
7 lines
226 B
PHP
@component('email.template.admin', ['settings' => $settings])
|
|
<div class="center">
|
|
<h1>{{ ctrans('texts.quote_was_approved') }}</h1>
|
|
<p>{{ ctrans('texts.quote_was_approved') }}</p>
|
|
</div>
|
|
@endcomponent
|