1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 17:31:35 +02:00
invoiceninja/resources/views/email/auth/password-reset.blade.php
2021-03-10 12:51:08 +11:00

15 lines
411 B
PHP

@component('email.template.master', ['design' => 'light', 'whitelabel' => false, 'company' => $company])
@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