{{ session('status') }}
@endif
@if ($newActivationCode)Yeni aktivasyon kodu: {{ $newActivationCode }}
@endif
@if ($errors->any())@foreach ($errors->all() as $error)
@endif
{{ $error }}
@endforeachYeni Firma
Yeni Lisans
Yeni Müşteri Hesabı
Yeni Aktivasyon Kodu
Canlı Kontrol
Son görülen istemci cihazları.
| Firma | Instance ID | Domain | Sürüm | Lisans | Son Görülme | Durum |
|---|---|---|---|---|---|---|
| {{ $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ı
| Tarih | Olay | Aktör | Firma | Lisans | İç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ı
| Olay Tipi | Toplam |
|---|---|
| {{ $row->event_type }} | {{ $row->total }} |
Veri yok. | |
Son 14 Gün Olay Yoğunluğu
| Tarih | Olay |
|---|---|
| {{ $row->day }} | {{ $row->total }} |
Veri yok. | |