@extends('layouts.admin') @section('title', 'الرئيسية') @section('actions')مفتاح جديد@endsection @section('content')
{{ number_format($customersCount) }}
العملاء
{{ number_format($licensesCount) }}
كل التراخيص
{{ number_format($activeLicensesCount) }}
التراخيص الفعالة
{{ number_format($activationsCount) }}
الدومينات المفعلة

أحدث التراخيص

@forelse($recentLicenses as $license) @empty@endforelse
المفتاحالعميلالقالبالحالةالانتهاء
{{ $license->key_encrypted }} {{ $license->customer->email }}{{ $license->theme->name }} {{ $license->effectiveStatus() }} {{ $license->expires_at?->format('Y-m-d') ?? 'دائم' }}
لا توجد تراخيص بعد.
@endsection