1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 01:41:34 +02:00
invoiceninja/resources/views/email/auth/password-reset.blade.php
2021-02-15 10:39:40 +11:00

15 lines
388 B
PHP

@component('email.template.master', ['design' => 'light', 'whitelabel' => false])
@slot('header')
@include('email.components.header', ['logo' => $logo])
@endslot
<p>{{ ctrans('texts.reset_password') }}</p>
<a href="{{ $link }}" target="_blank" class="button">
{{ ctrans('texts.reset') }}
</a>
<a href="{{ $link }}">{{ $link }}</a>
@endcomponent