1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/resources/views/email/auth/password-reset.blade.php
2021-06-12 23:09:12 +02:00

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