emaily na aktivaciu uctu

This commit is contained in:
Andrej
2025-11-04 17:27:44 +01:00
parent 3f2d2c6438
commit 7feba39bc9
4 changed files with 76 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
@include("parts.header")
<p>Vážená/ý {{ $name }},</p>
<p>úspešne ste aktivovali váš účet!</p>
<br />
<p>s pozdravom</p>
<p>Systém ISOP UKF</p>
@include("parts.footer")

View File

@@ -3,7 +3,12 @@
<p>vaša registrácia do systému ISOP UKF prebehla úspešne!</p>
<br />
<p>Vaše heslo je: <em>{{ $password }}</em></p>
<p>Aktivujte účet pomocou nasledujúceho linku:</p>
<br />
<p>
<a
href="{{ config('app.frontend_url') }}/account/activation/{{ $activation_token }}">{{ config('app.frontend_url') }}/account/activation/{{ $activation_token }}</a>
</p>
<br />