Premium Kozmetik
Sadece premium üyelere özel
{{-- GIF Avatar --}}
@if($u->hasPerk('gif_avatar'))
{{-- Mevcut seçim önizleme --}}
Seçili GIF
{{ $u->gif_avatar ?? '' }}
{{-- Arama --}}
{{-- Sonuç grid --}}
@endif
{{-- Yorum Arkaplanı --}}
@if($u->hasPerk('comment_bg'))
@foreach(\App\Services\PremiumFeatures::COMMENT_BACKGROUNDS as $key => $bg)
@endforeach
@endif
{{-- Kullanıcı Adı Rengi --}}
@if($u->hasPerk('username_color'))
@endif
{{-- Profil Çerçevesi --}}
@if($u->hasPerk('profile_frame'))
@endif
{{-- Özel Rozet/Unvan --}}
@if($u->hasPerk('profile_badge'))
@endif
{{-- Profil Müziği --}}
@if($u->hasPerk('profile_music'))
@endif
{{-- Profil Arka Planı --}}
@if($u->hasPerk('profile_bg'))
@endif
{{-- Yorum Aura / Parıltı --}}
@if($u->hasPerk('comment_glow'))
@foreach(\App\Services\PremiumFeatures::COMMENT_GLOWS as $key => $glow)
@endforeach
@endif
{{-- Kullanıcı Adı Animasyonu --}}
@if($u->hasPerk('username_effect'))
@endif
{{-- Yorum İmzası --}}
@if($u->hasPerk('comment_signature'))
@endif
{{-- Sayfa Giriş Efekti --}}
@if($u->hasPerk('entry_effect'))
@endif
{{-- Animasyonlu Banner --}}
@if($u->hasPerk('animated_banner'))
@endif