Admin: auth / password-reset.blade.php
This commit is contained in:
parent
22f2b2c095
commit
f870cc71ed
1 changed files with 7 additions and 12 deletions
|
|
@ -1,14 +1,9 @@
|
|||
@component('email.template.master', ['design' => 'light', 'whitelabel' => false, 'company' => $company])
|
||||
@component('email.template.admin-light', ['logo' => $logo, 'settings' => $settings])
|
||||
<div class="center">
|
||||
<p>{{ ctrans('texts.reset_password') }}</p>
|
||||
|
||||
@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>
|
||||
<a href="{{ $link }}" target="_blank" class="button">
|
||||
{{ ctrans('texts.reset') }}
|
||||
</a>
|
||||
</div>
|
||||
@endcomponent
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue