mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
9 lines
367 B
PHP
9 lines
367 B
PHP
@component('email.template.client', ['logo' => $logo, 'settings' => $settings, 'company' => $company])
|
|
<div class="center">
|
|
<h1>{{ ctrans('texts.login_link_requested_label') }}</h1>
|
|
<p>{{ ctrans('texts.login_link_requested') }}</p>
|
|
|
|
<a href="{{ $url }}" target="_blank" class="button">Sign in to Invoice Ninja</a>
|
|
</div>
|
|
@endcomponent
|