mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
10 lines
297 B
PHP
10 lines
297 B
PHP
@component('email.template.admin', ['logo' => $logo, 'settings' => $settings])
|
|
<div class="center">
|
|
<p>{{ ctrans('texts.reset_password') }}</p>
|
|
|
|
<a href="{{ $link }}" target="_blank" class="button">
|
|
{{ ctrans('texts.reset') }}
|
|
</a>
|
|
</div>
|
|
@endcomponent
|