| Server IP : 104.21.26.206 / Your IP : 216.73.216.227 [ Web Server : Apache System : Linux frog 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web13 ( 5017) PHP Version : 8.3.31 Disable Function : NONE Domains : 41 Domains MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/clients/client12/web13/web/ahelos/resources/views/emails/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<title>Ahelos :: Смяна на парола</title>
<style media="screen">
html, body{
background:#f9fafa!important;
}
.wrapper{
background:#f9fafa!important;
padding: 40px;
text-align: center;
}
.box{
width: 35%;
margin: auto;
background: #fff;
padding: 20px;
text-align: center;
}
.url-reset{
display: inline-block;
background: #e0180d;
padding: 10px 20px;
color: #fff!important;
text-decoration: none;
border-radius: 4px;
margin: 10px 0;
}
hr{
border-bottom: 1px solid #f9fafa!important;
margin: 10px 0;
}
small{
display: block;
margin-top: 20px;
}
</style>
</head>
<body style="text-align: center">
<img src="{{ asset('frontend/images/logo.png') }}" height="50" alt="">
<div class="wrapper">
<div class="box">
<h1>Смяна на парола във Ahelos</h1>
<p>Получавате този имейл, защото получихме заявка за повторно задаване на парола за вашия акаунт.</p>
<a href="{{ $link }}" class="url-reset">Смяна на парола</a>
<p>Тази връзка за повторно задаване на парола ще изтече след 60 минути.</p>
<p>Ако не сте поискали повторно задаване на парола, не са необходими допълнителни действия.</p>
<hr>
<p>
Ако имате проблеми с щракването върху бутона "Смяна на парола", копирайте и поставете URL адреса по-долу във вашия уеб браузър:
{{ $link }}
</p>
</div>
<small>© {{ date('Y') }} Copyright <strong>Ahelos.bg</strong> Всички права запазени</small>
</div>
</body>
</html>