| Firma | Domain | Paket | Kullanıcı | Durum | Oluşturulma | |
|---|---|---|---|---|---|---|
|
{{ mb_strtoupper(mb_substr($tenant->name, 0, 2)) }}
{{ $tenant->name }}
{{ $tenant->id }}
|
@foreach ($tenant->domains as $domain) {{ $domain->domain }}@if (!$loop->last), @endif @endforeach | {{ $tenant->activeSubscription?->package?->name ?? '—' }} | {{ $userCounts[$tenant->id] }} / {{ $tenant->maxUsers() ?? '∞' }} | {{ $tenant->isSuspended() ? 'Pasif' : 'Aktif' }} | {{ $tenant->created_at->format('Y-m-d') }} | Verileri İndir @if ($tenant->isSuspended()) @else @endif |