@extends('adminlte::page') @section('title', 'TikTok Integration - KunciLink') @section('content_header')

TikTok Integration

Pantau pertumbuhan akun TikTok Anda secara otomatis
@stop @section('content')
@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) @else
@endif

{{ Auth::user()->tiktok_display_name ?? 'TikTok User' }}

@if(Auth::user()->tiktok_username) @{{ Auth::user()->tiktok_username }} @else Username tidak tersedia @endif
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) @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.
@stop @section('js') @stop