@extends('admin.layout') @section('title', 'Kullanıcı Aktivite Detayı') @section('page-title', 'Kullanıcı Aktivite Detayı') @push('styles') @endpush @section('content')
| Ad Soyad | {{ trim(($deletedUserRecord->name ?? '') . ' ' . ($deletedUserRecord->last_name ?? '')) ?: '—' }} |
|---|---|
| E-posta | {{ $deletedUserRecord->email ?? '—' }} |
| Telefon | {{ $deletedUserRecord->phone ?? '—' }} |
| Giriş Sağlayıcısı | {{ $deletedUserRecord->provider ?? '—' }} |
| Hesap Oluşturulma | {{ $deletedUserRecord->account_created_at ? $deletedUserRecord->account_created_at->format('d.m.Y H:i') : '—' }} |
| Silinme Sebebi | {{ $deletedUserRecord->reason ?? '—' }} |
| Silinme Tarihi | {{ $deletedUserRecord->deleted_at_original ? $deletedUserRecord->deleted_at_original->format('d.m.Y H:i') : '—' }} |
Bu hesap için arşiv kaydı yok (silme, arşivleme özelliği eklenmeden önce gerçekleşmiş olabilir). Sadece aşağıdaki ziyaret geçmişi mevcut.
@endif{{ $user->email }}
| Başlangıç | Bitiş | Durum | Fiyat | Oluşturulma | İşlem |
|---|---|---|---|---|---|
| {{ $sub->starts_at->format('d.m.Y H:i') }} | {{ $sub->ends_at->format('d.m.Y H:i') }} | @if ($sub->status === 'active' && $sub->ends_at->isFuture()) Aktif @elseif ($sub->status === 'expired') Süresi doldu @elseif ($sub->status === 'cancelled') İptal @else {{ $sub->status }} @endif | {{ number_format($sub->price, 2, ',', '.') }} ₺ | {{ $sub->created_at->format('d.m.Y H:i') }} | @if ($sub->status === 'active' && $sub->ends_at->isFuture()) @else — @endif |
Bu kullanıcıya ait abonelik kaydı yok.
@endifİnisiyatif sende: SMS sadece kutu işaretlenirse gönderilir.
En az bir hak alanına pozitif değer girin. Hediye gönderildiğinde kullanıcıya SMS ile tarih aralığı bilgisi iletilir.
Düşülecek miktarı girin veya tümünü sıfırlayın.
| Tarih | Tür | Paket / Ürün | Yorum | Kelime | Tutar | Fatura |
|---|---|---|---|---|---|---|
| {{ $p->created_at->format('d.m.Y H:i') }} | @if ($p->purchase_type === 'package') Paket @elseif ($p->purchase_type === 'single_comment') Tekil Yorum @elseif ($p->purchase_type === 'single_comment_tokens') Yorum için token @elseif ($p->purchase_type === 'single_chat') Tekil Chat @elseif ($p->purchase_type === 'single_report') Tekil Rapor @else {{ $p->purchase_type }} @endif | {{ $p->package?->name ?? '—' }} | {{ $p->comment_credits_added ?: '—' }} | {{ $p->chat_words_added ? number_format($p->chat_words_added) : '—' }} | {{ number_format($p->amount_paid, 0, ',', '.') }} ₺ | {{ $p->order?->invoice_number ?? ($p->order_id ? 'S#' . $p->order_id : '—') }} |
Bu kullanıcı henüz paket satın almamış.
@endif| Zaman | Sayfa / Path | Süre | HTTP |
|---|---|---|---|
| {{ $pv->created_at->format('H:i:s') }} |
@if (Str::endsWith(rtrim($pv->path, '/'), 'panel/layout-state'))
Panel — Harita Değişikliği
@else
{{ Str::limit($pv->path, 60) }}
@endif
@if (!empty($pv->slotChanges) && $pv->slotChanges->isNotEmpty())
@foreach ($pv->slotChanges as $sc)
{{ $sc->slot }}:
{{ $sc->previous_chart_type ?? '—' }} → {{ $sc->chart_type }}
@endforeach
@endif
|
@if ($pv->duration_ms) {{ round($pv->duration_ms / 1000) }} sn @else — @endif | {{ $pv->status_code ?? '—' }} |