Files
animexe/resources/views/emails/reset-password.blade.php
T
2026-07-14 00:01:48 +03:00

13 lines
813 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@extends('emails.layout')
@section('content')
<div class="title">🔐 Şifre Sıfırlama</div>
<p class="text">Merhaba <strong style="color:#fff">{{ $userName }}</strong>,</p>
<p class="text">Animexe hesabınız için şifre sıfırlama talebinde bulundunuz. Aşağıdaki butona tıklayarak yeni şifrenizi belirleyebilirsiniz.</p>
<div style="text-align:center">
<a href="{{ $resetUrl }}" class="btn">Şifremi Sıfırla</a>
</div>
<div class="divider"></div>
<p class="small">Bu bağlantı <strong>60 dakika</strong> geçerlidir. Şifre sıfırlama talebinde bulunmadıysanız bu e-postayı dikkate almayınız hesabınız güvende.</p>
<p class="small" style="margin-top:10px;word-break:break-all">Buton çalışmıyorsa bu bağlantıyı tarayıcınıza yapıştırın:<br>{{ $resetUrl }}</p>
@endsection