@if(Auth::user()->telegram_channel_username)
{{-- Card Channel Terhubung --}}
@if(Auth::user()->telegram_channel_photo)
->telegram_channel_photo }})
@else
@endif
{{ Auth::user()->telegram_channel_name ?? 'KunciLink.id' }}
{{-- Username dan Verification --}}
Channel Terhubung
{{-- Channel Info --}}
Last sync: {{ Auth::user()->telegram_last_sync_at ? \Carbon\Carbon::parse(Auth::user()->telegram_last_sync_at)->diffForHumans() : 'Never' }}
{{ number_format(Auth::user()->telegram_member_count ?? 0) }}
Total Members
@if(Auth::user()->telegram_last_sync_at)
Active
@else
Inactive
@endif
Status
{{-- Channel Description --}}
@if(Auth::user()->telegram_channel_description)
Deskripsi Channel
{{ Str::limit(Auth::user()->telegram_channel_description, 200) }}
@if(strlen(Auth::user()->telegram_channel_description) > 200)
@endif
@endif
{{-- Action Buttons --}}
{{-- Modal untuk deskripsi lengkap --}}
@if(Auth::user()->telegram_channel_description && strlen(Auth::user()->telegram_channel_description) > 200)
{{ Auth::user()->telegram_channel_description }}
@endif
@else
{{-- Card Belum Terhubung --}}
Hubungkan Channel Telegram Anda
Dapatkan insight member dan statistik channel secara otomatis di dashboard KunciLink.
{{-- Connection Form --}}
{{-- Channel Preview (AJAX) --}}
@endif
Analytics Real-time
Pantau pertumbuhan member dan statistik channel Anda secara real-time.
Auto Sync
Data channel otomatis tersinkronisasi dengan dashboard KunciLink.
Keamanan & Privasi
Data channel Anda aman dan hanya dapat diakses oleh Anda.