mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
15 lines
388 B
PHP
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
|