Initial commit: Animexe Laravel platform

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-14 00:01:48 +03:00
co-authored by Claude Opus 4.8
commit a63515cfc6
366 changed files with 74773 additions and 0 deletions
@@ -0,0 +1,12 @@
@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