@extends('layouts.app', ['pageSlug' => 'customer']) @section('content')
Welcome, Main Admin!

{{$totalUsers}}/{{$activeUsers}}/{{$expiredUsers}}
Total/Acitve/Expired Users
{{$expiredThisDay}}/{{$expiredThisWeek}}/{{$expiredThisMonth}}
Expire dUsers In Today/Week/Month
{{$expiringThisWeek}}
Expiring User In this Week
{{$invoicesThisDay??0}}/{{$invoicesThisWeek??0}}/{{$invoicesThisMonth??0}}/{{$invoicesLastMonth??0}}
Invoices Today/Week/Month/Last Month
@endsection @push('js') @endpush