Lisans Yönetim Merkezi

Admin + Müşteri Paneli

@csrf
Firma{{ $stats['companies'] }}
Lisans{{ $stats['licenses'] }}
Aktif Lisans{{ $stats['active_licenses'] }}
İstemci{{ $stats['clients'] }}
Müşteri Hesabı{{ $stats['customers'] }}
@if (session('status'))
{{ session('status') }}
@endif @if ($newActivationCode)
Yeni aktivasyon kodu: {{ $newActivationCode }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif

Yeni Firma

@csrf

Yeni Lisans

@csrf

Yeni Müşteri Hesabı

@csrf

Yeni Aktivasyon Kodu

@csrf

Canlı Kontrol

Son görülen istemci cihazları.

@forelse($liveClients as $client) @php($online=!empty($client->last_seen_at)&&strtotime((string)$client->last_seen_at)>=(time()-300))@empty@endforelse
FirmaInstance IDDomainSürümLisansSon GörülmeDurum
{{ $client->company_name ?: '-' }}{{ $client->instance_id }}{{ $client->domain ?: '-' }}{{ $client->app_version ?: '-' }}{{ $client->license_key ?: '-' }}{{ $client->last_seen_at ?: '-' }}{{ $online?'Çevrim İçi':'Pasif' }}

Kayıt bulunmuyor.

Lisans Logları

@forelse($events as $event)@empty@endforelse
TarihOlayAktörFirmaLisansİçerik
{{ $event->created_at }}{{ $event->event_type }}{{ $event->actor ?: '-' }}{{ $event->company_name ?: '-' }}{{ $event->license_key ?: '-' }}{{ \Illuminate\Support\Str::limit((string)($event->payload_json ?? ''),120,'...') }}

Kayıt bulunmuyor.

Raporlama Özeti

30 Günde Bitecek Lisans{{ $reportSummary['expiring_30_days'] }}
Süresi Dolmuş Lisans{{ $reportSummary['expired'] }}
İptal Lisans{{ $reportSummary['revoked'] }}
Bugünkü Olay{{ $reportSummary['events_today'] }}

Olay Tipi Dağılımı

@forelse($eventTypeStats as $row)@empty@endforelse
Olay TipiToplam
{{ $row->event_type }}{{ $row->total }}

Veri yok.

Son 14 Gün Olay Yoğunluğu

@forelse($dailyEvents as $row)@empty@endforelse
TarihOlay
{{ $row->day }}{{ $row->total }}

Veri yok.