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

13 lines
762 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">📧 E-posta Adresini Doğrula</div>
<p class="text">Merhaba <strong style="color:#fff">{{ $userName }}</strong>, Animexe'ye hoş geldin!</p>
<p class="text">Hesabını aktifleştirmek için e-posta adresini doğrulamanı istiyoruz. Aşağıdaki butona tıkla:</p>
<div style="text-align:center">
<a href="{{ $verifyUrl }}" class="btn">E-postamı Doğrula</a>
</div>
<div class="divider"></div>
<p class="small">Bu bağlantı <strong>24 saat</strong> geçerlidir. Hesap açmadıysanız bu e-postayı dikkate almayınız.</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>{{ $verifyUrl }}</p>
@endsection