@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
@if(Auth::user()->tiktok_access_token)
{{-- Card Akun TikTok Terhubung --}}
@if(Auth::user()->tiktok_avatar)
->tiktok_avatar }})
@else
@endif
{{ Auth::user()->tiktok_display_name ?? 'TikTok User' }}
Akun Terhubung
Last sync: {{ Auth::user()->tiktok_last_sync_at ? \Carbon\Carbon::parse(Auth::user()->tiktok_last_sync_at)->diffForHumans() : 'Never' }}
{{ number_format(Auth::user()->tiktok_follower_count ?? 0) }}
Followers
{{ number_format(Auth::user()->tiktok_following_count ?? 0) }}
Following
{{ number_format(Auth::user()->tiktok_video_count ?? 0) }}
Videos
@if(Auth::user()->tiktok_bio)
Bio
{{ Str::limit(Auth::user()->tiktok_bio, 200) }}
@if(strlen(Auth::user()->tiktok_bio) > 200)
@endif
@endif
@if(Auth::user()->tiktok_bio && strlen(Auth::user()->tiktok_bio) > 200)
{{ Auth::user()->tiktok_bio }}
@endif
@else
{{-- Card Belum Terhubung --}}
Hubungkan Akun TikTok Anda
Dapatkan insight followers dan statistik akun secara otomatis di dashboard KunciLink.
Hubungkan Akun TikTok
@endif
Analytics Real-time
Pantau pertumbuhan followers dan statistik akun Anda secara real-time.
Auto Sync
Data akun otomatis tersinkronisasi dengan dashboard KunciLink.
Keamanan & Privasi
Data TikTok Anda aman dan hanya dapat diakses oleh Anda.