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

Telegram Integration

Pantau pertumbuhan channel Telegram Anda secara otomatis
@stop @section('content')
@if(Auth::user()->telegram_channel_username) {{-- Card Channel Terhubung --}}
@if(Auth::user()->telegram_channel_photo) @else
@endif

{{ Auth::user()->telegram_channel_name ?? 'KunciLink.id' }}

{{-- Username dan Verification --}}
@if(Auth::user()->telegram_channel_username) {{ Auth::user()->telegram_channel_username }} @else Username tidak tersedia @endif @if(Auth::user()->telegram_is_verified) Verified @endif
Channel Terhubung {{-- Channel Info --}}
Last sync: {{ Auth::user()->telegram_last_sync_at ? \Carbon\Carbon::parse(Auth::user()->telegram_last_sync_at)->diffForHumans() : 'Never' }}
@if(Auth::user()->telegram_invite_link) Invite link available @else No invite link @endif
{{ number_format(Auth::user()->telegram_member_count ?? 0) }}
Total Members
Channel
Type
@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) @endif @else {{-- Card Belum Terhubung --}}

Hubungkan Channel Telegram Anda

Dapatkan insight member dan statistik channel secara otomatis di dashboard KunciLink.

{{-- Connection Form --}}
@csrf
@
Contoh: kuncilinkid (tanpa @) @error('username')
{{ $message }}
@enderror
{{-- 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.
@stop @section('js') @stop