@extends('layouts.user_type.auth') @section('content')

Total Users

{{ number_format($totalUsers) }} {{ $growth >= 0 ? '+' : '' }}{{ number_format($growth, 1) }}%

New Clients

+{{ $thisMonthUsers }} @if ($growth >= 0) +{{ number_format($growth, 2) }}% @else {{ number_format($growth, 2) }}% @endif

Sales

${{ number_format($totalPayments, 2) }} {{ $paymentGrowth >= 0 ? '+' : '' }}{{ number_format($paymentGrowth, 1) }}%

Active Users Subscription

{{ $activeUsers }}

Expired Users Subscription

{{ $expiredUsers }}

User with No Subscription

{{ $noSubscriptionUsers }}

Sales overview
Latest Users
@forelse ($latestUsers as $user) @empty @endforelse
Name & Email Role Creation Date Status
{{ $user->name }}

{{ $user->email }}

{{ ucfirst($user->role ?? 'N/A') }} {{ strtoupper(\Carbon\Carbon::parse($user->created_at)->format('d M Y g:i A')) }} @if ($user->email_verified_at) Verified @else Not Verified @endif
No users found
Orders overview

24% this month

$2400, Design changes

22 DEC 7:20 PM

New order #1832412

21 DEC 11 PM

Server payments for April

21 DEC 9:34 PM

New card added for order #4395133

20 DEC 2:20 AM

Unlock packages for development

18 DEC 4:54 AM

New order #9583120

17 DEC

@endsection @push('dashboard') {{-- --}} @endpush