@extends('layouts.app')
@section('title', 'WHMCS Admin - Customers')
@section('page-title', 'Customer Management')
@section('breadcrumb')
Dashboard
Licenses
@endsection
@section('operation')
Add License
@endsection
@section('content')
{{ number_format($totalLicenses) }}
Total Licenses
+12% from last month
{{ number_format($activeLicenses) }}
Active Licenses
+12% from last month
{{ number_format($expiringSoon) }}
Expiring Soon
+12% from last month
{{ number_format($expiredLicenses) }}
Expired Licenses
+12% from last month
@endsection
@push('scripts')
@endpush